> 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 (Analytics) ## Article Link: https://dev.wix.com/docs/sdk/host-modules/site/analytics/introduction.md ## Article Content: # About the Analytics API The Analytics API lets you programmatically report and track standard and custom events on a site and send them to connected external analytics platforms. Learn more about [standard and custom analytics events](https://dev.wix.com/docs/sdk/host-modules/site/events/about-analytics-events.md). ## Setup @package_metadata:@wix/site To use the Analytics API, install the `@wix/site` package. ### Import the package To import the package in your code: ```js import { analytics } from "@wix/site"; ``` ## See also - [About Analytics Events](https://dev.wix.com/docs/sdk/host-modules/site/events/about-analytics-events.md) - [Analyze User Behavior with Embedded Scripts](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/embedded-scripts/analyze-user-behavior-using-embedded-scripts.md) - [About Marketing Integrations](https://support.wix.com/en/article/about-marketing-integrations)