# 接口定义

- [查询应用ID](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/cha-xun-ying-yong-id.md): 此接口仅提供应用ID的查询，新建应用请在GIO后台操作。
- [新建推广活动](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/createcampaign.md)
- [查询推广活动ID](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/querycampaignid.md)
- [新建推广渠道](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/createchannels.md)
- [查询推广渠道ID](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/querychannelid.md)
- [新建监测链接（吸引用户直接打开App）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/create-deeplinks.md)
- [查询监测链接（吸引用户直接打开App）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/query-deeplinks.md)
- [新建监测链接（增加APP下载量-同时推广iOS和Android）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/create-onelinks.md)
- [查询监测链接（增加APP下载量-同时推广iOS和Android）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/query-onelinks.md)
- [新建监测链接（增加App下载量-推广iOS或Android单个平台）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/createnormallinks.md)
- [查询监测链接（增加App下载量-推广iOS或Android单个平台）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/query-normallinks.md)
- [新建监测链接（推广网页）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/create-weblinks.md)
- [查询监测链接（推广网页）](https://growingio.gitbook.io/docs/developer-manual/api-reference/query-productid/definition/query-weblinks.md)


---

# 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/docs/developer-manual/api-reference/query-productid/definition.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.
