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 "CONVERSION_PRECEDES_CLICK ".
Thanks On Friday, 16 September 2016 18:46:46 UTC+5:30, Kevin Liu wrote: > > 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 our database is in UTC format. So every conversion > data will be sent to google adwords with the time zone "Etc/GMT", am I > correct? > The request SOAP body is shown below. I use stars to replace some parts of > the conversion name here, if you need the exact name, I will reply to you. > >> >> <SOAP-ENV:Body> >> <ns1:mutate> >> <ns1:operations> >> <ns1:operator>ADD</ns1:operator> >> <ns1:operand> >> >> <ns1:googleClickId>CN_htO2Nks8CFWMq0wod58sLwA</ns1:googleClickId> >> <ns1:conversionName>Dxxxxxxxxx Registration</ns1:conversionName> >> <ns1:conversionTime>20160915 192928 Etc/GMT</ns1:conversionTime> >> </ns1:operand> >> </ns1:operations> >> </ns1:mutate> >> </SOAP-ENV:Body> > > > The response is > > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> >> <soap:Header> >> <ResponseHeader xmlns=" >> https://adwords.google.com/api/adwords/cm/v201607"> >> <requestId>00053c9db24581e90a3714ce46027a91</requestId> >> <serviceName>OfflineConversionFeedService</serviceName> >> <methodName>mutate</methodName> >> <operations>0</operations> >> <responseTime>85</responseTime> >> </ResponseHeader> >> </soap:Header> >> <soap:Body> >> <soap:Fault> >> <faultcode>soap:Server</faultcode> >> <faultstring>[OfflineConversionError.CONVERSION_PRECEDES_CLICK @ >> operations[0].operand]</faultstring> >> <detail> >> <ApiExceptionFault xmlns=" >> https://adwords.google.com/api/adwords/cm/v201607"> >> <message>[OfflineConversionError.CONVERSION_PRECEDES_CLICK @ >> operations[0].operand]</message> >> >> <ApplicationException.Type>ApiException</ApplicationException.Type> >> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" >> xsi:type="OfflineConversionError"> >> <fieldPath>operations[0].operand</fieldPath> >> <trigger/> >> >> <errorString>OfflineConversionError.CONVERSION_PRECEDES_CLICK</errorString> >> <ApiError.Type>OfflineConversionError</ApiError.Type> >> <reason>CONVERSION_PRECEDES_CLICK</reason> >> </errors> >> </ApiExceptionFault> >> </detail> >> </soap:Fault> >> </soap:Body> >> </soap:Envelope> > > > If you need anything else, please let me know. > > Thanks, > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/47a51a6c-f2ee-493b-be18-0e40ed8169fd%40googlegroups.com.
