s2sAppEvent
PRO FEATURE
This feature is available on the Pro pricing plan. Please email support@justtrack.io for more details.
s2s app events are app events recorded when users perform certain actions. Unlike in-app events, which are sent directly to justtrack from the SDK, s2s app events are sent to justtrack from another server that first processes those events.
Field | Type | Description |
---|---|---|
id | string | The event identifier |
app_id | int | justtrack's identifier for the app |
app_version_code | string | The version code of the app at the time of the event |
app_version_name | string | The name of the app version at the time of the event |
store_id | string | The identifier of the app in the app store |
currency | string | The original currency |
dimensions | map<string,string> | The dimensions of the event |
event | string | The name of the event |
unit | string | The unit of the event |
value | double | The value in its original currency |
value_usd | double | The original value in USD |
country_code | string | The two-character ISO country code derived from the IP |
attribution_id | string | justtrack's identifier for the attribution event tied to this event |
install_id | string | justtrack's identifier for the install event tied to this event |
happened_at | timestamp | The date and time in UTC at which the event happened. This timestamp doesn't include the timezone. |