Event Tracking
Event Tracking is the process of capturing specific user interactions within an application to create a data-driven narrative of the customer journey. Unlike system logs—which record "behind-the-scenes" server health—events record the who, what, and where of user activity.
JSON Body
Below is the JSON body when posted to the end point.
{
"dsid":"[your dsid]",
"action":"button_click",
"value": "signup",
"properties": {
"url": "https://helpguides.io/signup",
"browser": "Chrome",
"os": "Windows"
}
}
HTTP Request Examples
HTTP Response Examples
200
{
"Status": true,
"Message": """,
"Response": {}
}