限制和常见错误
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-26。
[null,null,["最后更新时间 (UTC):2025-08-26。"],[[["\u003cp\u003eCampaigns using campaign experiments require a dedicated, non-shared budget.\u003c/p\u003e\n"],["\u003cp\u003eOnce a budget is explicitly shared, it cannot be reverted to a non-shared state.\u003c/p\u003e\n"],["\u003cp\u003eAccounts have a maximum limit on the number of budgets they can contain.\u003c/p\u003e\n"],["\u003cp\u003eYou cannot remove a budget currently assigned to active or paused campaigns.\u003c/p\u003e\n"],["\u003cp\u003eCampaigns with experiments cannot utilize budgets shared with other campaigns.\u003c/p\u003e\n"]]],[],null,["# Restrictions & Common Errors\n\nNote the following restrictions and common errors.\n\nRestrictions\n------------\n\n- Any campaign that has [campaign\n experiments](//support.google.com/google-ads/answer/6318742) enabled must have its own non-shared budget.\n\nCommon Errors\n-------------\n\n| Error | Description |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [`CampaignBudgetError.CANNOT_UPDATE_CAMPAIGN_BUDGET_TO_IMPLICITLY_SHARED`](/google-ads/api/reference/rpc/v21/CampaignBudgetErrorEnum.CampaignBudgetError#cannot_update_campaign_budget_to_implicitly_shared) | Indicates that you tried to set the [explicitly_shared](/google-ads/api/reference/rpc/v21/CampaignBudget#explicitly_shared) field of a budget from `true` to `false` in an `update` operation. Once a budget is explicitly shared (`explicitly_shared = true`), you cannot change [explicitly_shared](/google-ads/api/reference/rpc/v21/CampaignBudget#explicitly_shared) back to `false`. |\n| [`ResourceCountLimitExceededError.ACCOUNT_LIMIT`](/google-ads/api/reference/rpc/v21/ResourceCountLimitExceededErrorEnum.ResourceCountLimitExceededError#account_limit) | Indicates you've reached the maximum number of budgets in an account. |\n| [`CampaignError.CAMPAIGN_CANNOT_USE_SHARED_BUDGET`](/google-ads/api/reference/rpc/v21/CampaignErrorEnum.CampaignError#campaign_cannot_use_shared_budget) | The campaign to which you're trying to add the budget is using campaign experiments, and the budget is already being used by another campaign. |\n| [`CampaignBudgetError.CAMPAIGN_BUDGET_IN_USE`](/google-ads/api/reference/rpc/v21/CampaignBudgetErrorEnum.CampaignBudgetError#campaign_budget_in_use) | You're trying to remove a budget associated with one or more active or paused campaigns. |"]]