# 批量操作

在您新建项目时或者需要项目迁移，遇到批量创建一批埋点事件或事件变量时，可以使用批量操作功能，帮您高效完成创建操作。

批量创建支持以下创建操作：

* 埋点事件
* 事件级变量
* 页面级变量
* 登录用户变量
* 访问用户变量
* 转化变量
* 事件与事件级变量进行关联

通过批量创建操作，可以将全部所需内容填入批量创建模版中，批量导入至项目中，即可完成对所需内容执行创建操作。

![](/files/-MDt-LUNGcAt-MW2XenS)

批量创建使用说明：

* 每次批量创建数据导入时，各 Sheet 中创建对象上限为 300；
* 在执行批量创建时，GrowingIO 会执行相关检查，如遇到错误会在返回数据首例中标出，请按照对应提示信息处理即可；
* 在埋点事件 Sheet 中，同时支持事件的创建以及事件和事件变量的绑定，具体可参考「埋点事件参考示例」；
* 目前批量操作仅支持新建操作，不支持更新操作，如遇创建对象已经存在，会作出提示；
* 批量创建的功能权限单独管理，如某类角色用户不需要该批量创建权限，请进行设置。


---

# 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://growingio.gitbook.io/v3/product-manual/data-center/data-management/batch-creat.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.
