POST https://trackcmp.net/event
- Raw body
curl --request POST \
--url https://trackcmp.net/event \
--header 'content-type: application/x-www-form-urlencoded' \
--data 'actid={{actid}}&key={{key}}&event={{event}}&eventdata={{eventdata}}&visit=%7B%22email%22%3A%22{{email}}%22%7D'
BODY PARAMS
key REQUIRED
string This value is unique to your account and can be found named "Event Key" on Settings > Tracking > Event Tracking inside your account.
event REQUIRED
string The name of the event you wish to track.
eventdata
string A value you wish to store for the event.
actid REQUIRED
string This value is unique to your account and can be found named "actid" on Settings > Tracking > Event Tracking API.
email
string The url encoded email address of the contact you wish to track this event for.
HEADERS
Content-Type REQUIRED
string Value needs to be "application/x-www-form-urlencoded"
Opmerkingen
0 opmerkingen
Artikel is gesloten voor opmerkingen.