Common event parameters
These parameters may exist in all events.
Base parameters
Name | Type | Example | Description |
---|---|---|---|
action | string | page.visit |
Type of the event. |
ip | string | 13.93.68.194 |
IP of the device that sent the event. |
clientId | integer | 5092159999 |
Unique identifier of the profile. |
eventUUID | string | b26ba826-728d-46d2-8055-2c46ce9829f3 |
Unique identifier of the event. |
uuid | string | e0097757-d1e2-44ac-ba3c-d97979a354c1 |
UUID of the profile. When multiple profiles are merged into one, the old profiles are deleted, but their UUIDs are saved in the new profile. The profile UUIDs stored in pre-merge events are used to associate those events with the post-merge profile. |
source | string | WEB_DESKTOP |
The type of traffic source of the event. |
time | integer | 1669725368520 |
Time when the event occurred, as a Unix timestamp including milliseconds. This is the time needed for overwriting events (needs to be converted into ISO first).
|
createDate | integer | 1669725368520 |
Same as time |
eventCreateTime | string | 2022-11-29T12:36:06.682Z |
Time when the event was received by Synerise. Does not exist in events generated by the system. |
snr-original-time | string | 2048-10-05T15:25:06.459+02:00 |
Original time that was sent with the event, even if it was rejected. Does not exist in events generated by the system. |
label | string | string |
This is a legacy parameter saved in raw data and some APIs/SDKs require sending it, but it’s not saved into persistent storage. You can’t use it in analytics. It may be removed in the future. |
Parameters added by Web SDK
Some of the events may be sent from a website or an email by using the Synerise Web SDK. In those events, the following parameters are added:
Parameter | Type | Example | Description |
---|---|---|---|
tracker | string | B264B70A-42D8-B6B7-13E5-ACAAAAAAA59 |
Tracking code used to record this event |
tablet | boolean | true |
Informs if the event occurred on a tablet |
mobile | boolean | true |
true if the event occurred on a mobile device |
URL/url | string | https://www.shop.pl/gaming/consoles/worse-than-pc-256gb-white?gclid=EAIaIQobChMIo66d4564th547AYASAAEgI_MvD_BwE |
URL of the site where the event occurred |
uri | string | yoursite.com |
URI of the page where the event occurred |
ua.os.family | string | Mac OS X |
Operating system of the source device |
ua.os.major | string | 10 |
Major version of the user's operating system |
ua.os.minor | string | 12 |
Minor operating system version number |
ua.device.family | string | Other |
The client device family |
ua.device.brand | string | Brandname |
Brand name of the device. Only sent by mobiles and tablets. |
ua.device.model | string | Model 8 |
Model of the device. Only sent by mobiles and tablets. |
userAgent | string | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) |
Information about the User Agent |
ua.major | string | 605 |
Major UA version number |
ua.minor | string | 15 |
Minor UA version number |
ua.patch | string | 15 |
The patch version of the User Agent |