googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
108 stars 199 forks source link

LoadFromDefaultAppConfigSection #255

Open ayotade opened 8 months ago

ayotade commented 8 months ago

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);

So I could not retrieve my credentials from the App.config file.

I supplied my credentials directly to GoogleAdsClient Config property and the application was ok.

Could you please fix this issue.

Kind regards