Hi All,
I am trying to create the Ad Customizer Feed. Ad customizer feed is created but while sending the feed data I am getting UNEXPECTED_INTERNAL_API_ERROR error. I am unable to figure out the issue, I have below added the Request and Response. Can you please help me to figure out the problem here? Please let me know if anything else is needed.
AdsClientLibs.DetailedRequestLogs Error: 1 :
-----------------BEGIN API CALL---------------------
Request
-------
POST /api/adwords/cm/v201502/FeedItemService
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.17929)
Authorization: ******
VsDebuggerCausalityData: uIDPox2QyayQJL5CqnyiV/D0XUUAAAAAIZbHt4wDckCJ1QPVMrPLdrv/OcHtnKRAgGChvujR8k4ACQAA
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 1225
Accept-Encoding: gzip
TimeStamp: Fri, 29 May 2015 11:20:33 GMT
<soap:Header>
</RequestHeader>
</soap:Header>
<soap:Body>
<operations>
<operator>ADD</operator>
<operand>
<feedId>{FeedID}</feedId>
<attributeValues>
<feedAttributeId>1</feedAttributeId>
<doubleValue>294</doubleValue>
</attributeValues>
<campaignTargeting>
<TargetingCampaignId>{CampaignID}</TargetingCampaignId>
</campaignTargeting>
<adGroupTargeting>
<TargetingAdGroupId>{adgroupID}</TargetingAdGroupId>
</adGroupTargeting>
</operand>
</operations>
</mutate>
</soap:Body>
</soap:Envelope>
Response
--------
Content-Encoding:
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 533
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=UTF-8
Date: Fri, 29 May 2015 15:20:41 GMT
Expires: Fri, 29 May 2015 15:20:41 GMT
Server: GSE
TimeStamp: Fri, 29 May 2015 11:20:33 GMT
<soap:Header>
<requestId>0005173a04e0a7180ac4a804b6000ca4</requestId>
<serviceName>FeedItemService</serviceName>
<methodName>mutate</methodName>
<operations>0</operations>
<responseTime>131</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]</faultstring>
<detail>
<message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]</message>
<ApplicationException.Type>ApiException</ApplicationException.Type>
<fieldPath></fieldPath>
<trigger></trigger>
<errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString>
<ApiError.Type>InternalApiError</ApiError.Type>
<reason>UNEXPECTED_INTERNAL_API_ERROR</reason>
</errors>
</ApiExceptionFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>
-----------------END API CALL-----------------------
Regards,
Kamran