Implementing an events request

Last update: 2022-11-11
  • Created for:
  • User
    Admin
    Developer

{uri}/api/v1/sessions/{sid}/events

Use the Events request for all subsequent tracking calls after you obtain a Session ID using the Sessions request. Specify the playhead location and timestamp, the event type, and any optional parameters you want to include, in the JSON body of the request.

The JSON request body for the Events request has the same structure as that of the Sessions request, however check the JSON validation schemas for parameter requirements and types.

On this page