-
Notifications
You must be signed in to change notification settings - Fork 5
Event Definitions
Dan Grossen edited this page Jul 3, 2024
·
3 revisions
| Key | Type | Description |
|---|---|---|
uuid |
String | Universally unique identifier for the event. |
timestamp |
Number | Timestamp from the client when the event was sent to Assurance. |
eventNumber |
Number | Used to order when the event was sent. This key is useful when events have the same timestamp. |
vendor |
String | Vendor identification string in the reverse domain name format (for example, com.adobe.griffon). |
type |
String | Used to denote the type of event. |
payload |
Object | Defines the data for the event and contains unique and common properties. Some common properties for mobile clients include ACPExtensionEventSource and ACPExtensionEventType. |
annotations |
Array | An array of annotation objects. |
| Key | Type | Description |
|---|---|---|
uuid |
String | Universally unique identifier for the annotation. |
type |
String | Used to denote the type of annotation and is usually the name of the plugin (for example, analytics). |
payload |
Object | Defines the data that should supplement the event. For Adobe Analytics, this is where the post-processed hit data is contained. |