GEO_PERFORMANCE_REPORT data loss

2021-03-23 Thread Maxim Mazurov
Hi, I am currently building code to extract cost, clicks and impressions data with city, region and country groupings. I have been using GEO_PERFORMANCE_REPORT from Adwords API , howev

RE: GEO_PERFORMANCE_REPORT data loss

2021-03-23 Thread Google Ads API Forum Advisor Prod
Hi Max, Thank you for reaching out to our API support team. In both the AdWords and Google Ads API, extracting reports for all accounts would require you to first perform the below features, to retrieve the client accounts under a MCC/manager account : AdWords API ManagedCustomerService to get

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-24 Thread Maxim Mazurov
Hi, This feature is already developed in my code. I am iterating through the whole client account id list, however, I cannot get the geo performance report for active accounts! For example, I can get statistics for those accounts by ad performance report and all of them are visible in Google

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-24 Thread Google Ads API Forum Advisor Prod
Hi Maxim, Could you provide the complete report definition in XML or AWQL format, for your Geo Performance Report request that you mentioned are not returning data? Could you also share sample customer IDs that you used that did not return any results? You may send the requested details using t

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
Hi With AdWords API it was my mistake, so finally I made it work. However, now I also need to get this report type for UAC campaigns and having some troubles validating data. To get the report I am using user_location_view which should return data grouped by location of the user specified in s

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Maxim Mazurov
Hi With AdWords API it was my mistake, so finally I made it work. However, now I also need to get this report type for UAC campaigns and having some troubles validating data. To get the report I am using user_location_view which should return data grouped by location of the user specified in s

Re: GEO_PERFORMANCE_REPORT data loss

2021-03-30 Thread Google Ads API Forum Advisor Prod
Hi Maxim, Thank you for the detailed follow up. Unfortunately, in the Google Ads API, when adding segment fields in your query, certain records may be automatically omitted if there aren't any metrics or values associated to those segment fields. As a workaround, you may perform separate reque