# 分析与追踪

{% hint style="info" %}
[未来](https://github.com/orgs/anyproto/projects/1/views/1?pane=issue\&itemId=29227689)将可以选择退出分析服务。
{% endhint %}

在产品处于测试阶段时，我们使用分析服务来帮助我们了解应用程序的整体性能、某些功能的被使用情况以及后者对留存率的影响。

**Amplitude** 是我们用于跟踪应用程序内 *事件* 的主要服务。通过它，我们可以跟踪以下指标：

* 上个月有多少用户加入，有多少用户退出
* 创建了多少个【对象】、【块】、【对象集】和【自定义类型】（按活跃用户数量计算的平均值）
* 用户在应用中平均花费的时间
* 哪些设备被用来登录此应用

我们利用这些数据来了解我们的主要产品指标，以及我们的整体发展方向是否正确。虽然我们可以跟踪活动的频率和事件采用情况，*但我们无法以任何方式跟踪你创建的内容。*

在实践中意味着，比如我们知道自定义【类型】非常流行，但我们看不到这些自定义类型是什么（也看不到你用这些类型创建了哪些【对象】）。

除了 Amplitude 之外，我们的工程团队还使用 Sentry 来跟踪崩溃的发生率。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.anytype.io/anytype-docs/documentation_cn/shu-ju-an-quan/analytics-and-tracking.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
