Re: Getting INVALID_FIELD_VALUES_IN_DATE_TIME when uploading offline conversions.

2014-03-20 Thread Austin Bergstrom
Laura & Danial, I am having the exact same problem. I did not change the date format for my uploads and they suddenly started failing with the same message on 3/17. I also do not include a time zone, but I will try that and let you know if that's what my problem is. Danial, I attached an examp

Failed to start reference finalizer thread logged exception

2014-02-24 Thread Austin Bergstrom
I am seeing this exception stacktrace in my logs quite often. It seems to be related to the GAE environment not being threaded. Is there anything to be done so that I don't see this anymore? Others report seeing similar issues here a

Re: Cannot upload offline conversions.

2014-01-28 Thread Austin Bergstrom
ollowing format: > > "20140101 010101 Europe/London" > > > -Danial. > > On Sunday, January 26, 2014 8:33:04 PM UTC+4, Austin Bergstrom wrote: >> >> Hi Danial, >> >> I am getting the same error, but not through an example application. I am >> using

Re: Cannot upload offline conversions.

2014-01-26 Thread Austin Bergstrom
Hi Danial, I am getting the same error, but not through an example application. I am using the java client libraries (jaxws) on Google App Engine. The click ID I am using to test was copy/pasted from the URL (we have tried a few different click ids) and all have the same result. I am not sure i

Re: Uploading Offline Conversions on GAE with jaxws

2014-01-06 Thread Austin Bergstrom
run the `wsimport` command (using the wsdl here<https://adwords.google.com/api/adwords/cm/v201309/OfflineConversionFeedService?wsdl> ). On Saturday, January 4, 2014 9:56:06 PM UTC-5, Austin Bergstrom wrote: > > I have followed the instructions to upload offline conversions with the

Uploading Offline Conversions on GAE with jaxws

2014-01-06 Thread Austin Bergstrom
I have followed the instructions to upload offline conversions with the axis libs and noticed that it doesn't work on Google App Engine (which I use to host my app). More about that here . I can't find any information