Mobile App event specificity
A full event is the addition of event specific information and data gathered by the SDK. For each event you'll find in the documentation "events reference" all the possible properties and the mandatory ones.
Event SDK mapping
To create event, you will need to use classes from the SDK which represents the events. As this might be confusing, you'll find here a list of class name and their event counterparts.
All those class names are valid on both Android and iOS.
Event specificity for mobile app
IOS and Android SDK add specific properties regarding the device and app. Those are in addition to event managed properties.
If you track your mobile applications without using the sdk (with the http tracking api), you should follow this specification to benefit from plug&play on destinations\
Here are an example of event playload :
Fields details
Here are fields automatically added by the sdk.
(*) IP Address is not collected by our libraries, but instead filled in by our servers when it receives a message for client side events only.
context
context.app
context.device
The next fields require consent and are added when you call "addAdvertisingIDs" from the ServerSide class.
user
User contains all fields declared inside https://doc.commandersact.com/developers/tracking/events-reference/common-events#user
context.device.os
context.device.screen
context.device.network
context.device.lifecycle
Last updated