i do not know i get this error although i am using correct conversion action that i created on my manager account to upload conversions for multiple client accounts and here is the error log <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <ns1:RequestHeader xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201809" soapenv:mustUnderstand="0"> <ns1:clientCustomerId>462-858-2288</ns1:clientCustomerId> <ns1:developerToken>REDACTED</ns1:developerToken> <ns1:userAgent>unknown (AwApi-Java, AdWords-Axis/4.6.0, Common-Java/4.6.0, Axis/1.4, Java/1.8.0_144, maven)</ns1:userAgent> <ns1:validateOnly>false</ns1:validateOnly> <ns1:partialFailure>false</ns1:partialFailure> </ns1:RequestHeader> </soapenv:Header> <soapenv:Body> <mutate xmlns="https://adwords.google.com/api/adwords/cm/v201809"> <operations> <operator>ADD</operator> <operand> <googleClickId>EAIaIQobChMI4snBqpr54wIVUBAbCh2T-AKLEAEYASAAEgLDs_D_BwE</googleClickId> <conversionName>scp</conversionName> <conversionTime>20190815 235501 EET</conversionTime> <conversionValue>0.0</conversionValue> </operand> </operations> </mutate> </soapenv:Body> </soapenv:Envelope>
[15 Aug 2019 23:26:01,733-soapXmlLogger:INFO:main] SOAP response: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201809"> <requestId>0005902e85363ad00ae9e811c708dfa0</requestId> <serviceName>OfflineConversionFeedService</serviceName> <methodName>mutate</methodName> <operations>1</operations> <responseTime>178</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/> <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> Request failed due to ApiException. Underlying ApiErrors: Error 0: OfflineConversionError{apiErrorType=OfflineConversionError, errorString=OfflineConversionError.INVALID_CONVERSION_TYPE, fieldPath=operations[0].operand, fieldPathElements=[FieldPathElement{field=operations, index=0}, FieldPathElement{field=operand}], reason=INVALID_CONVERSION_TYPE, trigger=} -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/ad3c05a6-c911-4aab-ba28-89d17f164d21%40googlegroups.com.
