Skip to main content

User Events

API

Request Method: GET

URL: https://sink.justtrack.io/userevents/v0

Required parameters

The following parameters are required so events are getting tracked.

ParameterDescription
apiKeyYour justtrack API key
userIdEither the justtrack user ID or your custom user ID, which you provided via the justtrack SDK
platformiOS or Android
packageIdThe Package ID / Bundle ID of the app
eventNameA custom name for the event

Optional parameters

The following parameter is optional and used in case events can't be sent in real time. If no timestamp is provided, we will use the current time.

ParameterDescription
timestampThe time when the event happened in ISO 8601 format

Example GET request

https://sink.justtrack.io/userevents/v0?userId=f1004a2c-b04d-4e71-bee1-5b99ca404951&platform=android&packageId=app.package.id&eventName=event_name&timestamp=2022-05-12T09:35:35Z&apiKey=bec4afed-bfdc-4434-8909-ee7666b01d7b