Hello All,
We are new to Google Ads API and have a requirement to develop a batch job 
to get the bunch of attributes for below Performance Reports for analytics.

KEYWORDS_PERFORMANCE_REPORT
CRITERIA_PERFORMANCE_REPORT
AD_PERFORMANCE_REPORT
ADGROUP_PERFORMANCE_REPORT
CAMPAIGN_PERFORMANCE_REPORT

I have learned that the Google Ads APIs are the next generation API of 
Adwords. I have formed a query to get Keyword Performance Report (below). I 
am not sure, how do i build the similar query for rest of the reports. Any 
help / direction would be much appreciated. Thank you!

SELECT
ad_group_criterion.criterion_id,
ad_group.id,
campaign.id,
segments.date,
ad_group.labels,
ad_group_criterion.final_urls,
ad_group_criterion.keyword.match_type,
ad_group.tracking_url_template,
metrics.absolute_top_impression_percentage,
metrics.active_view_impressions,
metrics.active_view_measurable_cost_micros,
metrics.active_view_measurable_impressions,
metrics.all_conversions_from_interactions_rate,
metrics.all_conversions,
metrics.all_conversions_value,
metrics.average_cost,
metrics.average_cpe,
metrics.average_cpv,
metrics.clicks,
metrics.conversions_from_interactions_rate,
metrics.conversions,
metrics.conversions_value,
metrics.cost_micros,
metrics.cost_per_all_conversions,
metrics.cost_per_conversion,
metrics.engagement_rate,
metrics.engagements,
metrics.gmail_forwards,
metrics.gmail_saves,
metrics.gmail_secondary_clicks,
metrics.impressions,
metrics.interaction_rate,
metrics.interactions,
metrics.top_impression_percentage,
metrics.value_per_all_conversions,
metrics.video_quartile_100_rate,
metrics.video_quartile_25_rate,
metrics.video_quartile_50_rate,
metrics.video_quartile_75_rate,
metrics.video_view_rate,
metrics.video_views,
metrics.view_through_conversions
FROM
keyword_view
WHERE
segments.date DURING LAST_30_DAYS
ORDER BY
ad_group_criterion.criterion_id ASC

Best Regards,
KB

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bb42faaf-bffd-4b7c-9ee8-67904c3b892b%40googlegroups.com.

Reply via email to