# Events Structure

***

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 |
