Hello Google team! We are having problems while submitting offline conversions via API into one of the Adwords accounts of our client
Almost all conversions submissions return error as in example below while UploadConversion was created 8/25 and we submit conversion from 8/31 and later Could you please suggest what are we possibly doing wrong, it works for other adwords account of the same client with the same worker logic. Appreciate your help in advance! Please see example below *curl --location --request POST 'https://adwords.google.com/api/adwords/cm/v201809/OfflineConversionFeedService?wsdl' \* *--header 'Authorization: Bearer REDACTED' \* *--header 'Content-Type: application/xml' \* *--data-raw '<?xml version="1.0" encoding="UTF-8"?>* *<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809"><SOAP-ENV:Header><ns1:RequestHeader><ns1:clientCustomerId>6893440343</ns1:clientCustomerId><ns1:developerToken>REDACTED</ns1:developerToken><ns1:userAgent>unknown (AwApi-PHP, googleads-php-lib/40.0.0, PHP/7.1.25-1+ubuntu16.04.1+deb.sury.org+1)</ns1:userAgent><ns1:validateOnly>false</ns1:validateOnly><ns1:partialFailure>false</ns1:partialFailure></ns1:RequestHeader></SOAP-ENV:Header><SOAP-ENV:Body><ns1:mutate><ns1:operations><ns1:operator>ADD</ns1:operator><ns1:operand><ns1:googleClickId>CjwKCAjwnK36BRBVEiwAsMT8WDHmx0hLyDA2KrfwmmTymzf0FTitf3PoomyZ8h99bQr-H2MyQU67tRoC4woQAvD_BwE</ns1:googleClickId><ns1:conversionName>Wicked Existing Lead Re Optin</ns1:conversionName><ns1:conversionTime>20200831 034202 UTC</ns1:conversionTime><ns1:conversionValue>6</ns1:conversionValue><ns1:conversionCurrencyCode>USD</ns1:conversionCurrencyCode></ns1:operand></ns1:operations></ns1:mutate></SOAP-ENV:Body></SOAP-ENV:Envelope>* *'*And actual response: *<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">* * <soap:Header>* * <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201809">* * <requestId>0005ae53f6397d000a37c50584031339</requestId>* * <serviceName>OfflineConversionFeedService</serviceName>* * <methodName>mutate</methodName>* * <operations>1</operations>* * <responseTime>254</responseTime>* * </ResponseHeader>* * </soap:Header>* * <soap:Body>* * <soap:Fault>* * <faultcode>soap:Client</faultcode>* * <faultstring>[OfflineConversionError.INVALID_CONVERSION_TYPE @ operations[0].operand]</faultstring>* * <detail>* * <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201809">* * <message>[OfflineConversionError.INVALID_CONVERSION_TYPE @ operations[0].operand]</message>* * <ApplicationException.Type>ApiException</ApplicationException.Type>* * <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="OfflineConversionError">* * <fieldPath>operations[0].operand</fieldPath>* * <fieldPathElements>* * <field>operations</field>* * <index>0</index>* * </fieldPathElements>* * <fieldPathElements>* * <field>operand</field>* * </fieldPathElements>* * <trigger></trigger>* * <errorString>OfflineConversionError.INVALID_CONVERSION_TYPE</errorString>* * <ApiError.Type>OfflineConversionError</ApiError.Type>* * <reason>INVALID_CONVERSION_TYPE</reason>* * </errors>* * </ApiExceptionFault>* * </detail>* * </soap:Fault>* * </soap:Body>* *</soap:Envelope>* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/846407b6-3018-411d-89e1-1bda370f9c66n%40googlegroups.com.
