Hi,
I tried to run the AddGoogleMyBusinessLocationExtensions example of adwords api 201502 I am getting an exception such as:
AxisFault
faultCode: {
http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode:
faultString: [CustomerFeedError.FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE @ operations[0].operand.placeholderTypes; trigger:'PlaceholderType: 7', CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']
faultActor:
faultNode:
faultDetail:
{
https://adwords.google.com/api/adwords/cm/v201502}ApiExceptionFault:<message>[CustomerFeedError.FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE @ operations[0].operand.placeholderTypes; trigger:'PlaceholderType: 7', CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:type="CustomerFeedError"><fieldPath>operations[0].operand.placeholderTypes</fieldPath><trigger>PlaceholderType: 7</trigger><errorString>CustomerFeedError.FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE</errorString><ApiError.Type>CustomerFeedError</ApiError.Type><reason>FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE</reason></errors><errors xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:type="CustomerFeedError"><fieldPath>operations[0].operand.placeholderTypes</fieldPath><trigger>Invalid ids: 7</trigger><errorString>CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE</errorString><ApiError.Type>CustomerFeedError</ApiError.Type><reason>MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE</reason></errors>
[CustomerFeedError.FEED_ALREADY_EXISTS_FOR_PLACEHOLDER_TYPE @ operations[0].operand.placeholderTypes; trigger:'PlaceholderType: 7', CustomerFeedError.MISSING_FEEDMAPPING_FOR_PLACEHOLDER_TYPE @ operations[0].operand.placeholderTypes; trigger:'Invalid ids: 7']
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
But in the example it is said that
the FeedMapping is not need, because it is generated automatically.
I could not find anything about this problem, not even in forum.
Can you please help me out, Please?
Thank you