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>KntZPmiZOmEfvgX07_sjWQ</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> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/9925afea-8462-42eb-bc0d-752db6695c31%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
