properties object | Required. Properties:time (integer, required): The time at which the event occurred, in milliseconds since epoch. Default mapping: spTstampToEpochMillis(event.derived_tstamp)distinct_id (string, required): Identifies the user who performed the event. Default mapping: event.user_id$insert_id (string, required): A unique identifier for the event, used for deduplication. Default mapping: event.event_idip (string, optional): The IP address of the user. Default mapping: event.user_ipaddress$city (string, optional): The city of the event sender. Default mapping: event.geo_city$region (string, optional): The region (state or province) of the event sender. Default mapping: event.geo_regionmp_country_code (string, optional): The country of the event sender. Default mapping: event.geo_country$browser (string, optional): Name of the browser. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.agentName$browser_version (string, optional): Version of the browser. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.agentVersion$current_url (string, optional): The full URL of the webpage on which the event is triggered. Default mapping: event.page_url$referrer (string, optional): Referring URL including your own domain. Default mapping: event.page_referrer$referring_domain (string, optional): Referring domain including your own domain. Default mapping: event.refr_urlhost$device (string, optional): Name of the device. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.deviceName$device_id (string, optional): A unique device identifier. Used in Mixpanel's Simplified ID Merge API. Default mapping: event.domain_userid ?? event.contexts_com_snowplowanalytics_snowplow_client_session_1?.[0]?.userId$screen_height (integer, optional): The height of the device screen in pixels. Default mapping: event.dvce_screenheight$screen_width (integer, optional): The width of the device screen in pixels. Default mapping: event.dvce_screenwidth$os (string, optional): Operating system of the device. Default mapping: event.os_name$os_version (string, optional): Operating system version. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.operatingSystemVersion$manufacturer (string, optional): Manufacturer of the device. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.deviceBrand$model (string, optional): Model of the device. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.deviceName$app_version_string (string, optional): The app version. Default mapping: event.contexts_com_snowplowanalytics_mobile_application_1?.[0]?.version$app_build_number (string, optional): Build number for the mobile app. Default mapping: event.contexts_com_snowplowanalytics_mobile_application_1?.[0]?.build$carrier (string, optional): Wireless carrier of the device owner. Default mapping: event.contexts_nl_basjes_yauaa_context_1?.[0]?.carrier$radio (string, optional): The current cellular network communication standard (3G, 4G, LTE, etc). Default mapping: event.contexts_com_snowplowanalytics_snowplow_mobile_context_1?.[0]?.networkTechnology$wifi (boolean, optional): Set to true if the user's device is connected to wifi. Default mapping: event.contexts_com_snowplowanalytics_snowplow_mobile_context_1?.[0]?.networkType === 'wifi'$user_id (string, optional): The identified ID of the user. Used in Mixpanel's Simplified ID Merge API. Default mapping: event.user_id$lib_version (string, optional): Tracker library version. Default mapping: event.v_trackerutm_source (string, optional): UTM source parameter from the URL. Default mapping: event.mkt_sourceutm_medium (string, optional): UTM medium parameter from the URL. Default mapping: event.mkt_mediumutm_campaign (string, optional): UTM campaign parameter from the URL. Default mapping: event.mkt_campaignutm_content (string, optional): UTM content parameter from the URL. Default mapping: event.mkt_contentutm_term (string, optional): UTM term parameter from the URL. Default mapping: event.mkt_termmp_lib (string, optional): Tracker library that sent the event. Default mapping: 'Snowplow: ' + event.v_trackermp_sent_by_lib_version (string, optional): Mixpanel library version used to send data (not necessarily the same as the version which enqueued the data).$screen_dpi (integer, optional): Pixel density of the device screen.$initial_referrer (string, optional): Referring URL when the user first arrived on your site. Defaults to “$direct” if the user is not referred.$initial_referring_domain (string, optional): Referring domain at first arrival. Defaults to “$direct” if the user is not referred.$search_engine (string, optional): The search engine that the customer used when they arrived at your domain.mp_keyword (string, optional): Search keywords detected on the referrer from a search engine to your domain. This property is only collected when search keywords are included in a URL.$watch_model (string, optional): The model of the iOS watch.$bluetooth_enabled (boolean, optional): Set to true if Bluetooth is enabled, false if not.$bluetooth_version (string, optional): Set to “none”, “ble”, or “classic”.$has_nfc (boolean, optional): The device supports Near Field Communication(NFC). Set to true if the device hardware supports NFC, false if not.$has_telephone (boolean, optional): Set to true if this device has telephone functionality, false if not.
|