Track session start
POST/v2/tracking/session
Records the start of a new user session. Must be called before any other tracking event for the same session.
A session corresponds to a single visit by a user to a page using the Zoovu search or recommendation widget. The sessionId must be a client-generated UUID and remain stable for the duration of the visit.
Request
Responses
- 204
- 400
Session recorded successfully
Bad request — missing required fields or invalid sessionId (must be a valid UUID)