Event Reports API

click:user

This event is raised when someone clicks on the 'user' 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 only:

Callback arguments

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