Search Ads 360 Reporting API
借助 Search Ads 360 API,开发者可以自动从 Search Ads 360 下载报告。
服务:searchads360.googleapis.com
如要调用此服务,我们建议您使用 Google 提供的客户端库。如果您的应用需要使用您自己的库来调用此服务,则在发出 API 请求时应使用以下信息。
发现文档
发现文档是用于说明和使用 REST API 的机器可读规范。它用于构建客户端库、IDE 插件以及与 Google API 交互的其他工具。一项服务可能会提供多个发现文档。此服务提供了以下发现文档:
服务端点
服务端点是指定 API 服务的网络地址的基本网址。一项服务可能有多个服务端点。此服务具有以下服务端点,下面的所有 URI 都与此服务端点相关:
https://searchads360.googleapis.com
方法 |
get |
GET /v0/{resourceName=customers/*/customColumns/*}
返回请求的自定义列的完整详细信息。 |
list |
GET /v0/customers/{customerId}/customColumns
返回与客户关联的所有自定义列的完整详细信息。 |
方法 |
search |
POST /v0/customers/{customerId}/searchAds360:search
返回与搜索查询匹配的所有行。 |
searchStream |
POST /v0/customers/{customerId}/searchAds360:searchStream
返回与搜索串流查询匹配的所有行。 |
方法 |
get |
GET /v0/{resourceName=searchAds360Fields/*}
仅返回请求的字段。 |
search |
POST /v0/searchAds360Fields:search
返回与搜索查询匹配的所有字段。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-08。
[null,null,["最后更新时间 (UTC):2024-11-08。"],[[["The Search Ads 360 API enables developers to automate report downloads from Search Ads 360."],["Developers can use Google-provided client libraries or their own libraries to interact with the API."],["The API provides access to various resources such as customers, custom columns, and Search Ads 360 data."],["You can retrieve data using methods like `listAccessibleCustomers`, `search`, and `searchStream`."],["Detailed information about API resources and methods is available through the provided links and discovery document."]]],["The Search Ads 360 API enables automated report downloading, utilizing `searchads360.googleapis.com`. Key actions include: retrieving accessible customer resource names via `listAccessibleCustomers`; getting detailed custom columns with `get` and `list`; searching for rows matching queries through `search` and `searchStream`; and fetching field details via `get` and `search`. It is recommended that developers use Google-provided client libraries, or utilize the specified discovery document and service endpoint for custom libraries.\n"]]