mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
1da0a53f67
* Add docs for feedback-by-page and search queries analytics endpoints Generated-By: mintlify-agent * Add page views and unique visitors analytics API docs Generated-By: mintlify-agent * remove translated files * remove paginate info * Apply suggestion from @ethanpalm * Apply suggestion from @ethanpalm * Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
18 lines
724 B
Plaintext
18 lines
724 B
Plaintext
---
|
|
title: "Get unique visitors"
|
|
description: "Retrieve per-page and site-wide approximate unique visitor counts, split by human and AI traffic."
|
|
openapi: /analytics.openapi.json GET /v1/analytics/{projectId}/visitors
|
|
keywords: ["analytics", "visitors", "unique visitors", "traffic", "export"]
|
|
---
|
|
|
|
## Usage
|
|
|
|
Use this endpoint to export unique visitor analytics. Results include both site-wide totals and per-page breakdowns, split by human and AI traffic. The `total` field is deduplicated across human and AI traffic.
|
|
|
|
Paginate through results using offset-based pagination. Increment `offset` by `limit` while `hasMore` is true.
|
|
|
|
## Filtering
|
|
|
|
Filter visitor data by date range using `dateFrom` and `dateTo` parameters.
|
|
|