Re: Are metrics in CAMPAIGN_LOCATION_TARGET_REPORT aggregated by county for different Location Ids?

2019-07-09 Thread Google Ads API Forum Advisor Prod
Hi Anton, Kindly refer to my response below. 1) Unfortunately, I still don't understand whether I should sum metrics for all regions/cities in order to get metrics for the country? Or metrics for the country location already represents all needed info for this country? - It is not recommended

Re: Are metrics in CAMPAIGN_LOCATION_TARGET_REPORT aggregated by county for different Location Ids?

2019-07-09 Thread Anton Gabov
Hello, Dannison! Thank you for you answer. 1) Unfortunately, I still don't understand whether I should sum metrics for all regions/cities in order to get metrics for the country? Or metrics for the country location already represents all needed info for this country? 2) For example, I can use

RE: Are metrics in CAMPAIGN_LOCATION_TARGET_REPORT aggregated by county for different Location Ids?

2019-07-09 Thread Google Ads API Forum Advisor Prod
Hi Anton, Thank you for reaching out. The location types should be treated as separate entities and should not be calculated at the same time because they generate different metrics. If you wish to retrieve data on the country level, this does not mean you can add all the regions under the

Are metrics in CAMPAIGN_LOCATION_TARGET_REPORT aggregated by county for different Location Ids?

2019-07-08 Thread Anton Gabov
Hello, I use Java client for downloading CAMPAIGN_LOCATION_TARGET_REPORT with such Query: ReportQuery query = new ReportQuery.Builder() .fields("CampaignId", "CampaignName", "Id", "Date", "Clicks", "Impressions", "Conversions", "Cost")