Re: AWQL impressions > 0 in CAMPAIGN_PERFORMANCE_REPORT

2014-05-19 Thread Mike Young
Hi, Solved this myself! In my script I was getting the data for TODAY, YESTERDAY, and LAST_MONTH for many clients all in one go. BUT when I get it for just the TODAY date range it works The api does not know what date range the impressions > 0 was to be applied to... On Wednesda

Re: AWQL impressions > 0 in CAMPAIGN_PERFORMANCE_REPORT

2014-05-14 Thread Josh Radcliff (AdWords API Team)
Hi, Using *Impressions > 0* as you described should work, assuming you are using a CAMPAIGN_PERFORMANCE_REPORT since on that report the *Status* column refers to the campaign's status. Are you sure that the paused campa

AWQL impressions > 0 in CAMPAIGN_PERFORMANCE_REPORT

2014-05-14 Thread Mike Young
In my AWQL report, it gets all the necessary data, but when something was paused it would not get the data. I need only campaigns with more than zero impressions, paused or not. I was using "WHERE Status IN [ACTIVE]" within my statement. so I changed it to "Impressions > 0" and it makes no