Using the Google Ads Query Builder I created this query:
SELECT
campaign.id,
campaign.name,
campaign_criterion.location.geo_target_constant,
campaign_criterion.proximity.geo_point.latitude_in_micro_degrees,
campaign_criterion.proximity.geo_point.longitude_in_micro_degrees,
campaign_criterion.proximity.radius,
campaign_criterion.proximity.radius_units,
campaign_criterion.negative
FROM campaign_criterion
WHERE
campaign.labels CONTAINS ALL ('my_label')
AND campaign.status = 'ENABLED'
but when I execute it I get this error: "Resource name 'my_label' is
malformed: expected 'customers\/{customer_id}\/labels\/{label_id}'."
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/00665f54-2938-433c-9a8b-b06cdc5ee1efn%40googlegroups.com.