Used to add a tag or update an attribute when an event occurs or an attribute changes outside your app, for example "balance.updated", "user.balance", etc.
For more information on attributes and tags review our dedicated guide.
{
"apptoken": "YOUR_APPTOKEN",
"device_id": "20",
"tag": "user_first_name",
"value": "Sam"
}Your App token
An ID used to identify the user. Use one of device_id, device_external_id, device_token, device_idfa, device_adid
An ID used to identify the user. Use one of device_id, device_external_id, device_token, device_idfa, device_adid
An ID used to identify the user. Use one of device_id, device_external_id, device_token, device_idfa, device_adid
An ID used to identify the user. Use one of device_id, device_external_id, device_token, device_idfa, device_adid
An ID used to identify the user. Use one of device_id, device_external_id, device_token, device_idfa, device_adid
The tag being hit, eg. "user.first_name"
The value associated with this tag
Timestamp in ms to associate with the occurrence of the event or attribute change
Used to set any associated metric
200
{
"success": "True",
"code": "200"
}400
{
"success": "False",
"code": "400",
"message": "General error information",
"errors": [
{
"text": [
"Detailed information about the specific error"
]
}
]
}