AdWords API Re: Disapproved and Zero Impression Ad's

2010-03-19 Thread AdWords API Advisor
Hi, My apologies, you are correct, the includeZeroImpression field only works for keyword reports. I don't believe it is possible to return ads with zero impressions in a performance report. Best, - Eric On Mar 18, 2:14 pm, "tsmthi...@gmail.com" wrote: > Thanks for reply! > > Unfortunately, th

AdWords API Re: Disapproved and Zero Impression Ad's

2010-03-18 Thread tsmthi...@gmail.com
Thanks for reply! Unfortunately, the includeZeroImpression field only has an effect if i work with the keywords according to http://code.google.com/intl/en/apis/adwords/docs/developer/DefinedReportJob.html#includeZeroImpression "..this field's value only has an effect if you set selectedReportTyp

AdWords API Re: Disapproved and Zero Impression Ad's

2010-03-18 Thread AdWords API Advisor
Hi, You're correct, currently the only way to get all disapproved ads is to iterate over all of them. An example of this is included in the Java client library: http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v200909/GetAllDisapprovedAds.java To get back results

AdWords API Re: Disapproved and Zero Impression Ad's

2010-03-17 Thread tsmthi...@gmail.com
Still about the ad's.. How can i know how long ago the ad was created? regards, Thiago. On 17 mar, 18:10, "tsmthi...@gmail.com" wrote: > Hello, > > Is there any way to get the disapproved Ad's through api (v13 report > or v200906)? > > The only way that i see, is returning all of the ads, and c