> ## Documentation Index
> Fetch the complete documentation index at: https://docs.joinmarkt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Analytics & Tracking

> First-party page views and third-party pixels.

# Analytics & Tracking

## First-party

```bash theme={null}
POST /api/track
```

Body: `{ "path": "/products/pro", "storeId": "optional" }`.

Rate limit: 120/min. Writes a page view and may emit a live dashboard event.

There is no separate MarktAnalytics browser SDK — call the endpoint yourself from custom sites.

## Third-party pixels

Configured per store in the dashboard and injected by the storefront after marketing cookie consent:

* Google Analytics / GTM
* Meta Pixel
* TikTok Pixel
* Crisp / Tawk

Exposed on the public storefront payload (`googleAnalyticsId`, `metaPixelId`, …).

## Live view

Seller live analytics uses dashboard session APIs under `/api/dashboard/analytics/*` — not public.

See Track Page View API.
