Hello,

I am getting the OfflineConversionError.INVALID_CONVERSION_TYPE error. 
 From reading other topics it usually has to do with using the MCC customer 
ID instead of the actual account ID where the conversion is setup.  I have 
verified I am using the actual account ID where the conversion is setup and 
the conversion matches the name exactly.  

*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/v201609";>
  <SOAP-ENV:Header>
    <ns1:RequestHeader>
      <ns1:clientCustomerId>5834423624</ns1:clientCustomerId>
      <ns1:developerToken>REDACTED</ns1:developerToken>
      <ns1:userAgent>unknown (AwApi-PHP/15.0.0, Common-PHP/15.0.0, 
PHP/5.6.28)</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:mutate>
      <ns1:operations>
        <ns1:operator>ADD</ns1:operator>
        <ns1:operand>
          <ns1:googleClickId>
CjwKEAiA8dDEBRDf19yI97eO0UsSJAAY_yCSOBP230PlhJjDX-lCBfphM1fwqERTCjeACSFDa1wH7xoC-EXw_wcB
</ns1:googleClickId>
          <ns1:conversionName>Leads (51227)</ns1:conversionName>
          <ns1:conversionTime>20170203 171440 America/New_York
</ns1:conversionTime>
          <ns1:conversionValue>0</ns1:conversionValue>
        </ns1:operand>
      </ns1:operations>
    </ns1:mutate>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>


*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/v201609";>
      <requestId>000547a79bb45ac10a371395a9005898</requestId>
      <serviceName>OfflineConversionFeedService</serviceName>
      <methodName>mutate</methodName>
      <operations>1</operations>
      <responseTime>231</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/v201609";>
          <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>



I have tested with removing the parentheses in the conversion name thinking 
that might be the cause of the error but it did not solve the issue.  I 
have also tested with other accounts as well and it did not work.  The test 
for the other accounts were using different GCLID and customer ID that 
matched the respective accounts.

Please note this is a newly upgraded (2 days ago) API developer account to 
basic access if that has anything to do with it.

Just looking for some help to get me moving in the right direction.  Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e36d4780-ba00-4324-9844-705c541620c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • OfflineConversi... Jeremy Helms

Reply via email to