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 |
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,
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,
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:
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,
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.
|
||||||