# 技术接入准备工作

易观方舟支持全端数据接入：

* **客户端实时上报**
* **服务端实时上报**
* **历史数据导入**

## 不同接入方式的差异

| 接入方式    | 适用场景                                         | 埋点方式       |
| ------- | -------------------------------------------- | ---------- |
| 客户端实时上报 | 更适合采集用户前端行为数据，简单易用                           | 代码埋点/可视化埋点 |
| 服务端实时上报 | 更适合采集业务相关数据，直接从服务器端采集，和业务数据调用同步，会更精准，同时安全性更高 | 代码埋点       |
| 历史数据导入  | 生成符合格式的数据直接导入，通常使用于已经存在历史数据，并希望导入方舟来分析       | 工具导入       |

## 接入前建议阅读

1. [数据模型](broken://pages/-LaQ9Kg8oIMETNeHa-yI)，以便于更充分的了解数据的扩展性；
2. [数据格式](/integration/prepare/data-type.md)，以便于更准确的集成SDK，符合分析需要；
3. [预置事件和属性](/integration/prepare/default-data.md)，以便于确定哪些是系统默认采集，无需额外工作量就可以分析，哪些如果有分析需求需要上报到对应的预置字段中；
4. [如何准确识别用户](/integration/prepare/user-identify.md) ，以便提高用户行为分析的准确性；
5. [分平台上报和跨平台上报](/integration/prepare/cross-platform.md) 的差异，以便确定是否将多端数据上报到同一个项目中；
6. [如何设计埋点方案](/integration/prepare/tracking-plan.md)，以便让埋点更满足业务需要。

{% hint style="info" %}
以上内容没有解答我的问题？[点击我进入方舟论坛去反馈](https://www.analysysdata.com/forum/index) 🚀
{% 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/integration/prepare.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.
