Hey, I've run the following queries: * '''SELECT campaign_budget.name FROM campaign_budget WHERE campaign_budget.status = 'ENABLED'", -> 20584* *'''SELECT campaign.name, campaign_budget.name FROM campaign_budget WHERE campaign_budget.status = 'ENABLED' ''' -> 6551* Let's resume a little bit, in the second query we have only 6k budgets because the results represent how many budgets have campaigns assigned right? So I presume the rest of 20k are not attached to any campaigns? On Thursday, October 27, 2022 at 10:15:08 PM UTC+3 adsapi wrote:
> Hello, > > Thank you for reaching out to Google Ads support. > > With regard to your questions, please see the below items: > > 1: I read that there is a limit on shared_budget of 11000 per account but > I did not find anything related to the campaign budget. The limit of 11000 > is an aggregate for all our customer Ids? > > Kindly note that these limits are the number of entities created in a > Google Ads account and not a monetary value. As noted in our documentation > <https://support.google.com/google-ads/answer/6372658?hl=en> there is a > limit of 11,000 shared budgets (entities) per account, not total per > account hierarchy > > 3: We can increase this limit using the following flags? > EXPLICITLY_SHARED_BUDGETS_PER_CUSTOMER and > IMPLICITLY_SHARED_BUDGETS_PER_CUSTOMER > > These are not flags but resource limit error types as indicated in our > documentation here > <https://developers.google.com/google-ads/api/reference/rpc/v12/ResourceLimitTypeEnum.ResourceLimitType#explicitly_shared_budgets_per_customer>. > > These cannot be increased, but note that in the previous document we > mention that for shared Campaign budget limits this limit applies to > enabled budgets only. > > I would suggest checking the amount of Campaign Budgets that you have > created for the account where this error is appearing, and see how many > have shared budgets explicitly enabled. We have one example query in our > documentation here > <https://developers.google.com/google-ads/api/docs/campaigns/budgets/share-budgets#determine_if_a_campaign_budget_is_shared>, > > you would just remove the WHERE clause in order to list all the campaigns. > > Since you are using a batch job that has run multiple times you have > probably created multiple enabled shared campaign budgets without noticing > and are now hitting the limit. If you disable these shared Campaign budgets > you should be able run your batch job again. > > Let us know if you have any other questions! > [image: Google Logo] > Daniel > Google Ads API Team > > > > > ref:_00D1U1174p._5004Q2folni:ref > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/cd9bf9e7-37e8-48e4-b2ef-92436e97234an%40googlegroups.com.
