Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi François, You may check in your code for the following instances of *any* of these search parameters and see which search parameter the duplicate has been specified

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-02 Thread François-Régis Lancien
The error seems to be in the 70 and 170 element in the queries ( *selector.searchParameters[0].queries[270]*). How can I access to this parameters ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-02 Thread 'Peter Oliquino' via AdWords API Forum
Hi François, Using those two different set of words will not produce an error. However, if you use only the words "le havre" and you use them twice or more, it will produce the error. Best regards, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-02 Thread François-Régis Lancien
Ok, I checked my keywords and I found something like this, maybe this is the error : "voli Vintimille le havre" and "passaggio auto Bergen le havre" appeared to be the same, but they're not :/ A bit of help ? :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi François, Yes, if you define duplicates of those for example in your RelatedToQuerySearchParameter or in any of the SearchParameters

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread François-Régis Lancien
Hum, is a keyword could be the problem ? Like if I enter "car france" and "car france", will he struggle ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi François, It could be any of the following (operations, search/selector parameters, list elements) and so you will need to check your code if you may have duplicated any of them. If the issue persists, kindly send your full SOAP request and response so I could identify which specific paramet

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread François-Régis Lancien
Thnaks for you answer. "containing two parameters that are the same" ? Do you mean TargettingIdeaService parameters ou parameters that I've put in (my keywords) ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.c

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi François, The error you are encountering is due to the request containing two parameters that are the same. Please make sure there are no duplicate parameters in the request and try again. If th