Events Structure
The structure of Appflow tracked events with types
You may need to know the event's structure to understand what and how we track and store. You also could download your app data in Settings at any time
Field | type |
---|---|
event_time | string |
event_name | string |
data | object |
data.user | object |
data.user.uid | string |
data.subscription | object |
data.subscription.original_id | string |
data.subscription.transaction_id | string |
data.subscription.product_id | string |
data.subscription.receipt | string |
data.purchase | object |
data.purchase.currency | string |
data.purchase.price | string |
purchase_at | string |
data.device | object |
data.device.brand | string |
data.device.ip | string |
data.device.os | string |
Last updated