Before we attempt to create a feed we are getting all active feeds in our 
account, which only returns the adwords feed: 

[
          {
            'attributes' => [
                              {
                                'id' => '1',
                                'isPartOfKey' => 'false',
                                'name' => 'SitelinkName',
                                'type' => 'STRING'
                              },
                              {
                                'id' => '2',
                                'isPartOfKey' => 'false',
                                'name' => 'SitelinkUrl',
                                'type' => 'URL'
                              },
                              {
                                'id' => '3',
                                'isPartOfKey' => 'false',
                                'name' => 'SitelinkDescription1',
                                'type' => 'STRING'
                              },
                              {
                                'id' => '4',
                                'isPartOfKey' => 'false',
                                'name' => 'SitelinkDescription2',
                                'type' => 'STRING'
                              }
                            ],
            'id' => '5972524',
            'name' => 'Main sitelink feed',
            'origin' => 'ADWORDS',
            'status' => 'ENABLED'
          }
]

Hunter

On Monday, September 29, 2014 6:03:47 PM UTC-4, Ray Tsang (AdWords API 
Team) wrote:
>
> Hunter,
>
> It's most likely that the name of the feed that you are trying to use is 
> already existing.  You can find the existing feeds by using the 
> FeedService.  The feed names cannot be duplicate.
>
> Thanks,
>
> Ray
>
> On Monday, September 29, 2014 2:30:14 PM UTC-4, Hunter wrote:
>>
>> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/f88ed67e-3c7f-4c3d-995b-beacc0365f34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to