Hello

I need to download the next data from Google Ads API:
Information about clicks (metrics.clicks, metrics.cost_micros) with 
ad_group information (ad_group.campaign and ad_group.id), segmented by 
segments.device, segments.hour, segments.date and country.

I tried to find a table wich fulfill all the requirements. I looked through 
all tables in reports tab of your documentation 
(https://developers.google.com/google-ads/api/fields/v2/overview) 
"Resources with metric" section and, it seems like the ad_group table is 
the table I need, but it only works while I set "No" in "Is ad_group specified 
in the FROM clause of your query?"

I've read in Query Structure (
https://developers.google.com/google-ads/api/docs/query/structure)  that 
the FROM clause is required in a query, however it should not be specified 
when using GoogleAdsFieldService. But GoogleAdsFieldService only can 
retrieve fields' metadata.

So the questions are:
1. Is there any other data except metadata I can retrieve without 
specifying the FROM clause in a query?
2. What options do I have to retrieve the data I need? (Combining table 
sources? Not optimal as I will not be able to segment the data by myself)

Thanks for the answers in advance.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/27e374e5-09ce-41fb-a78c-b60f58be4a60%40googlegroups.com.

Reply via email to