Please see my response at

  
http://groups.google.com/group/adwords-api/browse_thread/thread/18c9015284e6ecfd

Cheers,
-Jeff Posnick, AdWords API Team


On Apr 23, 10:52 am, Louhichi Zied <louhichi.z...@gmail.com> wrote:
>  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<http://www.w3.org/1999/XMLSchema%7Dur-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
-~----------~----~----~----~------~----~------~--~---

Reply via email to