价格、配额和限制
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
价格
Search Ads 360 API 的使用包含在 Search Ads 360 的总体价格中。
使用 API 无需支付额外费用。
配额
Search Ads 360 API 会为每个 Google API 项目可发送的请求数分配每日配额。
达到配额后,其他请求将返回 error,并且所有通过此项目进行身份验证的客户端都需要等到次日才能发送更多请求。每日配额将在太平洋时间午夜重置。
配额会整理到三个单独的存储分区中:
- Reports.generate():您可以发出的 Reports.generate() 请求数量。
- Reports.request():您可以发出的 Reports.request() 请求数量。此数字取决于生成报告所需的计算时间。例如,您可以请求多个简单的小型报告,也可以请求较少的大型复杂报告。
- 默认:您可以为轮询报告状态、下载报告以及列出和上传转化数据而发出的请求数。
请注意,一个存储分区不能借用来增加另一个存储分区的配额。
查看用量和配额
如需查看当前用量并将其与每日配额进行比较,请执行以下操作:
- 使用用于生成凭据的 Google 帐号登录 Google API 控制台。
- 在 API 控制台中访问 API 库的“已启用的 API”页面,然后从列表中选择 Search Ads 360 API。
- 点击配额标签页。配额标签页会显示 API 项目的用量和限制。
默认情况下,系统会将请求次数限制为与项目配额相同的请求次数。您可以降低限额,以防止用户用尽项目的配额。限制主要适用于可计费项目或拥有大量用户的项目。由于 Search Ads 360 API 是不计费的,并且通常没有大量用户,因此您可能需要保留默认设置。
- 如需查看是否有人设置了低于配额的限制,请点击查询类型旁边的修改图标。系统会显示一个弹出式窗口,其中会显示配额。例如,如果您点击报告生成查询数旁边的修改图标,系统会显示一个弹出式窗口,其中包含“输入介于 1 到 10,000 之间的数字”之类的文本。在这种情况下,项目用于生成报告查询的配额为 10,000 次。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-29。
[null,null,["最后更新时间 (UTC):2025-08-29。"],[[["\u003cp\u003eThere are no fees for using the Search Ads 360 API; its usage is included in the overall pricing of Search Ads 360.\u003c/p\u003e\n"],["\u003cp\u003eThe Search Ads 360 API has daily quotas for the number of requests a Google API project can send, divided into buckets for Reports.generate(), Reports.request(), and other operations like downloading reports.\u003c/p\u003e\n"],["\u003cp\u003eDaily quotas reset at midnight Pacific Time, and exceeding them results in errors until the next reset.\u003c/p\u003e\n"],["\u003cp\u003eYou can view current API usage and quotas, as well as adjust limits, within the Google API Console.\u003c/p\u003e\n"],["\u003cp\u003eIf you require additional quota beyond the default limits, you can contact Search Ads 360 support.\u003c/p\u003e\n"]]],["The Search Ads 360 API is included in the overall pricing with no extra fees. API usage is managed through daily quotas, divided into three buckets: `Reports.generate()`, `Reports.request()`, and `Default`. Each bucket is independent. To monitor usage and limits, access the Google API Console, navigate to the Search Ads 360 API, and check the Quotas tab. If needed, additional quota can be requested via support after ensuring limits align with maximum quotas.\n"],null,["# Pricing, Quotas, and Limits\n\nPricing\n-------\n\nUse of the Search Ads 360 API is included in the overall pricing of Search Ads 360.\nThere are no additional fees for using the API.\n\nQuotas\n------\n\nThe Search Ads 360 API assigns a daily quota for the number of requests a Google API project can send.\nAfter the quota is reached, additional requests return an [error](/search-ads/v2/standard-error-responses),\nand all clients authenticated through this project need to wait until the next day to send\nadditional requests. Daily quotas are reset at midnight Pacific Time.\n\nQuotas are organized into three separate buckets:\n\n- **Reports.generate()** : The number of [Reports.generate()](/search-ads/v2/reference/reports/generate) requests you can make.\n- **Reports.request()** : The number of [Reports.request()](/search-ads/v2/reference/reports/request) requests you can make. This number varies depending on the amount of computation time needed to produce the reports. For example, you can request many small, simple reports, or fewer large, complex reports.\n- **Default**: The number of requests you can make to poll report status, download reports, and list and upload conversions.\n\nNote that you cannot borrow from one bucket to increase quota in another bucket.\n\n### View usage and quotas\n\nTo view current usage and compare it to the daily quotas, do the following:\n\n1. Sign into the [Google API Console](//console.developers.google.com/apis) with a Google Account that was used to generate credentials.\n2. Visit the [Enabled APIs page](https://console.cloud.google.com/apis/enabled) of the API library in the API Console, and select the Search Ads 360 API from the list.\n3. Click the **Quotas** tab. The **Quotas** tab shows the usage and limits for the API project. By default, limits are set to the same number of requests as the project's quota. You can lower the limits to prevent users from using up the project's quota. Limits are mostly intended for billable projects, or for projects with a large number of users. Since the Search Ads 360 API isn't billable and usually doesn't have a large number of users, you may want to keep the default setting.\n\n \u003cbr /\u003e\n\n4. To see if someone has set a limit that's below the quota, click the edit icon next to a query type. A popup appears and displays the quota. For example, if you click the edit icon next to **Report generation queries per day**, a popup appears with text something like \"Enter a number between 1 and 10,000.\" In this case, 10,000 is the project's quota for report generation queries.\n\n### Request additional quota\n\nIf a request returns an [error](/search-ads/v2/standard-error-responses)\nindicating that the quota limit has been exceeded, first [view usage\nand limits](#view_usage) to make sure you're not simply exceeding the limit. If you've already set\nlimits to the maximum quota, [contact\nsupport](/search-ads/v2/troubleshooting) and request additional quota."]]