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
Example response
{
"success": true
}Changes
Changed in 1 of the 5 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status500response-media-type-added
- ○