experimentAssignmentEvent
PRO FEATURE
This feature is available on the Pro pricing plan. Please email support@justtrack.io for more details.
Field | Type | Description |
---|---|---|
id | string | The event identifier |
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 |
app_id | int | justtrack's identifier for the app |
store_id | string | The identifier of the app in the app store |
experiment | string | The name of the experiment. |
experiment_id | string | The ID of the experiment. Only exists for experiments and variants created via the dashboard1. Empty field for assignments done via the SDK. |
variant | string | The name of the variant. |
variant_id | string | The ID of the variant. Only exists for experiments and variants created via the dashboard1. Empty field for assignments done via the SDK. |
justtrack_sdk_version | string | The name of the SDK version at the time of the event |
app_version_name | string | The name of the app version at the time of the event |
app_version_code | string | The version code of the app at the time of the event |
os_version | string | The version of the user's operating system |
device_model | string | The model of the user's device |
device_type | string | The type of the user's device. Example values for this field are "mobile" and "tablet" |
tags | array<string> | Descriptive tags that were optionally provided by the customer. |
happened_at | timestamp | The time at which the assignment happened. For SDK assignments this is either optionally provided by the customer or set to the time our backend receives the assignment from the SDK. |