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.
Parameter | Description |
---|---|
apiKey | Your justtrack API key |
userId | Either the justtrack user id or your custom user id, which you provided via the justtrack SDK |
platform | ios or android |
packageId | The Package ID / Bundle ID of the app |
eventName | A custom name for the event |
Optional Parameter
The following parameter is optional and used in case events cannot be sent in real time. If no timestamp is provided, we will use the current time.
Parameter | Description |
---|---|
timestamp | The time when the event happened in ISO 8601 format |
Example GET Request
Last updated