googleads-dotnet-lib icon indicating copy to clipboard operation
googleads-dotnet-lib copied to clipboard

Google Ad Manager SOAP API .NET client library

Results 21 googleads-dotnet-lib issues
Sort by recently updated
recently updated
newest added

I am having the same issue as in the following issue #208 However, I am not updating I am adding those dependencies for the first time. I am unable to...

P2

Hi Team, I am not sure. It is the right place to ask the question here. In one of my products developed in .NET core 6.0, I want to integrate...

Hi, I came across the code below for Google Ads documentation. However,method LoadFromDefaultAppConfigSection() does not exist in class GoogleAdsConfig GoogleAdsConfig config = new GoogleAdsConfig(); config.LoadFromDefaultAppConfigSection(); GoogleAdsClient client = new GoogleAdsClient(config);...

I’m not sure if this is a bug with this project, or WCF, but this somehow breaks the reflection for `user.GetService();` resulting in something like this: ``` MissingMethodException: Constructor on...

P2

I am trying to instantiate AdWordsAppConfig by passing an IConfigurationSection in Net Core 2.2, but the settings are not mapped corrently (at all). I am using a nested section, and...

investigation
P2

There's no cancellation support in the async calls

enhancement
P2

In `Google.Api.Ads.Common.LibAppConfigBase.cs` all setters are private and some configuration settings can't be set if you are not using file ` LoadOAuth2SecretsFromFile(); `.

enhancement
P2

Write a proper deepclone for this method instead.

enhancement
P3

As part of Google’s ongoing efforts to foster inclusive language, we’ve changed the default branch of this project to main. We encourage contributors to do the same for their forks...

I'm trying to run "UploadClickConversionsRequest", but I'm working with .Net Core 3.1 that doesn't use the app.config, but the appsetting.json instead. Does someone have an example of authentication in this...