Hi
I am using GoogleAds Api to fetch some data and i am passing some filters.
One of these filters (ad_group_criterion.status ) seems to have some
problem.
It is returning keywords that are paused in the UI.
The request Id is *jfcomM7PqJnnMex4RBUFQw*
GAQL:
SELECT
ad_group_criterion.criterion_id,
ad_group_criterion.keyword.text,
ad_group_criterion.status,
ad_group_criterion.labels,
ad_group.name,
ad_group.status,
ad_group.id,
campaign.name,
campaign.id,
metrics.impressions,
metrics.conversions,
metrics.cost_per_conversion,
ad_group_criterion.effective_cpc_bid_micros,
metrics.clicks,
metrics.ctr,
metrics.average_cpc
FROM keyword_view
WHERE segments.date DURING YESTERDAY
AND campaign.status = 'ENABLED'
AND ad_group.status = 'ENABLED'
AND ad_group_criterion.status = 'ENABLED'
Thank you very much
Best regards,
Filipe
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/5497d56d-7527-4bb5-9e2f-e50ba82c161fn%40googlegroups.com.