I haven't seen conversions uploaded to my Adwords account all day using the OfflineConversionFeedService. As far as I can tell, there aren't any errors being thrown, and I'm getting a valid response back from the Adwords API, yet the conversions haven't shown up all day. Can someone have a look at the following request and response to see if there's anything glaringly wrong?
Request:
<?xml version="1.0" encoding="UTF-8"?>
<ns1:RequestHeader>
<ns1:clientCustomerId>xxx</ns1:clientCustomerId>
<ns1:developerToken>xxx</ns1:developerToken>
<ns1:userAgent>xxx</ns1:userAgent>
<ns1:validateOnly>false</ns1:validateOnly>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:mutate>
<ns1:operations>
<ns1:operator>ADD</ns1:operator>
<ns1:operand><ns1:googleClickId>CJGWlpWJkswCFZGIaQodc2cGTg</ns1:googleClickId>
<ns1:conversionName>Qualifications (Imported)</ns1:conversionName>
<ns1:conversionTime>20160416 020811 America/Chicago</ns1:conversionTime>
<ns1:conversionValue>22</ns1:conversionValue>
</ns1:operand>
</ns1:operations>
</ns1:mutate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response:
<soap:Header>
<requestId>00053119b1b0f1210abf08d0d00b79af</requestId>
<serviceName>OfflineConversionFeedService</serviceName>
<methodName>mutate</methodName>
<operations>1</operations>
<responseTime>260</responseTime>
</ResponseHeader>
</soap:Header>
<soap:Body>
<mutateResponse xmlns="
https://adwords.google.com/api/adwords/cm/v201509"><rval><ListReturnValue.Type>OfflineConversionFeedReturnValue</ListReturnValue.Type><value><googleClickId>CJGWlpWJkswCFZGIaQodc2cGTg</googleClickId><conversionName>Qualifications (Imported)</conversionName><conversionTime>20160416 020811 America/Chicago</conversionTime><conversionValue>22.0</conversionValue></value></rval></mutateResponse></soap:Body></soap:Envelope>