googleads-dotnet-lib
googleads-dotnet-lib copied to clipboard
Google Ad Manager SOAP API .NET client library
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...
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...
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...
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(); `.
Write a proper deepclone for this method instead.
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...