有兴趣分享您对 Google Ads API 的反馈吗?
注册即可获邀参与用户调研!
移除广告系列预算
移除预算之前,请确保未
ENABLED
或
PAUSED
个广告系列
查看它的使用情况
reference_count
。
如果此字段大于 0,则还有 ENABLED
或 PAUSED
个广告系列
使用预算。您可以通过搜索指标来检索此信息
其中 campaign_budget
作为主要资源。以下是用于
预算的引用计数,按其 ID 过滤:
SELECT campaign_budget.reference_count
FROM campaign_budget
WHERE campaign_budget.id = campaign_budget_id
确定CampaignBudget
不再使用,但可以删除,
remove
操作替换为广告系列预算的资源名称。
移除广告系列时,会同时移除
广告系列使用的所有资源
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["Before removing a budget, ensure no active or paused campaigns are using it by checking its `reference_count`."],["If the `reference_count` is greater than 0, retrieve information using a GAQL query with `campaign_budget` as the main resource."],["To remove an unused `CampaignBudget`, send a `remove` operation with the resource name of the campaign budget."],["Removing a campaign also removes any non-shared budget associated with it."]]],[]]