mirror of
https://github.com/mintlify/docs.git
synced 2026-09-14 13:35:46 +08:00
fbdd913d8e
* Add translation tracker for stale translations audit Generated-By: mintlify-agent * translations: add missing pages and update content for es, fr, zh Phase 1: Add translations for 4 new API analytics pages (feedback-by-page, searches, views, visitors) in es, fr, and zh. Phase 2: Update 3 pages with content changes: - agent/workflows: add "Disable a workflow" subsection - ai/skillmd: add 24-hour generation note - editor/publish: add AI PR title tip, reformat publishing workflows, promote "Publish your changes" heading from h3 to h2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * update descriptions * translations * translations * translations * Delete TRANSLATION_TRACKER.md * translations * a * a * translations * translations * translations * translations * translations * translations * translations * translations * Update use-cases.mdx * translations * translations * Update ai-native.mdx * Update accordions.mdx * Update accordions.mdx * Update accordions.mdx * translations * translations * Update fonts.mdx * translations * translations: update SEO descriptions for es, fr, zh (150 pages) Update the description: frontmatter field across 150 pages × 3 languages to match the current English descriptions updated on 2026-03-31. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
21 lines
702 B
Plaintext
21 lines
702 B
Plaintext
---
|
|
title: "获取页面浏览量"
|
|
description: "获取按页面和全站的内容浏览量,并按人工流量和 AI 流量分类统计。"
|
|
openapi: /zh/analytics.openapi.json GET /v1/analytics/{projectId}/views
|
|
keywords: ["analytics", "浏览量", "页面浏览量", "流量", "导出"]
|
|
---
|
|
|
|
<div id="usage">
|
|
## 使用方法
|
|
</div>
|
|
|
|
使用此端点导出页面浏览量分析数据。结果包括全站总量和各页面明细,并按人工流量和 AI 流量分类。
|
|
|
|
使用基于偏移量的分页浏览结果。当 `hasMore` 为 `true` 时,将 `offset` 递增 `limit`。
|
|
|
|
<div id="filtering">
|
|
## 筛选
|
|
</div>
|
|
|
|
使用 `dateFrom` 和 `dateTo` 参数按日期范围过滤浏览量数据。
|