About the Analytics Sessions API

The Analytics Sessions API enables select beta users to access session IDs collected from Wix sites.

Beta Feature:

This functionality is currently available to select beta users only.

A session refers to a visitor's interaction with a site, beginning when they arrive and concluding after 30 minutes of inactivity. During each session, a visitor can take multiple actions and navigate through multiple pages. Each session is uniquely identified by a browser session ID.

Wix offers Wix users an entry point to access selected analytics apps that record and track visitor sessions. When a Wix user accesses the entry point, Wix passes all relevant filters appended to the iframe URL, and your app can use the filter data to request a list of relevant visitor sessions from Wix. With this API, your app can extend Wix analytics data to help site owners identify pain points and find areas for improvement.

Use cases

Before you begin

  • This functionality is currently available to select beta users only. If you are interested in providing such an app, reach out to Wix Support.
  • Some calls in this API are asynchronous and return a job ID.
  • All sessions are identified by their browser session IDs.
  • An iframe dashboard page extension is required.

Terminology

  • Session: A visit of a visitor to a site. Within each session, a visitor can take multiple actions and view multiple pages.
  • Browser session ID: An ID stored in the visitor's browser to identify the session.
Did this help?