Getting Started
Add Tracking info
Track a contact
POST
Add Tracking info
The Track API Method is used to track a contact’s actions by managing tags.
Example Requests:
Add tags:
Add and remove tags:
Automation rules can be triggered based on tag additions or removals, e.g.:
- On user registration tag, start onboarding drip campaigns.
- On account upgrade, start account expansion drip campaigns.
- On removal of the trial user tag, initiate upsell campaigns.
Authorizations
Body
application/json
Response
201
application/json
The created Contact object
The response is of type object
.
Add Tracking info