collect.sessions

Ping collect session

Fires a session-opened tracking event. Thin, fire-and-forget.

post/collect/sessions/{token}/ping

Path parameters

tokenstring required

The session token

Example:cs_live_cmll8jh7b00013b6tlu7lvntw

Response

Ping tracked

successboolean required

Example response

{
  "success": true
}

Changes

Changed in 1 of the 5 revisions of this API.1

    • added the media type application/json for the response with the status 500

      response-media-type-added