Hi Google Ads Team, In the old Adwords API, campaigns were able to access their own labels. However, in the new Ads API, campaigns do not have access to their own labels.
While fetching campaigns with specific labels is still straight forward, it's now seems impossible to do the opposite (without specific labels). For example, if we had a group of campaigns with the following labels: 1. Label A 2. Label B 3. <No Label> And I wanted to get all the campaigns WITHOUT Label A. In the old API, it would simply be a query on campaigns WHERE labels CONTAINS NONE Label A and will get campaigns returned with Label B and also <No label>. Now with the Ads API, using the campaign_label resource, I can form a similar query such as SELECT campaign.id FROM campaign_label WHERE label.name != Label A, however it'll only return campaigns with Label B. Is there another way to form this query? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/ccff375b-f60d-4f27-b2a6-bf57964f3a11%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
