For the past few days our FeedService test has been failing due to this 
error: [FeedError.DUPLICATE_FEED_NAME @ operations[0].operand.name]. I am 
confused by this because before we run this test we are verifying that the 
only sitelinks feed that exists is the main ADWORDS feed. 

Here are the relevant request and response: 

*REQUEST*
<SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
  <SOAP-ENV:Header>
    <RequestHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>
      <clientCustomerId 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>3302759889
      </clientCustomerId>
      <developerToken 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>REDACTED
      </developerToken>
      <userAgent 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>REDACTED
      </userAgent>
      <validateOnly 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>false
      </validateOnly>
      <partialFailure 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>false
      </partialFailure>
    </RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201406";>
      <operations>
        <operator>ADD
        </operator>
        <operand>
          <name>REDACTED
          </name>
          <attributes>
            <name>SitelinkName
            </name>
            <type>STRING
            </type>
          </attributes>
          <attributes>
            <name>SitelinkUrl
            </name>
            <type>URL
            </type>
          </attributes>
          <attributes>
            <name>SitelinkDescription1
            </name>
            <type>STRING
            </type>
          </attributes>
          <attributes>
            <name>SitelinkDescription2
            </name>
            <type>STRING
            </type>
          </attributes>
          <origin>USER
          </origin>
        </operand>
      </operations>
    </mutate>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

*RESPONSE*
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>
      <requestId>000504381a21ce010aec1e02f0000a68
      </requestId>
      <serviceName>FeedService
      </serviceName>
      <methodName>mutate
      </methodName>
      <operations>1
      </operations>
      <responseTime>166
      </responseTime>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Server
      </faultcode>
      <faultstring>[FeedError.DUPLICATE_FEED_NAME @ 
operations[0].operand.name]
      </faultstring>
      <detail>
        <ApiExceptionFault 
xmlns="https://adwords.google.com/api/adwords/cm/v201406";>
          <message>[FeedError.DUPLICATE_FEED_NAME @ 
operations[0].operand.name]
          </message>
          <ApplicationException.Type>ApiException
          </ApplicationException.Type>
          <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="FeedError">
            <fieldPath>operations[0].operand.name
            </fieldPath>
            <trigger>
            </trigger>
            <errorString>FeedError.DUPLICATE_FEED_NAME
            </errorString>
            <ApiError.Type>FeedError
            </ApiError.Type>
            <reason>DUPLICATE_FEED_NAME
            </reason>
          </errors>
        </ApiExceptionFault>
      </detail>
    </soap:Fault>
  </soap:Body>
</soap:Envelope>

Is there any other reason we would be getting this error back? 


(Note: I will be happy to give more information if needed) 
Thanks. 
Hunter. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4af2a56a-ffbe-4c6b-83d8-73cb444617fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to