I found the solution, and in case anyone else has the same problem..

<biddingStrategy><BiddingStrategy.Type>ManualCPC</
BiddingStrategy.Type></biddingStrategy>

Should have been:

<biddingStrategy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:type="ManualCPC"><BiddingStrategy.Type>ManualCPC</
BiddingStrategy.Type></biddingStrategy>

In Perl, my associative array was like this

biddingStrategy => { BiddingStrategy__Type => "ManualCPC" }

When it should have been like

biddingStrategy => Google::AdWords::v200906::Types::ManualCPC->new()


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

Reply via email to