Hi, I deleted your original post as it contains your private information (e.g. developer token). In the future, please do not post any private information in the public forum. You can check our forum guidelines <https://groups.google.com/forum/#!topic/adwords-api/bBdNvBqDx1I> before posting. Re-posting this with masked information:
Hi, > I am a developer of Nodejs. Now I can implement Target loaction by send > xml with adword api. I notice that the 'isNegative' and 'EXCLUDE' > releated,But it do not work. > Here is my code. Please tell if there is a specifc solution. > <x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:v="https://adwords.google.com/api/adwords/cm/v201702" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <x:Header> > <v:RequestHeader> > <v:clientCustomerId>123-xxx-123</v:clientCustomerId> > <v:developerToken>XXXXXXXXX</v:developerToken> > <v:userAgent>test</v:userAgent> > <v:validateOnly>false</v:validateOnly> > <v:partialFailure>false</v:partialFailure> > </v:RequestHeader> > </x:Header> > <x:Body> > <v:mutate> > <v:operations> > <v:operator>ADD</v:operator> > <v:operand> > <v:campaignId>xxxxxxxx</v:campaignId> > <v:isNegative>true</v:isNegative> > <v:criterion > xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201702" > xsi:type="ns2:Location"> > <v:id>2156</v:id> > </v:criterion> > </v:operand> > </v:operations> > </v:mutate> > </x:Body> > </x:Envelope> Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/adb0397c-feb0-46cf-b598-8a0be1eb1ced%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
