When requesting a shopping campaign to be added I am receiving an internal error back from Google.
Does anyone have any clues as to why this might be?
Below is the SOAP request/response:
REQUEST:
<soap:Header>
<clientCustomerId>*********</clientCustomerId>
<developerToken>*********</developerToken>
<userAgent>*******</userAgent>
</RequestHeader>
</soap:Header>
<soap:Body>
<operations>
<operator>ADD</operator>
<operand>
<name>EdCamp1234</name><status>ENABLED</status>
<budget>
<budgetId>213066684</budgetId><deliveryMethod>STANDARD</deliveryMethod>
</budget>
<adServingOptimizationStatus>OPTIMIZE</adServingOptimizationStatus>
<settings xsi:type="ShoppingSetting">
<merchantId>*********</merchantId><salesCountry>Algeria</salesCountry>
<campaignPriority>0</campaignPriority>
</settings>
<advertisingChannelType>SEARCH</advertisingChannelType>
<networkSetting>
<targetGoogleSearch>true</targetGoogleSearch><targetSearchNetwork>true</targetSearchNetwork>
<targetContentNetwork>true</targetContentNetwork>
<targetPartnerSearchNetwork>false</targetPartnerSearchNetwork>
</networkSetting>
<biddingStrategyConfiguration>
<biddingStrategyId>492638724</biddingStrategyId>
</biddingStrategyConfiguration>
</operand>
</operations>
</mutate>
</soap:Body>
</soap:Envelope>
RESPONSE:
<soap:Header>
<requestId>00050eccae2114510ac45ea758007d6c</requestId>
<serviceName>CampaignService</serviceName>
<methodName>mutate</methodName>
<operations>0</operations>
<responseTime>57</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>