Skip to content

Instantly share code, notes, and snippets.

View doryokujin's full-sized avatar

doryokujin doryokujin

View GitHub Profile
+---------------------------+----------------------+----------------------+---------------+------------------+-----------------------+
| date_hour:timestamp | referral_path:string | full_referrer:string | source:string | keyword:string | organic_searches:long |
+---------------------------+----------------------+----------------------+---------------+------------------+-----------------------+
| "2016-08-17 15:00:00 UTC" | "(not set)" | "google" | "google" | "(not provided)" | 1 |
| "2016-08-17 15:00:00 UTC" | "(not set)" | "yahoo" | "yahoo" | "三菱重工iot" | 1 |
| "2016-08-17 16:00:00 UTC" | "(not set)" | "google" | "google" | "(not provided)" | 4 |
| "2016-08-17 17:00:00 UTC" | "(not set)" | "google" | "google" | "(not provided)" | 2 |
| "2016-08-17 22:00:00 UTC" | "(not set)" | "google" | "googl
dimensions:
- "ga:pagePath"
metrics:
- "ga:sessions"
- "ga:bounces"
- "ga:bounceRate"
- "ga:sessionDuration"
- "ga:avgSessionDuration"
- "ga:hits"
+---------------------------+---------------------------------------------------------------------------------------+---------------+--------------+--------------------+----------------------------+--------------------------------+-----------+
| date_hour:timestamp | page_path:string | sessions:long | bounces:long | bounce_rate:double | session_duration:timestamp | avg_session_duration:timestamp | hits:long |
+---------------------------+---------------------------------------------------------------------------------------+---------------+--------------+--------------------+----------------------------+--------------------------------+-----------+
| "2016-08-17 15:00:00 UTC" | "www.parc.com/jp/work/focus-area/bigdata/" | 1 | 0 | 0.0 | nil | nil | 1 |
| "2016-08-17 15:00:00 UTC" | "www.parc.com/jp/w
+---------------------------+-------------+---------------------------------------------------------------------------------------+----------------+------------+----------------+-----------------------------+--------------------------+
| date_hour:timestamp | page_path:string | pageviews:long | users:long | new_users:long | percent_new_sessions:double | sessions_per_user:double |
+---------------------------+---------------------------------------------------------------------------------------+----------------+------------+----------------+-----------------------------+--------------------------+
| "2016-08-17 15:00:00 UTC" | "www.parc.com/jp/work/focus-area/bigdata/" | 1 | 1 | 0 | 0.0 | 1.0 |
| "2016-08-17 15:00:00 UTC" | "www.parc.com/jp/work/focus-areas.html" | 1
dimensions:
- "ga:pagePath"
metrics:
- "ga:pageviews"
- "ga:users"
- "ga:newUsers"
- "ga:percentNewSessions"
- "ga:sessionsPerUser"
dimensions:
- "ga:date"
- "ga:year"
- "ga:month"
- "ga:day"
- "ga:hour"
metrics:
- "ga:pageviews"
dimensions:
- "ga:pagePath"
- "ga:pageTitle"
- "ga:landingPagePath"
- "ga:exitPagePath"
- "ga:secondPagePath"
- "ga:previousPagePath"
metrics:
- "ga:pageviews"
dimensions:
- "ga:pagePath"
metrics:
- "ga:pageviews"
- "ga:entrances"
- "ga:uniquePageviews"
- "ga:pageviewsPerSession"
- "ga:timeOnPage"
- "ga:avgTimeOnPage"
- "ga:exits"
+---------------------------+---------------------------------------------------------------------------------------+----------------+----------------+-----------------------+------------------------------+------------------------+----------------------------+------------+-------------------+
| date_hour:timestamp | page_path:string | pageviews:long | entrances:long | unique_pageviews:long | pageviews_per_session:double | time_on_page:timestamp | avg_time_on_page:timestamp | exits:long | exit_rate:double |
+---------------------------+---------------------------------------------------------------------------------------+----------------+----------------+-----------------------+------------------------------+------------------------+----------------------------+------------+-------------------+
| "2016-08-17 15:00:00 UTC" | "www.parc.com/jp/work/focus-area/bigdata/" | 1 | 1
+---------------------------+---------------------------------------------------------------------------------------+----------------------------------------------------------------------------+---------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+------------------------------------------------------------------------------------+----------------+
| date_hour:timestamp | page_path:string | page_title:string | landing_page_path:string | exit_page_path:string | second_page_path:string | previous_p