Hello Oleg, Check out these validation rules <https://developers.google.com/adwords/api/docs/guides/importing-conversions#validation_rules> for importing conversions to see if your conversion falls into one these cases.
Cheers, Nadine, AdWords API Team On Monday, April 27, 2015 at 4:47:20 PM UTC-4, Oleg Krivtsov wrote: > > I'm trying to upload offline conversions and receive the following error: > "OfflineConversionError.INVALID_CONVERSION_TYPE @ operations[0].operand" > I've previously created the import conversion name, so I don't understand > why this error arises. Can you help? > > SOAP request: > > <?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/v201502"> > <SOAP-ENV:Header> > <ns1:RequestHeader> > <ns1:clientCustomerId>***-***-****</ns1:clientCustomerId> > <ns1:developerToken>***************************</ns1:developerToken> > <ns1:userAgent>********************* (AwApi-PHP/5.8.2, > Common-PHP/5.8.2, PHP/5.5.9-1ubuntu4.5)</ns1:userAgent> > </ns1:RequestHeader> > </SOAP-ENV:Header> > <SOAP-ENV:Body> > <ns1:mutate> > <ns1:operations> > <ns1:operator>ADD</ns1:operator> > <ns1:operand> > <ns1:googleClickId>COPxqYXUzsQCFU6VvQod0nYAWA</ns1:googleClickId> > <ns1:conversionName>Enrolment</ns1:conversionName> > <ns1:conversionTime>20150424 110516 > Australia/Sydney</ns1:conversionTime> > <ns1:conversionValue>1560</ns1:conversionValue> > </ns1:operand> > </ns1:operations> > </ns1:mutate> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > > SOAP response: > > <?xml version="1.0"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns=" > https://adwords.google.com/api/adwords/cm/v201502"> > <requestId>000514b1bd1c3a800ac4aec578005554</requestId> > <serviceName>OfflineConversionFeedService</serviceName> > <methodName>mutate</methodName> > <operations>0</operations> > <responseTime>168</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/v201502"> > <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> > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords 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 Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/7e9dbb38-cd9b-476e-99bf-7e66f19e3ca5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
