Re: Can't get data about paused campaigns from google ads api for geo based report

2020-01-16 Thread Alexandra Golub
Sorry, have replied privately 4-6 hours ago. On Wednesday, January 15, 2020 at 10:06:05 PM UTC+2, adsapiforumadvisor wrote: > > Hi, > > Can you please *reply privately to author *your full report query, a copy > of the results and campaign IDs/names that you expect to see from this > report? >

Re: Can't get data about paused campaigns from google ads api for geo based report

2020-01-15 Thread Alexandra Golub
I have already tried with such filter, but it doesn't work as expected. I have tried with this code snippet report = adwords.ReportQueryBuilder() \ .Select( 'AccountCurrencyCode', 'CampaignId', 'CampaignName', 'Date', 'Impressions', 'Clicks', 'Cost', 'CountryCriteriaId') \ .From('GEO_

Can't get data about paused campaigns from google ads api for geo based report

2020-01-15 Thread Alexandra Golub
Hi, I can't get data about paused campaigns when I make such query in python report_query = adwords.ReportQueryBuilder() \ .Select( 'AccountCurrencyCode', 'CampaignId', 'CampaignName', 'Date', 'Impressions', 'Clicks', 'Cost', 'CountryCriteriaId') \ .From('GEO_PERFORMANCE_REPORT') \ .Du