Re: Getting error when calling GoogleAds api

2022-07-21 Thread Priya Sharma
Hi, I got the issue. I am calling the below method.Can you suggest to me how to migrate to the latest version from v8. I see documentation of migrations from v9 to v10 and higher but not from v8. [image: image.png] Priya Sharma | Traffic Acquisition & Core [image: http://bold.com/bold-e

Getting error when calling GoogleAds api

2022-07-20 Thread Priya Sharma
Hi, Getting this below error even when I am using the v9 version. "Version v8 is deprecated. Requests to this version will be blocked." Can anyone suggest what could be the issue. Thanks Priya Sharma -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: UploadOfflineConversion: How to send ConversionDateTime in click conversion

2021-06-23 Thread Priya Sharma
Thanks Pete!! On Wednesday, June 23, 2021 at 10:46:27 PM UTC+5:30 Pete Lavetsky (AdWords API Guru) wrote: > Hey Priya, > > We ran into this too and here's how we do it in Java: > > final String conversionDateTime = ZonedDateTime.of(conversion.getDateTime(), > ZoneId.of("UTC")).format(DateTimeFo

UploadOfflineConversion: How to send ConversionDateTime in click conversion

2021-06-23 Thread Priya Sharma
I am using the date in UTC or ETC/GMT which was working fine with adwords API, but according to the new google Ads API I get the below error. "The string date time's format should be -mm-dd hh:mm:ss+|-hh:m., at conversions[0].conversion_date_time" In adwords API, I used as below: Conversio