Hi Mark, 1) 1000 as the maximum number of accounts a label can be applied to seems to be the Goolge Ads API limit too: https://developers.google.com/google-ads/api/docs/best-practices/system-limits#label
2) You could pull a customer_label <https://developers.google.com/google-ads/api/fields/v7/customer_label> report and just count the rows or the number of different " customer_label.resource_name <https://developers.google.com/google-ads/api/fields/v7/customer_label#customer_label.resource_name>" you get. Cheers Mat Mark schrieb am Mittwoch, 26. Mai 2021 um 11:09:23 UTC+2: > Hello, > > I'm looking to implement a feature to automatically apply account labels > to client accounts. While the basic feature works, I have a few questions > about scalability. > > The Ad Words API docs > <https://developers.google.com/adwords/api/docs/reference/v201809/ManagedCustomerService#mutatelabel>clearly > > state that one label can only be added to 1000 accounts at most, a > limitation we'd hit rather soon. The Google Ads API equivalent, > CustomerLabelService > <https://developers.google.com/google-ads/api/reference/rpc/v7/CustomerLabelService>, > > does not seem to have such a limitation, or at least it's not documented. > > So, my questions: > 1) Is the 1000-accounts-per-label limitation actually in place for both Ad > Words and Google Ads APIs? > 2) If so, is there any way -- with either API -- to check how many > accounts any one label has been attached to? > > Cheers, > Mark > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/4d15a97f-4f4c-4b44-ae31-14e38d28c068n%40googlegroups.com.
