RE: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2019-08-12 Thread Google Ads API Forum Advisor Prod
Hi, Could you confirm if the timestamp that you've set for the conversionTime field is the based on your Google Ads account's timezone? You may confirm it via CustomerService.getCustomers() to retrieve the DateTimeZone of the account. You may then retry your request once you have applied the

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2019-08-12 Thread Shreepriya Chaturvedi
Hi all, Did anyone find a solution to this problem. Even I am facing the same issue. Adwords account is in EST. I am trying to upload the data using Adwords API in UTC and hence using Etc/GMT as timezone in the date sent. However, few of the conversions are getting passed while majority says

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-12-23 Thread Mark Jones
Hello, I was reading your suggestion about associating the timezone of the conversion with the same timezone as the account, however, according to the docs you pointed out here https://developers.google.com/adwords/api/docs/guides/conversion-tracking#validation_rules - The

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-09-19 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kevin, Unfortunately, there is no way to fetch the time-stamp of a google click via the API. However, I can see that the default timezone of the account linked to your email ID is Dublin (GMT +1) whereas the timezone included with the conversions in your SOAP request is GMT. Could you

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-09-19 Thread Kevin Liu
Hi Vishal, yeah, I followed all the rules there, I want to know if I can get the google click time, not the conversion time. By using OfflineConversionFeedService, I need to specify the conversionTime myself, if you see my SOAP request, you will find out that a valid timezone ID is there, but

Re: CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-09-16 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi Kevin, When uploading offline conversions, please follow the validation rules listed on this page . To your question, you can get the time by using the OfflineConversionFeedService

CONVERSION_PRECEDES_CLICK error while uploading offline conversions

2016-09-16 Thread Kevin Liu
Hi, I encounter this error when I upload offline conversions to google adwords. I tried to search online to see if there is any helpful info there, but it seems that they didn't work for my case. I wonder if there is a way that I can check the click time of the gclid. The conversion time in