Has the Track API Endpoint been DEPRECATED? If so, is there another alternative or perhaps I’m not seeing it in the new API versions? This options is so powerful and I’m using it in a ton of scenerios.
Any updates on the Track API would be appreciated?
Track Events Metric DEPRECATED
Best answer by jmacman
I figured it out:
{
"data": {
"type": "event",
"attributes": {
"profile": {
"$email": "{{1.email}}"
},
"metric": {
"name": "User Logged In"
},
"properties": {
"email": "{{1.email}}"
},
"time": "{{now}}"
}
}
}
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.