Hi,

There is indeed a limit on the number of active feeds you can have.  You 
can remove or deactivate user-generated feeds via the API.
Based on your message - are you able to verify if the feed was successfully 
created and linked up now?  If not, please send me your CID.

Thanks,

Ray

On Friday, May 2, 2014 4:22:31 PM UTC-4, sorti...@gmail.com wrote:
>
> Hi,
> if I connect it in Adwords UI, the code (where I want to do the connection 
> too) throws me an exception "FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE". So 
> I guess it works and this is signal for me to skip it, because it is 
> already done.
> But if there is not the connection yet it does not work due to the error I 
> have written about. 
>
> Btw: I am blocked by limit of 20 feeds in adwords sometimes. I found, that 
> they are removing automatically in a while, but is not there any option 
> where can I remove them manually? It would be much more faster...
>
> Really thank you, for your help
>
> This is the log:
>
> <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="
> http://www.w3.org/2001/XMLSchema"; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance";>
>
>     <soapenv:Header>
>
>         <ns1:RequestHeader xmlns:ns1="
> https://adwords.google.com/api/adwords/cm/v201402"; 
> soapenv:mustUnderstand="0">
>
>             <ns1:developerToken>MY_DEVELOPER_TOKEN</ns1:developerToken>
>
>             <ns1:userAgent>ppchit-adwords (AwApi-Java, 
> AdWords-Axis/1.27.0, Common-Java/1.27.0, Axis/1.4, Java/1.7.0_51, 
> maven)</ns1:userAgent>
>
>             <ns1:validateOnly>false</ns1:validateOnly>
>
>             <ns1:partialFailure>false</ns1:partialFailure>
>
>         </ns1:RequestHeader>
>
>     </soapenv:Header>
>
>     <soapenv:Body>
>
>         <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201402";>
>
>             <operations>
>
>                 <operator>ADD</operator>
>
>                 <operand>
>
>                     <name>Places feed #1399061669983</name>
>
>                     <origin>ADWORDS</origin>
>
>                     <systemFeedGenerationData xmlns:ns2="
> https://adwords.google.com/api/adwords/cm/v201402"; 
> xsi:type="ns2:PlacesLocationFeedData">
>
>                         <ns2:oAuthInfo>
>
>                             <ns2:httpMethod>GET</ns2:httpMethod>
>
>                             <ns2:httpRequestUrl>
> https://www.google.com/local/add</ns2:httpRequestUrl>
>
>                             <ns2:httpAuthorizationHeader>Bearer 
> MY_ACCES_TOKEN</ns2:httpAuthorizationHeader>
>
>                         </ns2:oAuthInfo>
>
>                         
> <ns2:emailAddress>MY_EMAIL_ADDRESS</ns2:emailAddress>
>
>                         
> <ns2:businessNameFilter>Test</ns2:businessNameFilter>
>
>                     </systemFeedGenerationData>
>
>                 </operand>
>
>             </operations>
>
>         </mutate>
>
>     </soapenv:Body>
>
> </soapenv:Envelope>
>
>
> 02 May 2014 22:14:31,353 INFO : 
> com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger - 
> SOAP Response:
>
> <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="
> http://schemas.xmlsoap.org/soap/envelope/";>
>
>     <soap:Header>
>
>         <ResponseHeader xmlns="
> https://adwords.google.com/api/adwords/cm/v201402";>
>
>             <requestId>0004f8706dde47400ae5f94800006ff8</requestId>
>
>             <serviceName>FeedService</serviceName>
>
>             <methodName>mutate</methodName>
>
>             <operations>1</operations>
>
>             <responseTime>1091</responseTime>
>
>         </ResponseHeader>
>
>     </soap:Header>
>
>     <soap:Body>
>
>         <mutateResponse xmlns="
> https://adwords.google.com/api/adwords/cm/v201402";>
>
>             <rval>
>
>                 
> <ListReturnValue.Type>FeedReturnValue</ListReturnValue.Type>
>
>                 <value>
>
>                     <id>8523938</id>
>
>                     <name>Places feed #1399061669983</name>
>
>                     <attributes>
>
>                         <id>1</id>
>
>                         <name>BusinessName</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>2</id>
>
>                         <name>AddressLine1</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>3</id>
>
>                         <name>AddressLine2</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>4</id>
>
>                         <name>City</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>5</id>
>
>                         <name>Province</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>6</id>
>
>                         <name>PostalCode</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>7</id>
>
>                         <name>CountryCode</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>8</id>
>
>                         <name>PhoneNumber</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>9</id>
>
>                         <name>Categories</name>
>
>                         <type>STRING_LIST</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>10</id>
>
>                         <name>ListingKey</name>
>
>                         <type>STRING</type>
>
>                         <isPartOfKey>true</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>11</id>
>
>                         <name>HideBusinessAddress</name>
>
>                         <type>BOOLEAN</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>12</id>
>
>                         <name>UserCorrectedLatitude</name>
>
>                         <type>INT64</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <attributes>
>
>                         <id>13</id>
>
>                         <name>UserCorrectedLongitude</name>
>
>                         <type>INT64</type>
>
>                         <isPartOfKey>false</isPartOfKey>
>
>                     </attributes>
>
>                     <status>ACTIVE</status>
>
>                     <origin>ADWORDS</origin>
>
>                     <systemFeedGenerationData xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="PlacesLocationFeedData">
>
>                         
> <SystemFeedGenerationData.Type>PlacesLocationFeedData</SystemFeedGenerationData.Type>
>
>                         <emailAddress>MY_EMAIL_ADDRESS</emailAddress>
>
>                         <businessNameFilter>Test</businessNameFilter>
>
> <blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; 
> border-left-width: 1px; border-left-color: rgb(204, 204, 204); b
>
> ...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to