Event Reports API

click:score

This event is raised when someone clicks on the 'score' field in certain reports.

For different report types, the callback will be passed different event data as follows.

Callback receives user_id, activity_id, session_id:

Callback receives user_id, session_id:

Callback arguments

  • user_id string
    the user_id associated with the clicked score.
  • activity_id string
    the activity_id associated with the clicked score.
  • session_id string
    the session_id associated with the clicked score.
Was this article helpful?