You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dan Grossen edited this page Jul 3, 2024
·
3 revisions
Event Definition
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.
Annotation Definition
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.