Re: Unmarshalling Error when trying to add CampaignNegative

2011-07-26 Thread Eric Koleda
Hi Peter, It looks like the element of the XML has two xsi:type attributes defined, when it should only have one. This may be a bug in the Perl client library, and you can open an issue here: http://code.google.com/p/google-api-adwords-perl/issues/list Best, - Eric Koleda, AdWords API Team

Unmarshalling Error when trying to add CampaignNegative

2011-07-15 Thread Peter
I am trying to add CampaignNegatives using the Google API and the following code (using the v201101 perl client library): # Create keyword. my $keyword = Google::Ads::AdWords::v201101::Keyword->new({ text => "jupiter cruise", matchType => "BROAD" }); # Create negative campaign criterion. my $n