event_timestamp |
TIMESTAMP |
TIMESTAMP |
The timestamp (in microseconds, UTC) when the event was logged on the client. |
event_id |
VARCHAR |
STRING |
Unique ID for the event. |
event_time_msec |
BIGINT |
BIGINT |
The time in UNIX timestamp format (microseconds) when the event was logged on the client. |
event_name |
VARCHAR |
STRING |
The name of the event. |
event_value |
DOUBLE PRECISION |
FLOAT |
The value of the event's "value" parameter. |
event_value_currency |
VARCHAR |
STRING |
The currency of the value associated with the event. |
event_bundle_sequence_id |
BIGINT |
BIGINT |
The sequential ID of the bundle in which these events were uploaded. |
ingest_time_msec |
BIGINT |
BIGINT |
The time in UNIX timestamp format (microseconds) when the event was ingested to the server. |
device.mobile_brand_name |
VARCHAR |
STRING |
The device brand name. |
device.mobile_model_name |
VARCHAR |
STRING |
The device model name. |
device.manufacturer |
VARCHAR |
STRING |
The device manufacturer name. |
device.carrier |
VARCHAR |
STRING |
The device network provider name. |
device.network_type |
VARCHAR |
STRING |
The network_type of the device, e.g., WIFI, 5G |
device.operating_system |
VARCHAR |
STRING |
The operating system of the device. |
device.operating_system_version |
VARCHAR |
STRING |
The OS version. |
device.vendor_id |
VARCHAR |
STRING |
IDFV in iOS, Android ID (or UUID if Android ID is not available) in Android. |
device.advertising_id |
VARCHAR |
STRING |
Advertising ID/IDFA. |
device.system_language |
VARCHAR |
STRING |
The OS language. |
device.time_zone_offset_seconds |
BIGINT |
BIGINT |
The offset from GMT in seconds. |
device.ua_browser |
VARCHAR |
STRING |
The browser in which the user viewed content, derived from User Agent string |
device.ua_browser_version |
VARCHAR |
STRING |
The version of the browser in which the user viewed content, derive from User Agent |
device.ua_device |
VARCHAR |
STRING |
The device in which user viewed content, derive from User Agent. |
device.ua_device_category |
VARCHAR |
STRING |
The device category in which user viewed content, derive from User Agent. |
device.ua_os |
VARCHAR |
STRING |
The operating system of the device in which user viewed content, derive from User Agent. |
device.ua_os_version |
VARCHAR |
STRING |
The operating system version of the device category in which user viewed content, derive from User Agent. |
device.ua |
SUPER |
MAP |
The parsed User Agent in key-value pairs |
device.screen_width |
VARCHAR |
STRING |
The screen width of the device. |
device.screen_height |
VARCHAR |
STRING |
The screen height of the device. |
device.viewport_width |
VARCHAR |
STRING |
The screen width of the browser viewport. |
device.viewport_height |
VARCHAR |
STRING |
The screen height of the browser viewport. |
geo.continent |
VARCHAR |
STRING |
The continent from which events were reported, based on IP address. |
geo.sub_continent |
VARCHAR |
STRING |
The subcontinent from which events were reported, based on IP address. |
geo.country |
VARCHAR |
STRING |
The country from which events were reported, based on IP address. |
geo.region |
VARCHAR |
STRING |
The region from which events were reported, based on IP address. |
geo.metro |
VARCHAR |
STRING |
The metro from which events were reported, based on IP address. |
geo.city |
VARCHAR |
STRING |
The city from which events were reported, based on IP address. |
geo.locale |
VARCHAR |
STRING |
The locale information obtained from device. |
traffic_source_source |
VARCHAR |
STRING |
The traffic source (derive from utm_source) associated with the event. |
traffic_source_medium |
VARCHAR |
STRING |
The traffic medium (derive from utm_medium, such as paid search, organic search, email, etc.) that associated with the event. |
traffic_source_campaign |
VARCHAR |
STRING |
The marketing campaign (derive from utm_campaign) associated with the event. |
traffic_source_content |
VARCHAR |
STRING |
The marketing campaign content (derive from utm_content) associated with the event. |
traffic_source_term |
VARCHAR |
STRING |
The marketing campaign term (derive from utm_term) associated with the event. |
traffic_source_campaign_id |
VARCHAR |
STRING |
The marketing campaign id (derive from utm_id) associated with the event. |
traffic_source_clid |
VARCHAR |
STRING |
The click id associated with the event. |
traffic_source_clid_platform |
VARCHAR |
STRING |
The platform of the click id associated with the event. |
traffic_source_channel_group |
VARCHAR |
STRING |
The channel group (assigned by traffic classification rules) associated with the event. |
traffic_source_category |
VARCHAR |
STRING |
The source category (i.e., Search, Social, Video, Shopping) based on the traffic source associated with the event. |
user_first_touch_time_msec |
BIGINT |
BIGINT |
The time in UNIX timestamp format (microseconds) when the user first touch the app or website. |
app_package_id |
VARCHAR |
STRING |
The package name or bundle ID of the app. |
app_version |
VARCHAR |
STRING |
The app's versionName (Android) or short bundle version. |
app_title |
VARCHAR |
STRING |
The app's name. |
app_id |
VARCHAR |
STRING |
The App ID (created by this solution) associated with the app. |
app_install_source |
VARCHAR |
STRING |
The store from which user installed the app. |
platform |
VARCHAR |
STRING |
The data stream platform (Web, IOS or Android) from which the event originated. |
project_id |
VARCHAR |
STRING |
The project id associated with the app. |
screen_view_screen_name |
VARCHAR |
STRING |
The screen name associated with the event. |
screen_view_screen_id |
VARCHAR |
STRING |
The screen class id associated with the event. |
screen_view_screen_unique_id |
VARCHAR |
STRING |
The unique screen id associated with the event. |
screen_view_previous_screen_name |
VARCHAR |
STRING |
The previous screen name associated with the event. |
screen_view_previous_screen_id |
VARCHAR |
STRING |
The previous screen class id associated with the event. |
screen_view_previous_screen_unique_id |
VARCHAR |
STRING |
The previous unique screen id associated with the event. |
screen_view_entrances |
BOOLEAN |
BOOLEAN |
Whether the screen is the entrance view of the session. |
page_view_page_referrer |
VARCHAR |
STRING |
The referrer page url. |
page_view_page_referrer_title |
VARCHAR |
STRING |
The referrer page title. |
page_view_previous_time_msec |
BIGINT |
BIGINT |
The timestamp of the previous page_view event. |
page_view_engagement_time_msec |
BIGINT |
BIGINT |
The previous page_view duration in milliseconds. |
page_view_page_title |
VARCHAR |
STRING |
The title of the webpage associated with the event. |
page_view_page_url |
VARCHAR |
STRING |
The url of the webpage associated with the event. |
page_view_page_url_path |
VARCHAR |
STRING |
The url path of the webpage associated with the event. |
page_view_page_url_query_parameters |
SUPER |
MAP |
The query parameters in key-value pairs of the page url associated with the event. |
page_view_hostname |
VARCHAR |
STRING |
The host name of the web page associated with the event. |
page_view_latest_referrer |
VARCHAR |
STRING |
The url of the latest external referrer. |
page_view_latest_referrer_host |
VARCHAR |
STRING |
The hostname of the latest external referrer. |
page_view_entrances |
BOOLEAN |
BOOLEAN |
Whether the page is the entrance view of the session. |
app_start_is_first_time |
BOOLEAN |
BOOLEAN |
Whether the app start is a new app launch. |
upgrade_previous_app_version |
VARCHAR |
STRING |
Previous app version before app upgrade event. |
upgrade_previous_os_version |
VARCHAR |
STRING |
Previous os version before OS upgrade event. |
search_key |
VARCHAR |
STRING |
The name of the keyword in the URL when user perform search on web site. |
search_term |
VARCHAR |
STRING |
The search content in the URL when user perform search on web site. |
outbound_link_classes |
VARCHAR |
STRING |
The content of class in tag that associated with the outbound link. |
outbound_link_domain |
VARCHAR |
STRING |
The domain of href in tag that associated with the outbound link. |
outbound_link_id |
VARCHAR |
STRING |
The content of id in tag that associated with the outbound link. |
outbound_link_url |
VARCHAR |
STRING |
The content of href in tag that associated with the outbound link. |
outbound_link |
BOOLEAN |
BOOLEAN |
Whether the link is outbound link or not. |
user_engagement_time_msec |
BIGINT |
BIGINT |
The user engagement duration in milliseconds. |
user_id |
VARCHAR |
STRING |
The unique ID assigned to a user through setUserId() API. |
user_pseudo_id |
VARCHAR |
STRING |
The pseudonymous id generated by SDK for the user. |
session_id |
VARCHAR |
STRING |
The session id associated with the event. |
session_start_time_msec |
BIGINT |
BIGINT |
The start time in UNIX timestamp of the session. |
session_duration |
BIGINT |
BIGINT |
The duration the session lasts, in milliseconds. |
session_number |
BIGINT |
BIGINT |
Number of the sessions generated from the client. |
scroll_engagement_time_msec |
BIGINT |
BIGINT |
The engagement time on the web page until user scroll. |
sdk_error_code |
VARCHAR |
STRING |
The error code generated by SDK when an event is invalid in some way. |
sdk_error_message |
VARCHAR |
STRING |
The error message generated by SDK an event is invalid in some way. |
sdk_version |
VARCHAR |
STRING |
The version of the SDK. |
sdk_name |
VARCHAR |
STRING |
The name of the SDK. |
app_exception_message |
VARCHAR |
STRING |
The exception message when the app crashes or throws an exception. |
app_exception_stack |
VARCHAR |
STRING |
The exception stack trace when the app crashes or throws an exception. |
custom_parameters_json_str |
VARCHAR |
STRING |
All the custom event parameters stored in key-value pairs. |
custom_parameters |
SUPER |
MAP |
All the custom event parameters stored in key-value pairs. |
process_info |
SUPER |
MAP |
Store information about the data processing. |
created_time |
TIMESTAMP |
TIMESTAMP |
Store information about the data processing. |