I'm using the Java Client Libraries and have no issues in regards to
this problem ... This is the error you still get after properly
setting the Bidding strategy?

Unmarshalling Error: Unable to create an instance of
com.google.ads.api.services.campaignmgmt.campaign.v200909.jaxbgen.BiddingStrategy

Because the code is pretty cut and dry ...

Campaign googleCampaign = new Campaign();
googleCampaign.setBiddingStrategy( ManualCPC( "ManualCPC" ) );


Pete

On Mar 24, 10:58 am, Marco <marcovdk...@gmail.com> wrote:
> Thanks for your suggestion. I have tried it, and it did indeed change
> something as I now get the following bidding strategy in my SOAP
> request:
>
>                         <biddingStrategy>
>                                 
> <BiddingStrategy.Type>ManualCPC</BiddingStrategy.Type>
>                         </biddingStrategy>
>
> However this is still not correct, leaving me with the same exception
> as before.
>
> There is a topic containing a similar problem using Perl, but without
> the Client Libraries, however that solution did not really help me
> (apart from knowing what is wrong with my own SOAP request).
>
> http://groups.google.com/group/adwords-api/browse_thread/thread/d2b17...
>
> By the way, are you using the Java Client Libraries as well, or have
> you compiled your own from WSDL?
>
> Greeting,
>
> Marco

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

Reply via email to