Hi Ray, thanks for your reply - I'm letting this go.... I'm just creating new LocationExtensions whenever I need to and removing the ones I no longer have use for
thanks Assaf On Tue, Aug 12, 2014 at 9:15 PM, Ray Tsang (AdWords API Team) < [email protected]> wrote: > Assaf, > > Please send me the full SOAP request/response in private. > > Thanks, > > Ray > > > On Tuesday, August 12, 2014 9:31:00 AM UTC-4, Assaf Magen wrote: >> >> Hello, >> >> I'm trying to update phone number on existing CampaignAdExtension of type >> LocationExtension using the SET operator - update fails with following >> error: >> >> OperatorError.OPERATOR_NOT_SUPPORTED @ operations[0] >> >> Couldn't find in Adwords API docs any restrictions regarding >> CampaignAdExtensionService mutate and the SET operator. >> >> I'm using v201406 >> >> thanks for your help... >> >> here's my code (C#) >> >> >> var setAdExtensionResult = _campaignAdExtService.mutate(new[] >> { >> new CampaignAdExtensionOperation >> { >> operand = locExtension, >> @operator = Operator.SET >> } >> }); >> >> -- > -- > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > Also find us on our blog and Google+: > https://googleadsdeveloper.blogspot.com/ > https://plus.google.com/+GoogleAdsDevelopers/posts > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ > > 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 > --- > You received this message because you are subscribed to the Google Groups > "AdWords API Forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- *Assaf Magen *| Team Leader Ha'anagar 2nd, Kfar-Sava P.O.Box 7110 Office: +972.9.7486785 Fax:+972.9.7486786 Mobile: +972.54.7177779 www.msbitsoftware.com | [email protected] <[email protected]> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
