AdWords API Can image ads be reviewed with any status other than ACTIVE?

2010-03-14 Thread Qme
/discover-v2009-validateonly-header.html ) which states "You can also use validateOnly headers to check if a batch of ads or criteria has any policy errors", but this seems that it might only work on text based ads. Can someone clarify this as well? Thanks in ad

CONCURRENT_MODIFICATION error when validating criterion

2010-05-11 Thread Qme
We are getting random CONCURRENT_MODIFICATION errors from the Adwords API when we are validating individual criterion (we loop through and mutate each criteria individually with a validate only header ). I understand from previous posts that CONCURRENT_MODIFICATION errors can occur when two thread

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-12 Thread Qme
Hi Eric. Thanks for your replies. We will implement a mutate call to validate all the placements in a single call like we do for the actual add() call after validation. One worrying thing is that we have also seen the error while bundling objects in a single mutate call as well. The previous day

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-13 Thread Qme
Hi Eric. Thanks for your replies. We will implement a mutate call which has all of the placements to validate in 1 call instead of looping individually like we do for the actual creation once validated. In regards to the advice to batch, we also had an error during a imageAd add() mutate call whe

Re: CONCURRENT_MODIFICATION error when validating criterion

2010-05-16 Thread Qme
unnecessarily :) (and also for the double post, Google Groups did not acknowledge the first send) Cheers. Qme On May 14, 4:17 am, AdWords API Advisor wrote: > Hi, > > I looked up the logs for the requestIds that returned > CONCURRENT_MODIFICATION errors, and in all cases the validateOnly >

AdWords API [java] Problem with the StarterKit and the Sandbox

2009-05-13 Thread qme...@gmail.com
Hi, I am using the StarterKit to try to use the Sanbox. Actually I use the accountCreator to create the account and then to push some ads with the setting xml file and the product xml file. I've got some results for the ads push. However when I want to push an image I have an error due to the Gr

AdWords API Re: Problem with the StarterKit and the Sandbox

2009-05-14 Thread qme...@gmail.com
Hi Jeff, Thanks for your reply. Finally I tried with the v2009 Sandbox Java samples. I succeed to access to the Sandbox. When I tried for the first time with those samples, I defined some Web References in Netbeans. I think this is why I had some Axis Errors. For now it's fine. I am managing th

AdWords API [sandbox v200902] How to get a list of placement

2009-05-18 Thread qme...@gmail.com
Hi, I would like to know if it is possible to retrieve a list of best placements for an Ad in Java ? I can add a keyword and a placement, but I want to retrieve first a list of placements suggestions for my Ad, and then push my Ad to the sandbox. Thanks for your help. Cheers, Qmepop --~--~

AdWords API Re: How to get a list of placement

2009-05-19 Thread qme...@gmail.com
; > Cheers, > -Jeff Posnick, AdWords API Team > > On May 19, 2:36 am, "qme...@gmail.com" wrote: > > > Hi, > > > I would like to know if it is possible to retrieve a list of best > > placements for an Ad in Java ? > > > I can add a keyword an

AdWords API [sandbox v200902] How to get the first page bid estimates

2009-05-19 Thread qme...@gmail.com
Hi, I would like to know if it is possible to get the first page bid estimates in Java in the sandbox ? I know we can get this value from the Keyword Analysis page. (source : http://adwords.google.com/support/bin/answer.py?answer=105665) Thanks for your help. Cheers, Qmepop --~--~-~--~

AdWords API Re: How to get a list of placement

2009-05-21 Thread qme...@gmail.com
ng in Production. Note that you won't > get any meaningful results back if you use the SiteSuggestionService > in the v13 Sandbox--you need to run it against the Production service. > > Cheers, > -Jeff Posnick, AdWords API Team > > On May 19, 7:26 pm, "qme...@gm

AdWords API Re: How to get the first page bid estimates

2009-05-21 Thread qme...@gmail.com
trieve first page bid estimates > for keywords, they need to be part of a real campaign in the > Production environment. > > Cheers, > -Jeff Posnick, AdWords API Team > > On May 20, 1:44 am, "qme...@gmail.com" wrote: > > > Hi, > > > I would like to know

AdWords API Re: How to get the first page bid estimates

2009-05-21 Thread qme...@gmail.com
However I forgot to ask you where the firstpagecpc come from. I mean which class I need to use to get this value (of course for the v13). Cheers, Qmepop. On May 22, 9:09 am, "qme...@gmail.com" wrote: > Hi Jeff, > > My doubt was true then concerning this list. > >

AdWords API Re: How to get the first page bid estimates

2009-05-24 Thread qme...@gmail.com
cs/developer/CriterionService.h... > > Cheers, > -Jeff Posnick, AdWords API Team > > On May 21, 9:54 pm, "qme...@gmail.com" wrote: > > > However I forgot to ask you where the firstpagecpc come from. I mean > > which class I need to use to get this va

AdWords API Is there any problem with the Sandbox and ImageAd ?

2009-05-28 Thread qme...@gmail.com
Hi, Since wednesday, I can't create any ImageAd to the Sandbox and even if to run the GetAllAds class. I changed nothing in my classes, so... Here is the error message : "Invalid element in com.google.api.adwords.v200902.AdId - AdId.Type" Cheers, Qmepop --~--~-~--~~~---

AdWords API Re: Is there any problem with the Sandbox and ImageAd ?

2009-05-31 Thread qme...@gmail.com
if any, are you using? The error message you're getting is > associated with v200902 of the AdWords API. I just tried creating an > image ad in the v200902 Sandbox environment and it succeeded, so I > think there's some underlying issue here. > > Cheers, > -Jeff Posni

AdWords API Re: Is there any problem with the Sandbox and ImageAd ?

2009-05-31 Thread qme...@gmail.com
tCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: Fault occurred while processing. On Jun 1, 10:47 am, "qme...@gmail.com" wrote: > I'm using the v200902 and the java samples. > > I tried the GetAllAds class and the AddImageAd class. Both don

AdWords API Re: Is there any problem with the Sandbox and ImageAd ?

2009-06-01 Thread qme...@gmail.com
the next few weeks. We plan on > releasing new sample code and client libraries to address these > breaking changes soon after they're made on the server. > > Cheers, > -Jeff Posnick, AdWords API Team > > On May 31, 9:59 pm, "qme...@gmail.com" wrote: > > > I ju

AdWords API Re: Is there any problem with the Sandbox and ImageAd ?

2009-06-02 Thread qme...@gmail.com
the Java client library > so that it picks up the latest version of the WSDLs, which should > contain the information needed to properly deserialize. > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jun 2, 12:50 am, "qme...@gmail.com" wrote: > > > Hi Jeff,

AdWords API Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-14 Thread qme...@gmail.com
Hi, I would like to know if there is a method to get a list of suggestion keywords with a word or a phrase ? I use the Java client with the v13 for the production environment. The Keyword tool doesn't work on this url : https://adwords.google.com/select/KeywordToolExternal. Cheers, Qmepop --~

AdWords API Re: Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-17 Thread qme...@gmail.com
rs, Qmepop On Jun 16, 4:07 am, AdWords API Advisor wrote: > Hello Qmepop, > >  I think you're looking for the KeywordToolService.getKeywordVariations > () method: > >  http://code.google.com/apis/adwords/docs/developer/KeywordToolService... > > Cheers, > -Je

AdWords API Re: Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-18 Thread qme...@gmail.com
rs, Qmepop On Jun 16, 4:07 am, AdWords API Advisor wrote: > Hello Qmepop, > >  I think you're looking for the KeywordToolService.getKeywordVariations > () method: > >  http://code.google.com/apis/adwords/docs/developer/KeywordToolService... > > Cheers, > -Je

AdWords API Re: Is there something to retrieve some suggestion keywords from a word or phrase ?

2009-06-18 Thread qme...@gmail.com
sults, starting with > >     >      dog collars >       >      5 ns1:advertiserCompetitionScale> >      45 >      33100 >     > > Cheers, > -Jeff Posnick, AdWords API Team > > On Jun 18, 3:00 am, "qme...@gmail.com" wrote: > > > Hi Jeff, >

AdWords API Any problem with the sandbox environment and Java Client ?

2009-06-22 Thread qme...@gmail.com
Hi guyz, Since the new release for the Java Client, I can't create any new Campaign. I've got an error with the Money : "Invalid element in com.google.api.adwords.v200902.Money - ComparableValue.Type" Here is my call for the money class : "budget = new Budget( BudgetBudgetPeriod.DAILY, new Mone

AdWords API Adwords v2009 API T&Cs and definition clarifications

2009-07-01 Thread qme...@gmail.com
Hi Jeff / Adwords API team Following up on JC's previous question, I would really like to get a better understanding of the terms and conditions and definitions set out for the v2009 API ( http://code.google.com/apis/adwords/docs/terms.html ). - What is the definition of a "3rd party client"? I

AdWords API Re: How do I execute a java command from within a directory?

2009-07-09 Thread qme...@gmail.com
Without trying to be insulting, I think if you do not know how to execute a simple java command, then I would suggest that using the API or client library is going to be out of your depth. This is more of a question for a beginner's Java forum than this API list. If you are looking to get into pr