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 adwordsapiadvi...@google.com
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 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 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 Disapproved and Zero Impression Ad's

2010-03-17 Thread tsmthi...@gmail.com
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 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 Ad Delivery and Ad Rotation

2009-12-22 Thread tsmthi...@gmail.com
Hello!

There is possible to return ad delivery and ad rotation through API?

::ad delivery
https://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=37611
 - Standard delivery
 - Accelerated delivery

::Ad rotation
http://adwords.google.com/support/aw/bin/answer.py?hl=enanswer=112876
 - Optimize
 - Rotate

Best,
Thiago.

--

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-...@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: ad - Preview and CreativeType

2009-11-12 Thread tsmthi...@gmail.com
Hi Koleda!

Thanks for reply!

I try to return the ImageHostingKey, but this field always return
https://tpc.googlesyndication.com/pagead/imgad?id=XXX where
 is a lot of characters without the extension, so i can't know
if the ad is an swf or jpg.

There is any tip for me?

Regards,
Thiago.

On Nov 11, 3:56 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi Thiago,

 The ad preview column is only available in HTML reports ( 
 seehttps://adwords.google.com/support/aw/bin/answer.py?hl=enctx=tltpan...
 ).

 Have you tried parsing the ImageHostingKey (Image URL) column to
 determine the file extenseion?

 Best,
 - Eric Koleda, AdWords API Team

 On Nov 11, 12:50 pm, tsmthi...@gmail.com tsmthi...@gmail.com
 wrote:

  Hi,

  Is it possible to see the preview field through report? When I open
  the XML file, all of my ad's on preview field return: Não
  disponível (the message appears in Portuguese)

  Another question:

  How can I know if an ad is JPG or SWF if both returns image on
  creativeType field

  Regards,
  Thiago.

--

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-...@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=.




AdWords API ad - Preview and CreativeType

2009-11-11 Thread tsmthi...@gmail.com
Hi,

Is it possible to see the preview field through report? When I open
the XML file, all of my ad's on preview field return: Não
disponível (the message appears in Portuguese)

Another question:

How can I know if an ad is JPG or SWF if both returns image on
creativeType field

Regards,
Thiago.

--

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-...@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=.




AdWords API Re: Budget return NULL in CampaignReport

2009-10-30 Thread tsmthi...@gmail.com

In a few hours ago, i created a new report with all of my clients
through API, and some clients return the correct values from budget,
but the almost part of then return EMPTY.

Can you see what happen for me? I need this information to make some
actions on my system. I don't see any differences between clients that
return and clients that don't.

Regards,
Thiago.

On Oct 29, 3:13 pm, tsmthi...@gmail.com tsmthi...@gmail.com wrote:
 Hi,

 The problem happen in both:

 I have scheduled through API: JobID: 1053976258
 I have scheduled through web Interface: JobID: 1054436158

 This reports have created from my MCC account, but i tried to create
 then directly from the client account and the problem is the same.

 Can you try to create a new report from any account and select the
 field budget to see if the values return correctly?

 regards,
 Thiago.

 On Oct 29, 2:26 pm, AdWords API Advisor adwordsapiadvi...@google.com
 wrote:

  Hi,

  Did you schedule that report through the AdWords web interface or the
  API?

  Best,
  - Eric

  On Oct 29, 12:28 pm, tsmthi...@gmail.com tsmthi...@gmail.com
  wrote:

   Yes, I have created right now a new report manualy, and the problem is
   the same (the problem happen when I create the report manualy or from
   API).

   Can you see the reportID 1054436158 on production?

   Thanks.

   On Oct 29, 1:18 pm, AdWords API Advisor adwordsapiadvi...@google.com
   wrote:

Hi,

I am not aware of any known issues with that field.  Are you still
seeing this behavior today?

Best,
- Eric Koleda, AdWords API Team

On Oct 29, 9:39 am, tsmthi...@gmail.com tsmthi...@gmail.com wrote:

 Hi, in a few days ago the budget field (DailyBudget) in CampaignReport
 don't return the correct values any more.

 There are any problem with this field?

 Regards.
--~--~-~--~~~---~--~~
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 Budget return NULL in CampaignReport

2009-10-29 Thread tsmthi...@gmail.com

Hi, in a few days ago the budget field (DailyBudget) in CampaignReport
don't return the correct values any more.

There are any problem with this field?

Regards.
--~--~-~--~~~---~--~~
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: Budget return NULL in CampaignReport

2009-10-29 Thread tsmthi...@gmail.com

Yes, I have created right now a new report manualy, and the problem is
the same (the problem happen when I create the report manualy or from
API).

Can you see the reportID 1054436158 on production?

Thanks.

On Oct 29, 1:18 pm, AdWords API Advisor adwordsapiadvi...@google.com
wrote:
 Hi,

 I am not aware of any known issues with that field.  Are you still
 seeing this behavior today?

 Best,
 - Eric Koleda, AdWords API Team

 On Oct 29, 9:39 am, tsmthi...@gmail.com tsmthi...@gmail.com wrote:

  Hi, in a few days ago the budget field (DailyBudget) in CampaignReport
  don't return the correct values any more.

  There are any problem with this field?

  Regards.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---