Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-06 Thread Ray Tsang (AdWords API Team)
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:developerTokenMY_DEVELOPER_TOKEN/ns1:developerToken

 ns1:userAgentppchit-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:validateOnlyfalse/ns1:validateOnly

 ns1:partialFailurefalse/ns1:partialFailure

 /ns1:RequestHeader

 /soapenv:Header

 soapenv:Body

 mutate xmlns=https://adwords.google.com/api/adwords/cm/v201402;

 operations

 operatorADD/operator

 operand

 namePlaces feed #1399061669983/name

 originADWORDS/origin

 systemFeedGenerationData xmlns:ns2=
 https://adwords.google.com/api/adwords/cm/v201402; 
 xsi:type=ns2:PlacesLocationFeedData

 ns2:oAuthInfo

 ns2:httpMethodGET/ns2:httpMethod

 ns2:httpRequestUrl
 https://www.google.com/local/add/ns2:httpRequestUrl

 ns2:httpAuthorizationHeaderBearer 
 MY_ACCES_TOKEN/ns2:httpAuthorizationHeader

 /ns2:oAuthInfo

 
 ns2:emailAddressMY_EMAIL_ADDRESS/ns2:emailAddress

 
 ns2:businessNameFilterTest/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;

 requestId0004f8706dde47400ae5f9486ff8/requestId

 serviceNameFeedService/serviceName

 methodNamemutate/methodName

 operations1/operations

 responseTime1091/responseTime

 /ResponseHeader

 /soap:Header

 soap:Body

 mutateResponse xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 rval

 
 ListReturnValue.TypeFeedReturnValue/ListReturnValue.Type

 value

 id8523938/id

 namePlaces feed #1399061669983/name

 attributes

 id1/id

 nameBusinessName/name

 typeSTRING/type

 isPartOfKeyfalse/isPartOfKey

 /attributes

 attributes

 id2/id

 nameAddressLine1/name

 typeSTRING/type

 isPartOfKeyfalse/isPartOfKey

 /attributes

 attributes

 id3/id

 nameAddressLine2/name

 typeSTRING/type

 isPartOfKeyfalse/isPartOfKey

 /attributes

 attributes

 id4/id

 nameCity/name

 typeSTRING/type

 isPartOfKeyfalse/isPartOfKey

 /attributes

 attributes

 id5/id

 nameProvince/name

 typeSTRING/type

 isPartOfKeyfalse/isPartOfKey

 /attributes

 attributes

   

Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread Ray Tsang (AdWords API Team)
Hi,

Have you used the example 
filehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/advancedoperations/AddPlacesLocationExtensions.java?
 
 We have a similar example for each of the client library depending on the 
platform you use.
Feed Mapping is created automatically but it isn't created in real time. 
 Because of this, in the examples, there is a retry to create the 
CustomerFeed.

Thanks!

Ray,

On Friday, May 2, 2014 6:24:52 AM UTC-4, sorti...@gmail.com wrote:

 Hi,
 I tried to follow the manual for creating location extension 
 herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
  
 There is written, that the FeedMapping is not need, because it is generated 
 automatically.

 But even if my code is almost the same like the Java example, the mine is 
 throwing exception:

 soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


 I could not find anything about this problem, not even here in this forum. 
 Can you please me get an advice, please?

 Thank you


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread sortivo . ad
Hi,
thank you for the answer. Yes, I use example you posted, platform is Java. 
It really does something else, but after 8 attemps, that means over than 85 
minutes. It can not be correct behavior, or can it? I have really small 
google places account.

Thank you

On Friday, May 2, 2014 5:47:15 PM UTC+2, Ray Tsang (AdWords API Team) wrote:

 Hi,

 Have you used the example 
 filehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/advancedoperations/AddPlacesLocationExtensions.java?
  
  We have a similar example for each of the client library depending on the 
 platform you use.
 Feed Mapping is created automatically but it isn't created in real time. 
  Because of this, in the examples, there is a retry to create the 
 CustomerFeed.

 Thanks!

 Ray,

 On Friday, May 2, 2014 6:24:52 AM UTC-4, sorti...@gmail.com wrote:

 Hi,
 I tried to follow the manual for creating location extension 
 herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
  
 There is written, that the FeedMapping is not need, because it is generated 
 automatically.

 But even if my code is almost the same like the Java example, the mine is 
 throwing exception:

 soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


 I could not find anything about this problem, not even here in this 
 forum. 
 Can you please me get an advice, please?

 Thank you



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.


Re: Missing feedmapping for placebolder type during creating Location Extensions from Places for Business Using Feed Services

2014-05-02 Thread Ray Tsang (AdWords API Team)
Hi,

Could I trouble you to link via the AdWords UI and see if the credentials, 
etc is working properly?
If so, could I trouble you to try again.

Secondly, please send me the full request/response log.

Thanks,

Ray

On Friday, May 2, 2014 3:33:59 PM UTC-4, sorti...@gmail.com wrote:

 Hi,
 thank you for the answer. Yes, I use example you posted, platform is Java. 
 It really does something else, but after 8 attemps, that means over than 85 
 minutes. It can not be correct behavior, or can it? I have really small 
 google places account.

 Thank you

 On Friday, May 2, 2014 5:47:15 PM UTC+2, Ray Tsang (AdWords API Team) 
 wrote:

 Hi,

 Have you used the example 
 filehttps://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/advancedoperations/AddPlacesLocationExtensions.java?
  
  We have a similar example for each of the client library depending on the 
 platform you use.
 Feed Mapping is created automatically but it isn't created in real time. 
  Because of this, in the examples, there is a retry to create the 
 CustomerFeed.

 Thanks!

 Ray,

 On Friday, May 2, 2014 6:24:52 AM UTC-4, sorti...@gmail.com wrote:

 Hi,
 I tried to follow the manual for creating location extension 
 herehttps://developers.google.com/adwords/api/docs/guides/feed-services-locations.
  
 There is written, that the FeedMapping is not need, because it is generated 
 automatically.

 But even if my code is almost the same like the Java example, the mine 
 is throwing exception:

 soap:Fault

 faultcodesoap:Server/faultcode

 
 faultstring[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE 
 @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/faultstring

 detail

 ApiExceptionFault xmlns=
 https://adwords.google.com/api/adwords/cm/v201402;

 
 message[CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ 
 operations[0].operand.placeholderTypes; trigger:'Invalid ids: 
 7']/message

 
 ApplicationException.TypeApiException/ApplicationException.Type

 errors xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance; 
 xsi:type=CustomerFeedError

 
 fieldPathoperations[0].operand.placeholderTypes/fieldPath

 triggerInvalid ids: 7/trigger

 
 errorStringCustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/errorString

 ApiError.TypeCustomerFeedError/ApiError.Type

 
 reasonMISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE/reason

 /errors

 /ApiExceptionFault

 /detail

 /soap:Fault


 I could not find anything about this problem, not even here in this 
 forum. 
 Can you please me get an advice, please?

 Thank you



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.