Re: Not Return Response

2023-03-01 Thread Rajendra Yadav
thanks Zweitze On Thursday, March 2, 2023 at 7:11:47 AM UTC+5:30 Google Ads API Forum Advisor wrote: > Hello Zweitze, > > Thank you for sharing your insights. > > @Rajendra, you may try the shared information by Zweitze and let us know > if it will work on your end. If not, then we would be wai

Re: Not Return Response

2023-03-01 Thread Zweitze
You're using C#, right? Note that if you are using: - .NET Framework (eg. 4.7.2) - WinForms project (but other project types may be affected too) - Synchronous calls In that case, calling the API may hang. This problem was introduced in the Google Ads library some time ago - last Au

Not Return Response

2023-02-28 Thread Rajendra Yadav
Hi I have tried below code it is not returing any response and Same code was working with v10 version when we have updated version v10 to v13 then it is not working Please suggeste me GoogleAdsServiceClient googleAdsService = client.GetService( Services.V13.GoogleAdsService);