Hi,
I'm getting mad with the error OfflineConversionError.INVALID_CONVERSION_TYPE
I'm trying to upload offiline conversion, but not matter what i do, I get the error OfflineConversionError.INVALID_CONVERSION_TYPE
XML trace :
request :
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header>
<RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/v201607">
<clientCustomerId>906-410-9887</clientCustomerId>
<developerToken>REDACTED</developerToken>
<userAgent>unknown (AwApi-Perl/4.9.0, Common-Perl/3.2.0, SOAP-WSDL/2.00.10, libwww-perl/6.04, perl/5.014002, Logging/Enabled)</userAgent>
<validateOnly>false</validateOnly>
<partialFailure>false</partialFailure>
</RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<mutate xmlns="https://adwords.google.com/api/adwords/cm/v201607">
<operations>
<operator>ADD</operator>
<operand>
<googleClickId>CJ-wz-WDj88CFfMK0wodEmoBQQ</googleClickId>
<conversionName>Ventes_Fxxxxx</conversionName>
<conversionTime>20160914 161952 Europe/Paris</conversionTime>
<conversionValue>1</conversionValue>
</operand>
</operations>
</mutate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>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/v201607">
<requestId>00053c79ac1a99580a37d2429e0a4256</requestId>
<serviceName>OfflineConversionFeedService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>155</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>[OfflineConversionError.INVALID_CONVERSION_TYPE @ operations[0].operand]</faultstring>
<detail>
<ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201607">
<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>
<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>
Do you have any idea ?
Thanks by advance