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 Wednesday, 14 May 2014 16:25:36 UTC+1, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Using *Impressions > 0* as you described should work, assuming you are > using a > CAMPAIGN_PERFORMANCE_REPORT<https://developers.google.com/adwords/api/docs/appendix/reports#campaign> > since > on that report the *Status* column refers to the campaign's status. Are > you sure that the paused campaigns had impressions for the date range you > specified in your *DURING* clause? > > If the date range is not the issue, please send the following *only to me* by > clicking *Reply to Author*: > > - Customer ID > - Complete report definitions/AWQL queries used > - Report responses received > > Cheers, > Josh, AdWords API Team > > On Wednesday, May 14, 2014 9:57:48 AM UTC-4, Mike Young wrote: >> >> 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 difference at >> all..... >> >> I also tried "WHERE Status IN [ACTIVE,PAUSED] AND Impressions > 0" >> >> Please help! >> >> Using API 201402 >> >> >> >> >> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
