SDK Analytics¶
API Endpoint¶
https://api.aiuta.com/analytics/v1
Event Scheme¶
{
data {
type: String // (1)!
event: String | null // (2)!
pageId: String | null // (3)!
productIds: List<String> | null // (4)!
parameter1...N: Any | null // (5)!
}
env {
platform: ios | android | web
sdkVersion: String
hostId: String // (6)!
hostVersion: String | null // (7)!
installationId: String // (8)!
}
localDateTime: String // (9)!
}
- Primary event type
- Some events of public type may contain a detailed field, indicating which specific
event
of thistype
occurred - Events of public type are always linked to some page
- Current active priduct/sku ids
- Any other additional event parameter in the flattened structure
- Host Android application id / iOS bundle id
- Host application version if possible
- UUID of installation written in the SDK local storage generated and saved if it does not exist there
- ISO-8601 date time string when the event occurred on the device
Event Types¶
See all events tracked