google-ads-dotnet icon indicating copy to clipboard operation
google-ads-dotnet copied to clipboard

This project hosts the .NET client library for the Google Ads API.

Results 8 google-ads-dotnet issues
Sort by recently updated
recently updated
newest added

**Describe the bug:** Error when testing a Google call on the CI / CD server. I cannot go further if a simple test do not pass. It was perfectly working...

bug

**Describe the bug:** I'm trying to implement a service for my Offline Conversion using the new OfflineConversionUploadClientSummary report. I'm trying to Query data from this page : ![image](https://github.com/googleads/google-ads-dotnet/assets/25175087/ceda260a-6c82-4e05-9b71-0d6cda50b76c) When i...

bug

My google ads dotnet SDK sends two create customer client requests to the google ads server via gprc, but the second request always crashes with Rpc Exception : ``` "Exception":...

bug

The [options pattern](https://learn.microsoft.com/en-us/aspnet/core/fundamentals/configuration/options?view=aspnetcore-7.0) simplifies configuration. When using a `settings.json` file, instead of configuring GoogleAds with the following three lines: ``` IConfigurationSection section = Configuration.GetSection("GoogleAdsApi"); GoogleAdsConfig config = new GoogleAdsConfig(section); GoogleAdsClient...

enhancement

With minimal impact to the `Google.Ads.GoogleAds.Core` project (only adding two interfaces), this PR introduces the `Google.Ads.GoogleAds.Extensions.DependencyInjection` project. This new project can be packaged independently providing flexibility to include it only...

Scenario: - Installing googleads library via NuGet as a new console project - Web flow OAuth client_id and client_secret are used - Refresh token is invalid - all other necessary...

1. RpcException: Status(StatusCode="Unavailable", Detail="failed to connect to all addresses", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1720163325.643000000","description":"Failed to pick subchannel","file":"..\..\..\src\core\ext\filters\client_channel\client_channel.cc","file_line":3218,"referenced_errors":[{"created":"@1720163325.643000000","description":"failed to connect to all addresses","file":"..\..\..\src\core\lib\transport\error_utils.cc","file_line":165,"grpc_status":14}]}") 2. CoreErrorDetailException: {"created":"@1720163325.643000000","description":"Failed to pick subchannel","file":"..\..\..\src\core\ext\filters\client_channel\client_channel.cc","file_line":3218,"referenced_errors":[{"created":"@1720163325.643000000","description":"failed to connect to all addresses","file":"..\..\..\src\core\lib\transport\error_utils.cc","file_line":165,"grpc_status":14}]}...

Hi Team I had downloaded .net code for Google ads solution from the github.The version of the libraries used inside was v17. I was previously using v14 and this has...