Re: adwords api DATE TIME problem

2014-07-16 Thread Whatsome WithAll
HI There, It seems that I am able to figure out this when I used the DateFormat as shown below: *string conversionTime = DateTime.Now.ToString("MMdd HHmmss") + " Asia/Calcutta";* But now I am getting another exception which is : *Failed upload offline conversions.[OfflineConversionError.

[OfflineConversionError.UNAUTHORIZED_USER @ operations[0].operand].

2014-07-16 Thread Whatsome WithAll
Hi there, I am trying to make my OfflineConversion to work using Google Adwords API v201402 in C# application. For the sake of testing, I took one "gclid" copied from the web and trying to upload the conversion on my MCC account. I am using approved developerToken as well. Also I have correct

Re: adwords api DATE TIME problem

2014-07-16 Thread Whatsome WithAll
Hi I'm using the adwords api to upload offline conversions. (v201402- C# .NET app) I'm having trouble with the conversionTime value. I keep getting this error whenever i try uploading any value: *InnerException = {"[DateError.INVALID_STRING_DATE_TIME @ operations[0].operand]"}* I am us

Re: Offline Conversion Feed DateError.INVALID_FIELD_VALUES_IN_DATE_TIME

2014-07-15 Thread Whatsome WithAll
On Wednesday, March 19, 2014 10:33:34 PM UTC+5:30, Christopher Marshall wrote: > > We have had an upload of offline conversions working for a little over a > month using API V201309 and yesterday we started getting errors saying we > have an invalid date and time. > > snipped from the request:

Re: Authorization Method

2014-06-26 Thread Whatsome WithAll
@Marcos Can you please your code to authorize and post data to Google Adwords API using ClientLogin? I am a bit new to c# and .Net and dont know from where to start. It will be too much helpful to me. Thanks and Regards Tom On Tuesday, January 22, 2013 11:19:52 PM UTC+5:30, Marcos Placona wrote: