Skip to main content

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.

FieldTypeDescription
idstringThe event identifier
app_idintjusttrack's identifier for the app
app_version_codestringThe version code of the app at the time of the event
app_version_namestringThe name of the app version at the time of the event
store_idstringThe identifier of the app in the app store
currencystringThe original currency
dimensionsmap<string,string>The dimensions of the event
eventstringThe name of the event
unitstringThe unit of the event
valuedoubleThe value in its original currency
value_usddoubleThe original value in USD
country_codestringThe two-character ISO country code derived from the IP
attribution_idstringjusttrack's identifier for the attribution event tied to this event
install_idstringjusttrack's identifier for the install event tied to this event
happened_attimestampThe date and time in UTC at which the event happened. This timestamp doesn't include the timezone.