As you suggest in your post, if you pass in a singular element (as
below) ie. not in an array, it seems to work OK.

For now I guess I could call GeoTargetList multiple times.. not ideal,
but it'll get me by for now.

my $target_operations =
{
  operations =>
  [
  {
    operator   => "SET",
    operand    => Google::AdWords::v200906::Types::GeoTargetList->new(
    {
      campaignId => $campaignid,
      targets => Google::AdWords::v200906::Types::CountryTarget->new(
        {
          excluded    => "false",
          countryCode => $countryCode
        }
      )
    }
    )
  }
  ]
}


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