Hi Adwords API Team,
I followed this and converted the datetime field to the adwords timezone and when uploading through API added the timezone ID as per documentation which is "Europe/Dublin"
The ctcLookbackWindow settings is 90 and viewthroughLookbackwindow is 30 for the conversion name created.
Upon testing our script just today and trying to upload data from October 23rd, we are getting the error OfflineConversionError.CONVERSION_PRECEDES_CLICK
So it seems that the conversiontime timezone is incorrect.
Can you please help me in finding out what is wrong, our client Id is 766-238-4385, and here's a snapshot of the soap xml log:
[Oct 26 2014 17:36:19.000000 - ERROR] POST /api/adwords/cm/v201406/OfflineConversionFeedService HTTP/1.1 Connection: Keep-Alive
User-Agent: PHP-SOAP/5.4.32, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 63926
Authorization: Bearer ya29.qgBY0RCusI-Ln2fPa_jixEtk4R3DS6iWEULe3UKzUsTFAle9nzm2dIZY4DQ2LeqXQgs-B2t7nSgalw
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Header>
<ns1:RequestHeader>
<ns1:clientCustomerId>766-238-4385</ns1:clientCustomerId>
<ns1:developerToken></ns1:developerToken>
<ns1:userAgent>AwApi-PHP/5.5.0, Common-PHP/5.5.0, PHP/5.4.32)</ns1:userAgent>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<ns1:operations>
<ns1:operator>ADD</ns1:operator>
<ns1:operand>
<ns1:googleClickId>COTv5PK-xMECFeVaMgodjCUAlg</ns1:googleClickId>
<ns1:conversionName>dealsfound</ns1:conversionName>
<ns1:conversionTime>20141024 045116 Europe/Dublin</ns1:conversionTime>
<ns1:conversionValue>0</ns1:conversionValue>
</ns1:operand>
</ns1:operations>
Thank you !