Hello,

Yes, you are correct. OfflineConversionError.CONVERSION_PRECEDES_CLICK 
<https://developers.google.com/adwords/api/docs/reference/v201509/OfflineConversionFeedService.OfflineConversionError#reason>
 
error occurs when the conversion is reported to have happened before the 
click. You can look up the time zone of a customer using the CustomerService 
<https://developers.google.com/adwords/api/docs/reference/v201502/CustomerService>.
 
The Customer object has a dateTimeZone 
<https://developers.google.com/adwords/api/docs/reference/v201502/CustomerService.Customer#dateTimeZone>
 field 
which includes this information. You can compensate for this by either 
converting your times to customer time zone (to match the API). e.g. Let's 
say that your account is set up to use Eastern time. A user clicks an ad at 
6:00 Eastern time, and the time of the GCLID is recorded as 6:00. Your 
servers, in Pacific time, record the page hit at 3:00 (due to the 3-hour 
difference). The user finishes converting by 4:00 Pacific time (7:00 
Eastern time). When you upload the conversion, if you just say 4:00, you 
will get a CONVERSION_PRECEDES_CLICK error. 

Thanks,
Umesh, AdWords API Team.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
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/a07af1bb-6c9b-438c-ae32-7947cff21288%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to