Hi Anash,
this should be the information you requested:

DEBUG:suds.client:sending to 
(https://adwords.google.com/api/adwords/cm/v201402/OfflineConversionFeedService)
message:
<?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/v201402"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201402"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";>
   <SOAP-ENV:Header>
      <tns:RequestHeader>
         <tns:clientCustomerId>4977970950</tns:clientCustomerId>
         <tns:developerToken>***********************</tns:developerToken>
         <tns:userAgent>********* (AwApi-Python, googleads/1.0.5, 
Python/2.7)</tns:userAgent>
         <tns:validateOnly>true</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>CPS-hOmskr0CFSVU4godhA0AIw</ns1:googleClickId>
               <ns1:conversionName>new customer</ns1:conversionName>
               <ns1:conversionTime>20140525 174340 
+0800</ns1:conversionTime>
               <ns1:conversionValue>0.0642035130224</ns1:conversionValue>
            </ns1:operand>
         </ns1:operations>
      </ns1:mutate>
   </ns0:Body>
</SOAP-ENV:Envelope>

DEBUG:suds.client:headers = {'SOAPAction': '""', 'Content-Type': 'text/xml; 
charset=utf-8', 'Authorization': '*****'}


DEBUG:suds.client:HTTP failed - 500 - Internal Server Error:
<soap:Envelope 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";><soap:Header><ResponseHeader
 
xmlns="https://adwords.google.com/api/adwords/cm/v201402";><requestId>0004fad54559d9a80ae5cac828006027</requestId><serviceName>OfflineConversionFeedService</serviceName><methodName>mutate</methodName><operations>0</operations><responseTime>337</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/v201402";><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></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>
ERROR:suds.client:<suds.sax.document.Document instance at 0x4463b00>

On Friday, May 30, 2014 7:11:51 PM UTC+2, Anash P. Oommen (AdWords API 
Team) wrote:
>
> Hi Luca,
>
> There are way too many failed requests with that click id in the logs, 
> could you give me a specific request id that fails? The requestId is a 
> unique number that is returned as part of the SOAP response headers.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Friday, May 30, 2014 6:19:52 AM UTC-4, Luca Fiaschi wrote:
>>
>> Hi All I am getting a very similar error to this post:
>> https://groups.google.com/forum/#!topic/adwords-api/xb8X9Ucsv80
>>
>> reading that forum seems that the error was internally fixed by Google at 
>> the beginning of the month however I still get the following problem:
>>
>> I am uploading the conversion using a client created using the top level 
>> country MCC of my company:
>> The conversion labels are were correctly uploaded
>>
>> (UploadConversion){
>>     id = 18258763
>>     name = "attributed conversion"
>>     status = "ENABLED"
>>     category = "PURCHASE"
>>     stats = 
>>        (ConversionTrackerStats){
>>           numConversionEvents = 0
>>           conversionValue = 
>>              (Money){
>>                 ComparableValue.Type = "Money"
>>                 microAmount = 0
>>              }
>>           numConvertedClicks = 0
>>        }
>>     viewthroughLookbackWindow = 30
>>     isProductAdsChargeable = False
>>     productAdsChargeableConversionWindow = 30
>>     ctcLookbackWindow = 30
>>     countingType = "MANY_PER_CLICK"
>>     defaultRevenueValue = 1.0
>>     alwaysUseDefaultRevenueValue = False
>>     ConversionTracker.Type = "UploadConversion"
>>   }, (UploadConversion){
>>     id = 18258883
>>     name = "attributed revenue"
>>     status = "ENABLED"
>>     category = "PURCHASE"
>>     stats = 
>>        (ConversionTrackerStats){
>>           numConversionEvents = 0
>>           conversionValue = 
>>              (Money){
>>                 ComparableValue.Type = "Money"
>>                 microAmount = 0
>>              }
>>           numConvertedClicks = 0
>>        }
>>     viewthroughLookbackWindow = 30
>>     isProductAdsChargeable = False
>>     productAdsChargeableConversionWindow = 30
>>     ctcLookbackWindow = 30
>>     countingType = "MANY_PER_CLICK"
>>     defaultRevenueValue = 1.0
>>     alwaysUseDefaultRevenueValue = False
>>     ConversionTracker.Type = "UploadConversion"
>>   }]
>>
>>
>>
>>
>> However I still get the following errors:
>>
>>
>>  {'googleClickId': u'CLbJ6ueQir0CFe9U4godVVgAGA', 'conversionValue': 
>> 0.0037593984962406, 'conversionTime': '20140526 163528 +0800', 
>> 'conversionName': u'attributed conversion'} 
>>
>> has failed with error (OfflineConversionError){
>>    fieldPath = "operations[984].operand"
>>    trigger = None
>>    errorString = "OfflineConversionError.INVALID_CONVERSION_TYPE"
>>    ApiError.Type = "OfflineConversionError"
>>    reason = "INVALID_CONVERSION_TYPE"
>>  }
>>
>>
>>
>> How is this possible?
>>
>>
>> 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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to