Re: keyword text keyword match type keyword id

2018-04-16 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Let me clarify this for you. You can consider the shared set as a list of keywords. Instead of adding the individual keywords as criterion, you can just attach the list as the criterion to campaign or ad group. The ids of criterion alone are not globally unique, but the combination of

Re: keyword text keyword match type keyword id

2018-04-16 Thread Amit Kumar Verma
Hi Milind, I want same criterion id for same text and match type because it will not be a one time operation , I may have to add same criterion to many other shared sets and may have to remove it from some shared set so if it will create different id each time , it will not look good as I am al

Re: keyword text keyword match type keyword id

2018-04-16 Thread Amit Kumar Verma
Hi Milind, I want same criterion id for same text and match type because it will not be a one time operation , I may have to add same criterion to many other shared sets and may have to remove it from some shared set so if it will create different id each time , it will not look good as I am al

Re: keyword text keyword match type keyword id

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Each Shared set owns the keywords in that list. If you want to add a keyword with the same text and match type as in a different shared set, you will need to add the keyword again to the second shared set. Since the text is same, you might get the keyword criterion Id same as in the sh

Re: keyword text keyword match type keyword id

2018-04-13 Thread Amit Kumar Verma
HI Milind, I don't want to update keyword. I want to add an existing keyword to an another shared set. Is that possible or not ? I have seen same keyword existing on multiple shared sets. On Friday, April 13, 2018 at 1:13:32 AM UTC+5:30, Milind Sankeshware (AdWords API Team) wrote: > > Hi Amit

Re: keyword text keyword match type keyword id

2018-04-12 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Could you please clarify what you mean by "I want to add an existing Keyword criteria to an existing Shared Set "? Are you looking to modify the text of an existing keyword in an existing shared set? If you've created the shared set, you can use the SharedCriterionService.mutate()

Re: keyword text keyword match type keyword id

2018-04-11 Thread Amit Kumar Verma
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: >

Re: keyword text keyword match type keyword id

2018-04-11 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
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: https://adwords.google.com/api/adwords/cm/v201802";>

Re: keyword text keyword match type keyword id

2018-04-11 Thread Amit Kumar Verma
CID: 1552618597 Request: ADD 1587701975 10120631 KEYWORD true Response: soap:Client [SharedSetCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion] https://adwords.google.com/api/adwords/cm/v201802";> [SharedSetCriterionError.CONCRETE_TYPE_REQUIRED @ operations[

Re: keyword text keyword match type keyword id

2018-04-10 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, The error CONCRETE_TYPE_REQUIRED meaning, the concrete type of criterion (e.g., keyword and placement) is required for ADD operations. Could you please share the compl

Re: keyword text keyword match type keyword id

2018-04-10 Thread Amit Kumar Verma
I am getting the similar issue while adding an existing keyword to a shared set . I followed the same thing , created instance of Criterion instead of Keyword but now its giving me error [SharedSetCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion]#0 On Wednesday, Decembe

AdWords API Re: keyword text keyword match type keyword id

2009-12-23 Thread timprepscius
Thanks! Have a happy holiday! On Dec 23, 10:33 am, AdWords API Advisor wrote: > Hi Tim, > > This is a common question, and the good news is that you don't need to > send in the keyword text or match type when you are updating the bid, > etc.  The trick is that when you are creating your updated

AdWords API Re: keyword text keyword match type keyword id

2009-12-23 Thread AdWords API Advisor
Hi Tim, This is a common question, and the good news is that you don't need to send in the keyword text or match type when you are updating the bid, etc. The trick is that when you are creating your updated AdGroupCriterion, set the criterion field to an instance of the base type Criterion, which