I want to fetch keyword metrics data(impressions, click etc) with its bid
simulator fields by date. Can I fetch it through search query ?
$query = 'SELECT metrics.ctr,metrics.clicks,metrics.impressions,
metrics.cost_micros,campaign.id,ad_group.id,ad_group_criterion.criterion_id,
ad_group_criterion.status, '
. 'ad_group_criterion.keyword.text '
. 'FROM keyword_view '
. 'WHERE ad_group_criterion.type = KEYWORD AND
campaign.status != REMOVED ';
Please Help. I am new to this API.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d09d44c5-6780-4fa5-8844-6826b7975411%40googlegroups.com.