In the fields, I see "ad_group.labels", but in the filters, there are no labels.
How can I filter ad_groups by a label in the GAQL?
Google Ads API Forum Advisor Prod
unread,
Dec 13, 2019, 3:48:14 PM12/13/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hi Dmitrii,
Thank you for reaching out. You can filter by label by adding "WHERE ad_group.labels CONTAINS ANY ()" clause to your query. You must list out the resource name within the parenthesis using this format 'customers/{customer_id}/labels/{part_1}\'.