Re: All Api request are stucked without any response

2023-03-23 Thread Zweitze
Hi Zied, Thank you for keeping me updated! But, as I said, I rewrote the code to use the async versions and continue with these sources. Cheers, Zweitze. On Thursday, March 23, 2023 at 2:59:09 PM UTC+1 Zied Chaari wrote: > Hey Zweitze, > > I think they have fixed the issue. #488 >

Re: All Api request are stucked without any response

2023-03-23 Thread Zied Chaari
Hey Zweitze, I think they have fixed the issue. #488 I have tried the new library and it's working. On Monday, March 20, 2023 at 1:46:37 PM UTC Zweitze wrote: > Hello Forum Advisor, > > On Thursday, March 16, 2023 at 7:20:04 PM UTC+1

Re: All Api request are stucked without any response

2023-03-22 Thread Zied Chaari
Hey Goolge, Any updates on this one? I want to know if you'll have any update before the sunset of V11. On Friday, March 17, 2023 at 2:28:38 PM UTC Google Ads API Forum Advisor wrote: > Hi Zied, > > > Thank you for sending updates. Allow me to raise this concern to the rest > of our team

Re: All Api request are stucked without any response

2023-03-20 Thread Zweitze
Hello Forum Advisor, On Thursday, March 16, 2023 at 7:20:04 PM UTC+1 Google Ads API Forum Advisor wrote: Hi Zweitze, Thank you for coming back to us. I hope you are doing well today. Moving forward to your concern, upon checking there is a related issue titled *“**Document that programs may

Re: All Api request are stucked without any response

2023-03-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied, Thank you for sending updates. Allow me to raise this concern to the rest of our team and we will provide updates shortly. Regards, Google Ads API Team ref:_00D1U1174p._5004Q2jZbkg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: All Api request are stucked without any response

2023-03-17 Thread Dataseek Business Solutions
Zied, I have the same problem, see my thread. https://groups.google.com/g/adwords-api/c/y4oeqGQHqUI Maybe I have to go back downgrade or do some major ASYNC code changes. Em terça-feira, 14 de março de 2023 às 14:39:19 UTC-3, Zied Chaari escreveu: > Hi Google Team, > > We have upgrated the

Re: All Api request are stucked without any response

2023-03-17 Thread Zied Chaari
Hi, Even with UseGrpcCore = true it's not working. I'm using .NET framework 4.8. GoogleAdsConfig configGoogleAdsApi = new GoogleAdsConfig { DeveloperToken = "DEVELOPER_TOKEN", OAuth2ClientId = "CLIENT_ID",

Re: All Api request are stucked without any response

2023-03-16 Thread Zweitze
First: it's not the API version, but the library version. I created a test (WinForms, .NET Framework 4.7.2) project using library 13.0.2, connecting with Ads API V11. This worked. Then I upgraded the library to 14.0.0, but nothing else: Ads API V11 was still used. Now it hangs. The problem is

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
I'm facing the same problem, my project is .NET client library I've tried all new versions V12 and V13 and they are not working. The only working one is V11 which will be not usefull 31/01. Is there any urgent fix you'll do in the future so we can use V12 or V13 with .NET project not .NET Core?

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
Hi Zweitze, Thanks for your reply. You're right I have created a new .Net Core project and it's working. On Wednesday, March 15, 2023 at 4:43:51 PM UTC Zweitze wrote: > You are not alone in this situation, for instance see this topic >

Re: All Api request are stucked without any response

2023-03-15 Thread Zweitze
You are not alone in this situation, for instance see this topic and this topic . The problem is in the client library for .NET, when your target

Re: All Api request are stucked without any response

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied, Thanks for getting back to us. If you have already followed this guide on enabling logging in the .NET client library, and no logs still appears, then your Google Ads API request may not have been called as the issue may be in the client library. That said, you may try reaching out

Re: All Api request are stucked without any response

2023-03-15 Thread Zied Chaari
Hi, I have already setup the logging in my end as you can see in my code, nothing is hapenning my program is stuck on the highlighted yellow line and nothing is added to my log file. On Wednesday, March 15, 2023 at 7:09:23 AM UTC Google Ads API Forum Advisor wrote: > Hi Zied, > > Thank you

RE: All Api request are stucked without any response

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied, Thank you for reaching out to the Google Ads API team. Can you please confirm if you have already setup logging on your end? If you haven't, here's a link to our logging documentation for the .NET client library. Once logging has been setup, kindly provide to us the complete request

All Api request are stucked without any response

2023-03-14 Thread Zied Chaari
Hi Google Team, We have upgrated the Google Ads API to the latest version V13. However, all calls we made are stucked without any response. This is an example of code. public override SocialAudience CreateCustomAudience(SocialAudience SAudience, List EventSource = null) {