Suggested filters
keyword:keyword:setup
results for a specific keyword
question:question:how do I get started?
AI will suggest the best answer
Dashboard
Edit Article Logout

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": {} }


How helpful was this article?

👍 or 👎

Related Articles

Markdown Version