Thanks Milind for your reply , but I want to add an existing Keyword 
criteria to an existing Shared Set . If I define text and Match type , it 
creates new Keyword Criteria. Thats the whole issue.

On Thursday, April 12, 2018 at 12:55:53 AM UTC+5:30, Milind Sankeshware 
(AdWords API Team) wrote:
>
> Hi Amit,
>
> Thanks for sharing the SOAP logs. Could you please confirm are you looking 
> to add Keyword criteria to existing Shared set? If yes, you need to set 
> criterion type and text in request as given below:
>
>  <soapenv:Body>
>         <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201802";>
>             <operations>
>                 <operator>ADD</operator>
>                 <operand>
>                     <sharedSetId>1687862249</sharedSetId>
>                     <criterion xmlns:ns2="
> https://adwords.google.com/api/adwords/cm/v201802"; xsi:type="ns2:Keyword">
>                         <ns2:id>1111111</ns2:id>
>                         <ns2:Criterion.Type>KEYWORD</ns2:Criterion.Type>
>                         <ns2:text>XXXXX</ns2:text>
>                         <ns2:matchType>BROAD</ns2:matchType>
>                     </criterion>
>                     <negative>true</negative>
>                 </operand>
>             </operations>
>      </mutate>
> </soapenv:Body>
>
>
> If you are still facing an issue, please share the complete SOAP request 
> and response log. You could choose '*reply privately to author*' option 
> to send logs.
>
> Thanks, 
> Milind, 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 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
--- 
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 adwords-api+unsubscr...@googlegroups.com.
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/08d30f0a-738f-4904-a34e-14a5cf2d6a16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Re: keyword ... Amit Kumar Verma
    • Re: key... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
    • Re: key... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
      • Re:... Amit Kumar Verma
    • Re: key... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
    • Re: key... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
    • Re: key... 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum

Reply via email to