mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
fed930aa2d
Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
27 lines
957 B
Plaintext
27 lines
957 B
Plaintext
---
|
|
title: "获取唯一访客"
|
|
description: "获取 Mintlify 文档的唯一访客数量,按路径与站点整体统计,并区分真实用户流量与 AI 爬虫或代理产生的访问。"
|
|
openapi: /zh/analytics.openapi.json GET /v1/analytics/{projectId}/visitors
|
|
keywords: ["analytics", "访客", "唯一访客", "流量", "导出"]
|
|
---
|
|
|
|
<div id="usage">
|
|
## 使用方法
|
|
</div>
|
|
|
|
使用此端点导出唯一访客分析数据。结果包括全站总量和各页面明细,并按人工流量和 AI 流量分类。`total` 字段已对人工流量和 AI 流量进行去重处理。
|
|
|
|
使用基于偏移量的分页浏览结果。当 `hasMore` 为 `true` 时,将 `offset` 递增 `limit`。
|
|
|
|
<div id="filtering">
|
|
## 筛选
|
|
</div>
|
|
|
|
使用 `dateFrom` 和 `dateTo` 参数按日期范围过滤访客数据。
|
|
|
|
<div id="rate-limits">
|
|
## 速率限制
|
|
</div>
|
|
|
|
此端点允许每个组织每小时最多 100 次请求。所有分析端点共享此限制。
|