Hi,

I am running into an INVALID_CONVERSION_TYPE error for some conversions 
that have the same label (client id), conversion name, and mccid.

The description for INVALID_CONVERSION_TYPE is "This customer does not have 
an import conversion with a name that matches the label of this 
conversion.” (
https://developers.google.com/adwords/api/docs/reference/v201502/OfflineConversionFeedService.OfflineConversionError
).

Since some conversions with the label go though, it seems like I can rule 
out this description and I suspect that there is some kind of other error.

Consider these operations:

<ns1:operations>

  <ns1:operator>ADD</ns1:operator>

  <ns1:operand>

     <ns1:googleClickId>COCL7c3M8MQCFRUVjgod578ABA</ns1:googleClickId>

    
 
<ns1:conversionName>conversionname1(removedrealnamebutbothareequal)</ns1:conversionName>

     <ns1:conversionTime>20150412 150949 +0200</ns1:conversionTime>

     <ns1:conversionValue>3.78</ns1:conversionValue>

     <ns1:conversionCurrencyCode>EUR</ns1:conversionCurrencyCode>

  </ns1:operand>

</ns1:operations>

<ns1:operations>

  <ns1:operator>ADD</ns1:operator>

  <ns1:operand>

     <ns1:googleClickId>CNGTpOeVp8QCFRUMjgodhq8Ang</ns1:googleClickId>

    
 
<ns1:conversionName>conversionname1(removedrealnamebutbothareequal)</ns1:conversionName>

     <ns1:conversionTime>20150413 124602 +0200</ns1:conversionTime>

     <ns1:conversionValue>6.6</ns1:conversionValue>

     <ns1:conversionCurrencyCode>EUR</ns1:conversionCurrencyCode>

  </ns1:operand>

</ns1:operations>


Observe that the conversion name and the client id, that these conversions 
belong to, are equal for both conversions. However, the first conversions 
succeeds but the second one fails.

Is there a way to determine why this fails?

Please find attached the full request and response from SUDS including the 
request id (000513afdda640520aec34253b00500e) for further reference.

Thank you very much!

- Derek

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/d6defa42-0d4b-49fe-bc2d-6070b5007140%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
suds.client DEBUG    sending to 
(https://adwords.google.com/api/adwords/cm/v201502/OfflineConversionFeedService)
Request Body:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201502"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201502"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <SOAP-ENV:Header>
      <tns:RequestHeader>
         <tns:clientCustomerId>577-165-8577</tns:clientCustomerId>
         <tns:developerToken>###REMOVED###</tns:developerToken>
         <tns:userAgent>###REMOVED### (AwApi-Python, googleads/3.2.0, 
Python/2.7)</tns:userAgent>
         <tns:validateOnly>false</tns:validateOnly>
         <tns:partialFailure>true</tns:partialFailure>
      </tns:RequestHeader>
   </SOAP-ENV:Header>
   <ns0:Body>
      <ns1:mutate>
         <ns1:operations>
            <ns1:operator>ADD</ns1:operator>
            <ns1:operand>
               <ns1:googleClickId>COCL7c3M8MQCFRUVjgod578ABA</ns1:googleClickId>
               
<ns1:conversionName>android_sale_com.global.foodpanda.android</ns1:conversionName>
               <ns1:conversionTime>20150412 150949 +0200</ns1:conversionTime>
               <ns1:conversionValue>3.78</ns1:conversionValue>
               <ns1:conversionCurrencyCode>EUR</ns1:conversionCurrencyCode>
            </ns1:operand>
         </ns1:operations>
         <ns1:operations>
            <ns1:operator>ADD</ns1:operator>
            <ns1:operand>
               <ns1:googleClickId>CNGTpOeVp8QCFRUMjgodhq8Ang</ns1:googleClickId>
               
<ns1:conversionName>android_sale_com.global.foodpanda.android</ns1:conversionName>
               <ns1:conversionTime>20150413 124602 +0200</ns1:conversionTime>
               <ns1:conversionValue>6.6</ns1:conversionValue>
               <ns1:conversionCurrencyCode>EUR</ns1:conversionCurrencyCode>
            </ns1:operand>
         </ns1:operations>
      </ns1:mutate>
   </ns0:Body>
</SOAP-ENV:Envelope>

Response Body:
<?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/v201502";>
         <requestId>000513afdda640520aec34253b00500e</requestId>
         <serviceName>OfflineConversionFeedService</serviceName>
         <methodName>mutate</methodName>
         <operations>0</operations>
         <responseTime>210</responseTime>
      </ResponseHeader>
   </soap:Header>
   <soap:Body>
      <mutateResponse xmlns="https://adwords.google.com/api/adwords/cm/v201502";>
         <rval>
            
<ListReturnValue.Type>OfflineConversionFeedReturnValue</ListReturnValue.Type>
            <value>
               <googleClickId>COCL7c3M8MQCFRUVjgod578ABA</googleClickId>
               <conversionName>###REMOVED###</conversionName>
               <conversionTime>20150412 150949 +0200</conversionTime>
               <conversionValue>3.78</conversionValue>
               <conversionCurrencyCode>EUR</conversionCurrencyCode>
            </value>
            <value />
            <partialFailureErrors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="OfflineConversionError">
               <fieldPath>operations[1].operand</fieldPath>
               <trigger />
               
<errorString>OfflineConversionError.INVALID_CONVERSION_TYPE</errorString>
               <ApiError.Type>OfflineConversionError</ApiError.Type>
               <reason>INVALID_CONVERSION_TYPE</reason>
            </partialFailureErrors>
         </rval>
      </mutateResponse>
   </soap:Body>
</soap:Envelope>

Reply via email to