Im making a query to obtain all the campaigns that are enabled or stopped,
like so:
SELECT ...
FROM ad_group_ad WHERE campaign.status IN ('ENABLED', 'PAUSED', 'REMOVED',
'UNKNOWN')
AND ad_group_ad.status IN ('ENABLED', 'PAUSED', 'REMOVED', 'UNKNOWN')
AND campaign.name LIKE "%ES%"
AND segments.date BETWEEN '2022-05-05' AND '2022-05-07'
I validated my query and it is ok, the problem is that it isnt bringing me
some campaigns that I can see in the UI, does anyone has experienced
something similar?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a578b75e-c65d-401d-8199-ee7114d524dan%40googlegroups.com.