# 数据接入管理

在可以应用数据之前需要进行数据接入，这个过程需要产品经理、数据分析师、工程师等多方协作。

![](/files/-LjG304i--pXy2bwYBl-)

通常需要经过以下三步：

### **Step1 设计埋点方案**

使用数据的需求方（产品经理/运营/数据分析师等）确定使用目的，梳理需要分析的指标，进而据此设计埋点方案（即采集哪些事件，上报哪些用户信息）

设计好的埋点方案功能可以批量上传在在线页面，集中管理，自动化验证。

{% content-ref url="/pages/-LjFePSCSktmOUmjtc2L" %}
[埋点方案](/features/project-manegement/data-integration/schema.md)
{% endcontent-ref %}

{% hint style="info" %}
若只是简单的运营页面，也可以跳过埋点方案的设计，等到工程师完成Step2和3时，通过可视化埋点的功能进行圈选定义。
{% endhint %}

### **Step2 集成SDK**

工程师根据埋点方案集成SDK，上报数据

{% content-ref url="/pages/-LjFfqGIZDkGelgJbqcO" %}
[集成SDK接入数据](/features/project-manegement/data-integration/sdks.md)
{% endcontent-ref %}

### **Step3  数据验证**

集成SDK后需要通过数据验证，确保数据接入的完整性、及时性和正确性，验证通过后即可发布应用

{% content-ref url="/pages/-LjFiLzE3dBHxB-ALeTo" %}
[数据验证](/features/project-manegement/data-integration/validation.md)
{% endcontent-ref %}

{% hint style="info" %}
以上内容没有解答我的问题？[点击我来反馈](https://support.qq.com/products/118522/) 🚀
{% endhint %}


---

# 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://arkdocs.analysys.cn/features/project-manegement/data-integration.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.
