REST API
Use the REST API to send custom activities: generate session IDs, create valid JSON activity objects, and make POST requests with your tracker key for tracking
To construct activities yourself and devise your own method of sending them, use the Rest API:
Generate your own session ID when sending activities via the Rest API. More information on session IDs can be found in the Identities section.
Ensure that the request is a valid activity object in JSON format. The activity object must include the user object, i.e you have to generate a unique session ID for each user. More information on the activity object can be found in the Activities section.
Make a POST request to the following URL with your tracker key:
POST
https://collect-eu.attraqt.io/:trackerKey
To obtain your tracker key(s), reach out to your Customer Support Manager.
Last updated