Ask about anything in DailyStory Developer Documentation

Type a question in your own words below. Answers are written from our published articles and cite the ones they came from.

Recently updated

    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