Hello Team,
For the below query when I run it, in my result set I am getting 2,4,6
values in campaign.status column instead I should get
ENABLED,PAUSED,REMOVED.
Kindly guide me on the same.
SELECT
campaign.id,
campaign.status,
campaign.name,
segments.date,
metrics.impressions
FROM campaign
WHERE segments.date = '2021-11-13' and metrics.impressions >= 0 and
campaign.status IN ('ENABLED','PAUSED','REMOVED')
Thanks
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/373242ec-69f9-450d-b6de-4d2eec58542dn%40googlegroups.com.