Hi, We use Google Ads API about campaign budget. We have the question about maximum number of unshared budgets in an account.
Question. If the number of campaigns actively using the budget ( reference_count <https://developers.google.com/google-ads/api/reference/rpc/v15/CampaignBudget>) is zero, this campaign budget does not include in limit calculation of unshared budgets in an account? My understanding is that we can not create over 20k unshared budgets in an account refer to System Limits <https://developers.google.com/google-ads/api/docs/best-practices/system-limits?hl=en> . But we have over 20k unshared budgets in an account now. Below are query I tried. { "query": "SELECT campaign_budget.id, campaign_budget.name FROM campaign_budget WHERE customer.id = <customer_id> AND campaign_budget.explicitly_shared = false", "return_total_results_count": true } I got response "totalResultsCount": "24282" Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com 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 adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7a5ab6c8-f5be-414a-8036-b4c5b60ab352n%40googlegroups.com.