Re: Performance Reports on Paused Campaigns

2018-07-16 Thread PI.X
Hi Dhanya, It would be great if this could be added as a feature in a future release. Thank you for clearing up my confusing on the matter. Best, PI.X On Tuesday, July 17, 2018 at 4:50:53 AM UTC+10, Dhanya Sundararaju (AdWords API Team) wrote: > > Hi PI.X, > > You are correct.

Re: Performance Reports on Paused Campaigns

2018-07-15 Thread PI.X
show performance in the targeted locations; is there any way to get the performance breakdowns overall, as we can in the UI? Best, PI.X -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspo

Re: Performance Reports on Paused Campaigns

2018-07-12 Thread PI.X
campaigns from that time period, while the Campaign Performance Report does include data on those. Best, PI.X -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Reports on Paused Campaigns

2018-07-12 Thread PI.X
'values': ['PAUSED', 'REMOVED'] }, ], }, } The above query *does* yield data of both our Paused and Removed campaigns. We are using python to load the data into DataFrames: geo = pd.read_csv(rd.DownloadReportAsStream(geo_q, skip_report_header=True,

Performance Reports on Paused Campaigns

2018-07-12 Thread PI.X
'field': 'CampaignStatus', 'operator': 'IN', 'values': ['PAUSED', 'REMOVED'] }, ], }, } Using the above definitions, we loaded the results into