Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-11 Thread Jon Perry
Excellent. Thank you very much. On Tuesday, April 11, 2017 at 11:50:45 AM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jon, > > Only one GMB location extension feed is allowed per account. If you > encounter the DistinctError.DUPLICATE_ELEMENT error when t

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jon, Only one GMB location extension feed is allowed per account. If you encounter the DistinctError.DUPLICATE_ELEMENT error when trying to create a location extension feed, you can use FeedService <https://developers.google.com/adwords/api/docs/reference/v201702/FeedService> t

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-10 Thread Jon Perry
DistinctError.DUPLICATE_ELEMENT? On Monday, April 10, 2017 at 4:34:23 PM UTC-4, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jon, > > You need to use FeedService > <https://developers.google.com/adwords/api/docs/reference/v201702/FeedService> > and FeedItemService > <

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-10 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
uld you send over the SOAP request and response logs for the request which encountered the DistinctError.DUPLICATE_ELEMENT error? You may get this error if you try to sync to a Google My Business account which is already added to your AdWords account. Meanwhile, I'll get in touch with the

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-10 Thread Jon Perry
More specifically, what are the criteria that determine the conflict? What can there only be one of? A feed with PlacesLocationsFeedData? One feed per GMB account? I can't find this information in the documentation. On Monday, April 10, 2017 at 11:44:50 AM UTC-4, Jon Perry wrote: > > I'm

Re: Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-10 Thread Jon Perry
More specifically, how do I find the specific feed that is throwing the error? On Monday, April 10, 2017 at 11:44:50 AM UTC-4, Jon Perry wrote: > > I'm following this guide to set up GMB location extensions: >

Properly get existing GMB location extension feed when DistinctError.DUPLICATE_ELEMENT is thrown?

2017-04-10 Thread Jon Perry
I'm following this guide to set up GMB location extensions: https://developers.google.com/adwords/api/docs/guides/feed-services-locations#location_extensions_with_google_my_business I'm unsure of how to obtain the id of the existing feed when the duplicate element exception is thrown. What is

Re: DistinctError.DUPLICATE_ELEMENT

2016-08-19 Thread 'Joyce Lava' via AdWords API Forum
Hello Eshwar, The DistinctError.DUPLICATE_ELEMENT <https://developers.google.com/adwords/api/docs/common-errors#DistinctError.DUPLICATE_ELEMENT> error occurs because of duplicates (operations, parameters, list elements) in the request. Could you please *reply privately to author* the co

DistinctError.DUPLICATE_ELEMENT.... how to resolve this exception

2016-08-19 Thread Eshwar Chettri
dGroupService" Request ID: " 00053a6768d924e90a624e545c0e9c85" AxisFault faultCode: {http://schemas. xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [DistinctError. DUPLICATE_ELEMENT @ operations[4]] faultActor: faultNode: faultDetail: { https://adwords.google.com/api/adwords/cm/v201603}ApiExcepti

DistinctError.DUPLICATE_ELEMENT

2016-08-19 Thread Eshwar Chettri
om/api/adwords/cm/v201603/AdGroupService; Request ID: "00053a6768d924e90a624e545c0e9c85" AxisFault faultCode: { http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: [DistinctError.DUPLICATE_ELEMENT @ operations[4]] faultActor: faultNode: faultDetail: {https:

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

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/

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

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+:

Re: DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread 'Peter Oliquino' via AdWords API Forum
Hi François, The error <https://developers.google.com/adwords/api/docs/common-errors#DistinctError.DUPLICATE_ELEMENT> 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

DistinctError.DUPLICATE_ELEMENT on TargettingIdeaService

2016-08-01 Thread François-Régis Lancien
_ELEMENT"* * public $fieldPath =>* * string(41) "selector.searchParameters[0].queries[270]"* * public $trigger =>* * string(0) ""* * public $errorString =>* * string(31) "DistinctError.DUPLICATE_ELEMENT"* * public $ApiErrorType =>* * string(13) &q

DistinctError.DUPLICATE_ELEMENT with CampaignExtensionSetting

2015-07-15 Thread Joanna
;requestId00051ae79a0399800a8138d70600a3a2/requestIdserviceNameCampaignExtensionSettingService/serviceNamemethodNamemutate/methodNameoperations0/operationsresponseTime59/responseTime/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstring[DistinctError.DUPLICATE_ELEMENT @ operations[1

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-10 Thread anash
. In an attempt to optimize this, we combined the three requests into one. As a result, we get duplicate-element errors (DistinctError.DUPLICATE_ELEMENT). Does this mean, that we can only have one estimate per keyword per request? The API documentation for AdGroupEstimateRequest states

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-07 Thread Christian Borck
for a keyword (i.e. estimates for three different max-cpcs). Currently we’re doing three separate requests, one for each max-cpc. In an attempt to optimize this, we combined the three requests into one. As a result, we get duplicate-element errors (DistinctError.DUPLICATE_ELEMENT). Does

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-07 Thread Anash P. Oommen (AdWords API Team)
). Currently we’re doing three separate requests, one for each max-cpc. In an attempt to optimize this, we combined the three requests into one. As a result, we get duplicate-element errors (DistinctError.DUPLICATE_ELEMENT). Does this mean, that we can only have one estimate per keyword per

Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-06 Thread Christian Borck
. As a result, we get duplicate-element errors (DistinctError.DUPLICATE_ELEMENT). Does this mean, that we can only have one estimate per keyword per request? The API documentation for AdGroupEstimateRequest states for the field keywordEstimateRequests: … This field must contain distinct elements

Re: Traffic Estimator Service returning DistinctError.DUPLICATE_ELEMENT

2014-11-06 Thread Anash P. Oommen (AdWords API Team)
combined the three requests into one. As a result, we get duplicate-element errors (DistinctError.DUPLICATE_ELEMENT). Does this mean, that we can only have one estimate per keyword per request? The API documentation for AdGroupEstimateRequest states for the field keywordEstimateRequests

Re: DistinctError.DUPLICATE_ELEMENT while updating keyword destination urls with bulk BiddableAdGroupCriterion mutate

2014-07-10 Thread Filipe Costa
, :error_string=DistinctError.DUPLICATE_ELEMENT, :api_error_type=DistinctError, :reason=DUPLICATE_ELEMENT, :xsi_type=DistinctError} my suspicion is that when a keyword is :approval_status=PENDING_REVIEW, that additional mutate on the same keyword will trigger this. am i

Re: DistinctError.DUPLICATE_ELEMENT while updating keyword destination urls with bulk BiddableAdGroupCriterion mutate

2014-07-10 Thread Josh Radcliff (AdWords API Team)
, } } however for some of them, I get {:field_path=operations[197], :trigger=nil, :error_string=DistinctError.DUPLICATE_ELEMENT, :api_error_type=DistinctError, :reason=DUPLICATE_ELEMENT, :xsi_type=DistinctError} my suspicion is that when

Re: DistinctError.DUPLICATE_ELEMENT while updating keyword destination urls with bulk BiddableAdGroupCriterion mutate

2014-06-02 Thread Josh Radcliff (AdWords API Team)
=DistinctError.DUPLICATE_ELEMENT, :api_error_type=DistinctError, :reason=DUPLICATE_ELEMENT, :xsi_type=DistinctError} my suspicion is that when a keyword is :approval_status=PENDING_REVIEW, that additional mutate on the same keyword will trigger this. am i wrong? if I am wrong, what would

DistinctError.DUPLICATE_ELEMENT while updating keyword destination urls with bulk BiddableAdGroupCriterion mutate

2014-05-31 Thread Michael Ni
: { xsi_type: 'Keyword', id: keyword_id, }, destination_url: url, } } however for some of them, I get {:field_path=operations[197], :trigger=nil, :error_string=DistinctError.DUPLICATE_ELEMENT, :api_error_type=DistinctError

Re: API Exception [DistinctError.DUPLICATE_ELEMENT

2010-09-27 Thread AdWords API Advisor
,     I was trying to update one of my campaigns using API(set operator). I am getting this following error, [DistinctError.DUPLICATE_ELEMENT ... am using the same code which i was using before, i changed nothing. but all of a  sudden and getting these exceptions. Can u please conform me

API Exception [DistinctError.DUPLICATE_ELEMENT

2010-09-26 Thread Syed
HI, I was trying to update one of my campaigns using API(set operator). I am getting this following error, [DistinctError.DUPLICATE_ELEMENT ... am using the same code which i was using before, i changed nothing. but all of a sudden and getting these exceptions. Can u please conform me what