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 
> 
> 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 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 hang after upgrading to 14.0.0+ 
>> #488* *”* created 
>> on github issue (googleads/google-ads-dotnet) which has a latest response. 
>> Could you please try if this will work on your end?
>>
>> GoogleAdsConfig config = new GoogleAdsConfig();
>> config.UseGrpcCore = true;
>> GoogleAdsClient client = new GoogleAdsClient(config);
>>
>> In addition, please see *Supported Frameworks:*
>>  
>>
>>- .NET Framework 4.7.2+ (net472) 
>>- .NET Standard 2.1 (netstandard2.1) 
>>- .NET 5.0 (net5.0) 
>>- .NET Core 3.1 (netcoreapp3.1) 
>>
>>
>> The library doesn't have an explicit build target for .NET 6.0 (net6.0) 
>> yet. However, you can use the library with a binary built for .NET 6.0, 
>> since netstandard2.1 is compatible with .NET 6.0.
>>
>> Have a great day.
>>
>>
>> Please check that issue that you referenced.
>> Check who reported that particular issue. Yes, that was me.
>>
>> And the issue is about documentation. And yes, this breaking change is 
>> still not documented anywhere, except in issues #480 
>>  and #488 
>> 
>> It took me four weeks (!) to get the projects in my solution working with 
>> async calls, and I think it should be fair to warn others about this 
>> change. That is the reason I point others to the issues - when I was facing 
>> the problem it took me two days to find the explanation, the then well- 
>> buried issue #480.
>>
>> So it's working for me - after making everything async, as was suggested 
>> in #480  
>> About the suggestion you make here - I already checked that long ago. 
>> When instantiating GoogleAdsConfig, it's member UseGrpcCore is already set 
>> to true. Setting it to true once more does not help.
>>
>> About your question on the platform: see the issue I created.
>>
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3e02cf1c-1ebc-4648-ba28-d84cc5150956n%40googlegroups.com.


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 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 hang after upgrading to 14.0.0+ 
> #488* *”* created 
> on github issue (googleads/google-ads-dotnet) which has a latest response. 
> Could you please try if this will work on your end?
>
> GoogleAdsConfig config = new GoogleAdsConfig();
> config.UseGrpcCore = true;
> GoogleAdsClient client = new GoogleAdsClient(config);
>
> In addition, please see *Supported Frameworks:*
>  
>
>- .NET Framework 4.7.2+ (net472) 
>- .NET Standard 2.1 (netstandard2.1) 
>- .NET 5.0 (net5.0) 
>- .NET Core 3.1 (netcoreapp3.1) 
>
>
> The library doesn't have an explicit build target for .NET 6.0 (net6.0) 
> yet. However, you can use the library with a binary built for .NET 6.0, 
> since netstandard2.1 is compatible with .NET 6.0.
>
> Have a great day.
>
>
> Please check that issue that you referenced.
> Check who reported that particular issue. Yes, that was me.
>
> And the issue is about documentation. And yes, this breaking change is 
> still not documented anywhere, except in issues #480 
>  and #488 
> 
> It took me four weeks (!) to get the projects in my solution working with 
> async calls, and I think it should be fair to warn others about this 
> change. That is the reason I point others to the issues - when I was facing 
> the problem it took me two days to find the explanation, the then well- 
> buried issue #480.
>
> So it's working for me - after making everything async, as was suggested 
> in #480  
> About the suggestion you make here - I already checked that long ago. When 
> instantiating GoogleAdsConfig, it's member UseGrpcCore is already set to 
> true. Setting it to true once more does not help.
>
> About your question on the platform: see the issue I created.
>
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/288d0f1e-b1a5-4553-9e46-421c557e7410n%40googlegroups.com.


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 and we will provide updates shortly. 
>  
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jZbkg:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b60e7d24-f0fb-4443-84d8-5f8689bb55f0n%40googlegroups.com.


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 hang after upgrading to 14.0.0+ #488* 
*”* created on 
github issue (googleads/google-ads-dotnet) which has a latest response. 
Could you please try if this will work on your end?

GoogleAdsConfig config = new GoogleAdsConfig();
config.UseGrpcCore = true;
GoogleAdsClient client = new GoogleAdsClient(config);

In addition, please see *Supported Frameworks:*
 

   - .NET Framework 4.7.2+ (net472) 
   - .NET Standard 2.1 (netstandard2.1) 
   - .NET 5.0 (net5.0) 
   - .NET Core 3.1 (netcoreapp3.1) 


The library doesn't have an explicit build target for .NET 6.0 (net6.0) 
yet. However, you can use the library with a binary built for .NET 6.0, 
since netstandard2.1 is compatible with .NET 6.0.

Have a great day.


Please check that issue that you referenced.
Check who reported that particular issue. Yes, that was me.

And the issue is about documentation. And yes, this breaking change is 
still not documented anywhere, except in issues #480 
 and #488 

It took me four weeks (!) to get the projects in my solution working with 
async calls, and I think it should be fair to warn others about this 
change. That is the reason I point others to the issues - when I was facing 
the problem it took me two days to find the explanation, the then well- 
buried issue #480.

So it's working for me - after making everything async, as was suggested in 
#480  
About the suggestion you make here - I already checked that long ago. When 
instantiating GoogleAdsConfig, it's member UseGrpcCore is already set to 
true. Setting it to true once more does not help.

About your question on the platform: see the issue I created.



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1be83d22-9093-4c8c-ac12-5e5a772e4b9fn%40googlegroups.com.


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:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/kjffh0RRO5J9007UQxDX7nR1iT69CTjsn8Sw%40sfdc.net.


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 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)
> {
> configGoogleAdsApi.OAuth2RefreshToken = 
> SAudience.AdAccount.GoogleUser.Refresh_Token;
> GoogleAdsClient client = new GoogleAdsClient(configGoogleAdsApi);
>
> UserListServiceClient service = 
> client.GetService(Services.V13.UserListService);
> Google.Ads.GoogleAds.V13.Services.UserListOperation operation;
>
> Google.Ads.GoogleAds.V13.Resources.UserList userList = new 
> Google.Ads.GoogleAds.V13.Resources.UserList()
> {
> Name = SAudience.Audience.Name,
> Description = SAudience.Audience.Description ?? "",
> MembershipLifeSpan = 1,
> MembershipStatus = 
> UserListMembershipStatusEnum.Types.UserListMembershipStatus.Open,
> CrmBasedUserList = new CrmBasedUserListInfo()
> {
> UploadKeyType = 
> Google.Ads.GoogleAds.V13.Enums.CustomerMatchUploadKeyTypeEnum.Types.CustomerMatchUploadKeyType.ContactInfo
> }
> };
>
> operation = new Google.Ads.GoogleAds.V13.Services.UserListOperation()
> {
> Create = userList
> };
>
>
> try
> {
> Google.Ads.GoogleAds.Util.TraceUtilities.Configure(Google.Ads.GoogleAds.Util.TraceUtilities.DETAILED_REQUEST_LOGS_SOURCE,
>  
> "C:\\logs\\details.log", System.Diagnostics.SourceLevels.All);
>
> MutateUserListsResponse result = 
> service.MutateUserLists(SAudience.AdAccount.Social_ID, new[] { operation });
>
> UserListName userListName = 
> UserListName.Parse(result.Results[0].ResourceName);
>
> SAudience.Social_ID = userListName.UserListId;
> SAudience.Size = 0;
> return SAudience;
> }
> catch (GoogleAdsException E)
> {
> throw;
> }
> }
>
> Any Help Please.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/f3a1c57f-c551-42d4-bdd0-d397268a6fecn%40googlegroups.com.


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",
OAuth2ClientSecret = "CLIENT_SECRET",
OAuth2RefreshToken = "REFRESH_TOKEN",
UseGrpcCore = true
};

GoogleAdsClient client = new 
GoogleAdsClient(configGoogleAdsApi);

GeoTargetConstantServiceClient geoService = 
client.GetService(Services.V13.GeoTargetConstantService);
string locale = "en";
string countryCode = "GB";
String[] locations = { "london" };

SuggestGeoTargetConstantsRequest request = new 
SuggestGeoTargetConstantsRequest()
{
Locale = locale,
CountryCode = countryCode,
LocationNames = new 
SuggestGeoTargetConstantsRequest.Types.LocationNames()
};

request.LocationNames.Names.AddRange(locations);
try
{
SuggestGeoTargetConstantsResponse response = 
geoService.SuggestGeoTargetConstants(request);
}
catch (Exception E)
{

}

On Thursday, March 16, 2023 at 6:20:04 PM UTC 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 hang after upgrading to 14.0.0+ 
> #488* *”* created 
> on github issue (googleads/google-ads-dotnet) which has a latest response. 
> Could you please try if this will work on your end?
>
> GoogleAdsConfig config = new GoogleAdsConfig();
> config.UseGrpcCore = true;
> GoogleAdsClient client = new GoogleAdsClient(config);
>
> In addition, please see *Supported Frameworks:*
>  
>
>- .NET Framework 4.7.2+ (net472) 
>- .NET Standard 2.1 (netstandard2.1) 
>- .NET 5.0 (net5.0) 
>- .NET Core 3.1 (netcoreapp3.1) 
>
>
> The library doesn't have an explicit build target for .NET 6.0 (net6.0) 
> yet. However, you can use the library with a binary built for .NET 6.0, 
> since netstandard2.1 is compatible with .NET 6.0.
>
> Have a great day.
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jZbkg:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ead03491-ba89-4fd5-b2ae-48b3f0eb876cn%40googlegroups.com.


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 that library v13.0.2 supports Ads API v10 and v11, but V11 
expires 
at the end of the month 

.

When this issue was discovered early this year, Google's response 
 was that you 
can either:

   - Migrate to .NET Core, or
   - Use async methods instead.
   
With that remark the issue was closed (!) - nothing was done. I filed a bug 
that they should at least document this.

Maybe Google changes it's mind and makes upgrading easier. It's a risky 
approach though.
When I ran into this, there was no sign of Google addressing this issue: I 
bit the bullet and moved to async methods. Took me weeks.


On Thursday, March 16, 2023 at 2:53:35 PM UTC+1 Zied Chaari wrote:

> 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? 
>
> On Wednesday, March 15, 2023 at 6:33:06 PM UTC Google Ads API Forum 
> Advisor wrote:
>
>> Hi Zweitze,
>>
>> Thank you so much for pinpointing on the issue related to .NET client 
>> library. I agree with the shared issue tracker posts and it should further 
>> help down to .Net client library users to understand the issue going 
>> forward. If any user facing same issue, then we can keep eye on provided 
>> issue tracker tickets.
>>
>> Thank you!!
>>
>> Regards,
>> [image: Google Logo] Google Ads API Team 
>>
>> ref:_00D1U1174p._5004Q2jZbkg:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5dbb70b0-ce40-4db8-9841-40ddba5666e5n%40googlegroups.com.


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? 

On Wednesday, March 15, 2023 at 6:33:06 PM UTC Google Ads API Forum Advisor 
wrote:

> Hi Zweitze,
>
> Thank you so much for pinpointing on the issue related to .NET client 
> library. I agree with the shared issue tracker posts and it should further 
> help down to .Net client library users to understand the issue going 
> forward. If any user facing same issue, then we can keep eye on provided 
> issue tracker tickets.
>
> Thank you!!
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jZbkg:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/3c7e9a5f-3033-44ca-b2e3-85a2d44db209n%40googlegroups.com.


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 
>  
> and this topic 
> 
> .
> The problem is in the client library for .NET, when your target is .NET 
> Framework. More info in these threads.
>
>
> On Wednesday, March 15, 2023 at 8:53:51 AM UTC+1 Zied Chaari wrote:
>
>> 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 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 
>>> 
>>>  and response 
>>> 
>>>  logs 
>>> with request ID 
>>> 
>>>  via *Reply privately to author* option so we can further investigate. 
>>> Also, can you confirm if you are encountering the same issue using other 
>>> Google Ads API methods?
>>>
>>> Regards,
>>> [image: Google Logo] Google Ads API Team 
>>>
>>> ref:_00D1U1174p._5004Q2jZbkg:ref
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b9dbf7a7-ad4d-4b93-8dd0-40e2f82e1853n%40googlegroups.com.


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 is .NET 
Framework. More info in these threads.


On Wednesday, March 15, 2023 at 8:53:51 AM UTC+1 Zied Chaari wrote:

> 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 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 
>> 
>>  and response 
>> 
>>  logs 
>> with request ID 
>> 
>>  via *Reply privately to author* option so we can further investigate. 
>> Also, can you confirm if you are encountering the same issue using other 
>> Google Ads API methods?
>>
>> Regards,
>> [image: Google Logo] Google Ads API Team 
>>
>> ref:_00D1U1174p._5004Q2jZbkg:ref
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9088e04a-cbbf-49fd-a8b6-d186615877ccn%40googlegroups.com.


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 to the respective client library owner by 
filing an issue on the issue tracker on the Issues tab of the .NET client 
library on the github as they should be more equipped to provide guidance on 
this matter when it comes to Google Ads API client library concerns and 
inquiries.

Additionally, can you also confirm if you have followed the installation guide 
and configuration guide on the .NET client library? You may also check on this 
guide regarding changes to the Google Ads API .NET library.

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2jZbkg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/UXkb20RRKCIY00PUycWqpXS9S8hWjigwVXAw%40sfdc.net.


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 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 
> 
>  and response 
> 
>  logs 
> with request ID 
> 
>  via *Reply privately to author* option so we can further investigate. 
> Also, can you confirm if you are encountering the same issue using other 
> Google Ads API methods?
>
> Regards,
> [image: Google Logo] Google Ads API Team 
>
> ref:_00D1U1174p._5004Q2jZbkg:ref
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b212bac9-2060-47fa-958a-651611bf3d18n%40googlegroups.com.


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 
and response logs with request ID via Reply privately to author option so we 
can further investigate. Also, can you confirm if you are encountering the same 
issue using other Google Ads API methods?

Regards,

Google Ads API Team
ref:_00D1U1174p._5004Q2jZbkg:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CUGNd0RRJVV300fqGNRzmuRsqBMSgM_9dKTw%40sfdc.net.