Connected Devices/Projects/Metrics/Database and Visualization: Difference between revisions

Jump to navigation Jump to search
m
m (→‎BigQuery: minor)
Line 12: Line 12:
==== ga_sessions Tables ====  
==== ga_sessions Tables ====  
The Analytics data is exported into a series of tables, which are named as follows:  
The Analytics data is exported into a series of tables, which are named as follows:  
* '''ga_sessions_20160613''' - This table contains all event data recorded on 2016-06-13. A new table is created for each day's data.  
* '''ga_sessions_YYYYMMDD''' - This table contains all event data recorded on the date in the table name. A new table is created for each day's data.  
* '''ga_sessions_intraday_20160614''' - This table contains all event data that has been exported for the current day, and batches of data will be appended to it several times during the day.  
* '''ga_sessions_intraday_YYYYMMDD''' - This table contains all event data that has been exported for the current day, and batches of data will be appended to it several times during the day.  


If you are familiar with Google Analytics data and/or working with multi-dimensional data, you are welcome to query these tables directly. You can find the schema reference here: https://support.google.com/analytics/answer/3437719
If you are familiar with Google Analytics data and/or working with multi-dimensional data, you are welcome to query these tables directly. You can find the schema reference here: https://support.google.com/analytics/answer/3437719
Confirmed users
85

edits

Navigation menu