> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About the Sessions API ## Article: About the Sessions API ## Article Link: https://dev.wix.com/docs/api-reference/business-management/analytics/sessions/about-the-sessions-api.md ## Article Content: # About the Analytics Sessions API The Analytics Sessions API enables select beta users to access session IDs collected from Wix sites.
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](https://hazelcast.com/glossary/web-session). 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 - [Record a visitor session and notify Wix that a recording has been made.](https://dev.wix.com/docs/rest/business-management/analytics/sessions/sample-flows.md#record-a-visitor-session-and-notify-wix-that-a-recording-has-been-made) - [Display session recordings to users based on Wix's filter data.](https://dev.wix.com/docs/rest/business-management/analytics/sessions/sample-flows.md#display-session-recordings-to-users-based-on-Wixs-filter-data) ## 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](https://www.wix.com/support-chatbot?nodeId=25a57397-ccf7-4376-8b74-48d51edf7159&referral=devRels). - 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. @sdk_package_setupBeta Feature:
This functionality is currently available to select beta users only.