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, the includeZeroImpression field only has an effect if i
> work with the keywords according 
> tohttp://code.google.com/intl/en/apis/adwords/docs/developer/DefinedRep...
>
> "..this field's value only has an effect if you set
> selectedReportType  to Keyword."
>
> Regards,
> Thiago.
>
> On 18 mar, 13:19, AdWords API Advisor 
> wrote:
>
>
>
> > 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/...
>
> > To get back results with zero impressions you need to ensure that
> > DefinedReportJob.includeZeroImpression is set to true.
>
> >  http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.h...
>
> > Unfortunately the change history is not exposed via the API, so it
> > isn't possible to tell when an ad was created.
>
> > Best,
> > - Eric Koleda, AdWords API Team.
>
> > On Mar 17, 5:23 pm, "tsmthi...@gmail.com"  wrote:
>
> > > 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 check one by
> > > > one if one of them is disapproved, but with this way, i will pay a lot
> > > > of API units.
>
> > > > Another question is: Can i get the ad's with zero impression through
> > > > api report?
>
> > > > regards,
> > > > Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


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
selectedReportType  to Keyword."

Regards,
Thiago.

On 18 mar, 13:19, AdWords API Advisor 
wrote:
> 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/...
>
> To get back results with zero impressions you need to ensure that
> DefinedReportJob.includeZeroImpression is set to true.
>
>  http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.h...
>
> Unfortunately the change history is not exposed via the API, so it
> isn't possible to tell when an ad was created.
>
> Best,
> - Eric Koleda, AdWords API Team.
>
> On Mar 17, 5:23 pm, "tsmthi...@gmail.com"  wrote:
>
> > 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 check one by
> > > one if one of them is disapproved, but with this way, i will pay a lot
> > > of API units.
>
> > > Another question is: Can i get the ad's with zero impression through
> > > api report?
>
> > > regards,
> > > Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.


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 with zero impressions you need to ensure that
DefinedReportJob.includeZeroImpression is set to true.

  
http://code.google.com/apis/adwords/docs/developer/DefinedReportJob.html#includeZeroImpression

Unfortunately the change history is not exposed via the API, so it
isn't possible to tell when an ad was created.

Best,
- Eric Koleda, AdWords API Team.

On Mar 17, 5:23 pm, "tsmthi...@gmail.com"  wrote:
> 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 check one by
> > one if one of them is disapproved, but with this way, i will pay a lot
> > of API units.
>
> > Another question is: Can i get the ad's with zero impression through
> > api report?
>
> > regards,
> > Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


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 check one by
> one if one of them is disapproved, but with this way, i will pay a lot
> of API units.
>
> Another question is: Can i get the ad's with zero impression through
> api report?
>
> regards,
> Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en