Re: API Hangs on MutateuserList command

2023-03-16 Thread Dataseek Business Solutions
Hello everyone. Here are an example that worked for us after upgrading Google API packages. Create method as ASYNC TASK<>, call MutateUserListsAsync instead of MutateUserListsA including await. private async Task (before: string) CreateCustomerMatchUserList(long customerId, string

Re: API Hangs on MutateuserList command

2023-03-14 Thread Dataseek Business Solutions
Thanks for your answer. I will try some changes here. Em segunda-feira, 13 de março de 2023 às 12:42:35 UTC-3, Zweitze escreveu: > Is the target .NET Framework? I mean: not .NET Core, .NET standard. > Then it could be a problem of the library. > > Check if any call to the API hangs. If so, check

Re: API Hangs on MutateuserList command

2023-03-13 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to the Google Ads API Forum. I hope you are doing well today. @Zweitze Thank you for sharing your insights and providing a solution on this matter. We highly appreciate it. @Dataseek Business Solutions Could you please see the post by Zweitze on this thread, check

Re: API Hangs on MutateuserList command

2023-03-13 Thread Zweitze
Is the target .NET Framework? I mean: not .NET Core, .NET standard. Then it could be a problem of the library. Check if any call to the API hangs. If so, check out: https://github.com/googleads/google-ads-dotnet/issues/488 https://github.com/googleads/google-ads-dotnet/issues/480 Extra proof

Re: API Hangs on MutateuserList command

2023-03-10 Thread Dataseek Business Solutions
Hello there, If the request hangs , I dont get any responses. Its just a NO RESPONSE problem, so no log here. I GOT CONNECTED AND CAN RETRIEVE MY CUSTOMERS HERE: * var customerResourceNames = customerService.ListAccessibleCustomers();* My code wasnt very clear? Here goes again,

API Hangs on MutateuserList command

2023-03-09 Thread Dataseek Business Solutions
My app hang while processing, so response takes long and hangs forever. UserListServiceClient service = client.GetService(Services.V12.UserListService); // Creates the user list. UserList userList = new UserList() { Name = "projeto",