Confirmed users
85
edits
(→Table Schema: schema details in progress) |
(data desc) |
||
Line 29: | Line 29: | ||
! Column !! Data Type !! Description | ! Column !! Data Type !! Description | ||
|- | |- | ||
| HitTimestamp || | | HitTimestamp || String || The UTC datetime in which the event was received by Google Analytics. This is a timestamp with the format "YYYY-MM-DD 24:MM:SS", e.g. "2016-06-11 21:00:54". | ||
|- | |- | ||
| HitTimestampUsec || | | HitTimestampUsec || Integer || The UTC time (in microseconds) in which the event was received by Google Analytics, e.g. 1465678854000000. | ||
|- | |- | ||
| EventTimestamp || | | EventTimestamp || String || The UTC datetime in which the event was recorded by the ''Metrics library'', if you are using that method to record your events. Because the library may batch up your events before sending them to GA, this can be a more accurate time of the event occurrence. If you are posting your events directly via URL, you can disregard this column and use HitTimestamp instead. | ||
|- | |- | ||
| FullVisitorId || | | FullVisitorId || String || A unique ID generated for the user, based on (but not equal to) the Client ID parameter in the API. Repeated events from the same client ID will result in the same FullVisitorId value. | ||
|- | |- | ||
| VisitId || | | VisitId || Integer || Example | ||
|- | |- | ||
| VisitNumber || | | VisitNumber || Integer || Example | ||
|- | |- | ||
| HitNumber || | | HitNumber || Integer || Example | ||
|- | |- | ||
| AppName || | | AppName || String || Example | ||
|- | |- | ||
| EventCategory || | | EventCategory || String || Example | ||
|- | |- | ||
| EventAction || | | EventAction || String || Example | ||
|- | |- | ||
| EventLabel || | | EventLabel || String || Example | ||
|- | |- | ||
| EventValue || | | EventValue || Integer || Example | ||
|- | |- | ||
| EventValueFP || | | EventValueFP || String || Example | ||
|- | |- | ||
| OS || | | OS || String || Example | ||
|- | |- | ||
| OSVersion || | | OSVersion || String || Example | ||
|- | |- | ||
| Device || | | Device || String || Example | ||
|- | |- | ||
| Arch || | | Arch || String || Example | ||
|- | |- | ||
| AppPlatform || | | AppPlatform || String || Example | ||
|- | |- | ||
| AppBuildID || | | AppBuildID || String || Example | ||
|} | |} | ||
(For reference, the query used to create these views can be found at: https://github.com/dylano/metrics/tree/master/sql) | ''(For reference, the query used to create these views can be found at: https://github.com/dylano/metrics/tree/master/sql)'' | ||
If these views are insufficient for your project or you'd like to discuss other ways to view or use the data, feel free to contact the CD Metrics team. (#cd-metrics, :doliver) | If these views are insufficient for your project or you'd like to discuss other ways to view or use the data, feel free to contact the CD Metrics team. (#cd-metrics, :doliver) |