> 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: Introduction ## Article: Introduction ## Article Link: https://dev.wix.com/docs/api-reference/business-management/analytics/data/introduction.md ## Article Content: # About the Analytics Data API The Analytics Data API enables you to access a site's analytics data. Data is collected on a daily basis, and organized according to specific categories, called measurement types. Data measurement types include: - **Total sessions**: Total amount of site visits. A session ends after 30 minutes of inactivity. - **Total sales**: Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. - **Total orders**: Total amount of income from sales after deducting refunds. - **Clicks to contact**: Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. - **Total forms submitted:** Total number of forms submitted by visitors on the site. - **Total unique visitors:** Total number of distinct individuals who visited the site. Each visitor is counted once, regardless of the number of visits. ## Use cases - [Display an analytics dashboard or widget with data about a specific Wix site](https://dev.wix.com/docs/rest/business-management/analytics/data/sample-flows.md#display-an-analytics-widget-with-data-about-a-specific-Wix-site). ## Before you begin - Note that Wix stores analytics data for 62 days. If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. - Actions that are counted in the "clicks to contact" measurement type do not include form submissions. ## Terminology - **Session**: A visit of a visitor to a site. Within each session, a visitor can take multiple actions and view multiple pages. @sdk_package_setup