Hi all; I'm using active perl on windows, I read the tuto on the site of adwords, to create a new campaign on sandbox env. My code :
my $campaign = { 'name' => 'SampleCampaignV1', 'budgetAmount' => 100000, 'budgetPeriod' => 'Daily', 'budgetOptimizerSettings' => 100, 'geoTargeting' => {'countryTargets' => {'countries' => ['US']}}, 'languageTargeting' => {'languages' => ['en']}, 'schedule' => $schedule }; # Add campaign. $campaign = $service->addCampaign($campaign, @headers); But i have this error : <faultstring>org.xml.sax.SAXException: No deserializer defined for array type {http://www.w3.org/1999/XMLSchema}ur-type</faultstring> I dont understant it, Could someone help me plz Th x --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---