We are attempting to upload OfflineData as a First party using the 
following SOAP XML

   <SOAP-ENV:Header>
      <tns:RequestHeader>
         <tns:clientCustomerId 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201708";>6********</tns:clientCustomerId>
         <tns:developerToken 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201708";>f**********</tns:developerToken>
         <tns:userAgent 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201708";>Euclid 
AdAdmin (AwApi-Python, googleads/9.0.0, Python/2.7.10)</tns:userAgent>
         <tns:validateOnly 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201708";>false</tns:validateOnly>
         <tns:partialFailure 
xmlns:tns="https://adwords.google.com/api/adwords/cm/v201708";>false</tns:partialFailure>
      </tns:RequestHeader>
   </SOAP-ENV:Header>
   <ns0:Body>
      <ns2:mutate>
         <ns2:operations>
            <ns1:operator>ADD</ns1:operator>
            <ns2:operand>
               <ns2:externalUploadId>456</ns2:externalUploadId>
              
 <ns2:uploadType>STORE_SALES_UPLOAD_FIRST_PARTY</ns2:uploadType>
               <ns2:uploadStatus/>
               <ns2:uploadMetadata>
                  <ns2:StoreSalesUploadCommonMetadata 
xsi:type="ns2:FirstPartyUploadMetadata">
                     <ns2:loyaltyRate>0.012345</ns2:loyaltyRate>
                    
 <ns2:transactionUploadRate>0.012345</ns2:transactionUploadRate>
                  </ns2:StoreSalesUploadCommonMetadata>
               </ns2:uploadMetadata>
               <ns2:offlineDataList>
                  <ns2:StoreSalesTransaction>
                     <ns2:userIdentifiers>
                        
<ns2:userIdentifierType>EXTERNAL_USER_ID</ns2:userIdentifierType>
                        <ns2:value>id123</ns2:value>
                     </ns2:userIdentifiers>
                     <ns2:transactionTime>20171205 175300 
America/Los_Angeles</ns2:transactionTime>
                     <ns2:transactionAmount>
                        <ns2:money>
                           <ns1:microAmount>200000000</ns1:microAmount>
                        </ns2:money>
                        <ns2:currencyCode>USD</ns2:currencyCode>
                     </ns2:transactionAmount>
                     <ns2:conversionName>ConversionTest</ns2:conversionName>
                  </ns2:StoreSalesTransaction>
               </ns2:offlineDataList>
               <ns2:failureReason/>
            </ns2:operand>
         </ns2:operations>
      </ns2:mutate>
   </ns0:Body>
</SOAP-ENV:Envelope>

Returns the following error

 ListReturnValue.Type = "OfflineDataUploadReturnValue"
   value[] =
      (OfflineDataUpload){
         uploadId = 11909
         externalUploadId = 456
         uploadType = "STORE_SALES_UPLOAD_FIRST_PARTY"
         uploadStatus = "UNKNOWN"
         partialDataErrors[] =
            (OfflineDataUploadError){
               fieldPath = None
               trigger = None
               errorString = 
"OfflineDataUploadError.INVALID_CONVERSION_TYPE"
               ApiError.Type = "OfflineDataUploadError"
               reason = "INVALID_CONVERSION_TYPE"
            },
      },
 }

The Conversion named ConversionTest was created in the Google Adwords 
console


<https://lh3.googleusercontent.com/-vZgL-NWXYi4/WindyEi4J4I/AAAAAAAABSI/9nt1U_DU9f0J03e9a150sELlOQyBWQulQCLcBGAs/s1600/google_ads_console.png>





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/31438152-b0d2-4c9c-be85-be1ca811af21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Attempts to Add ... Steve Wilhelm
    • Re: Attempt... 'Vincent Racaza (AdWords API Team)' via AdWords API Forum

Reply via email to