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

LoadFromDefaultAppConfigSection

Open ayotade opened this issue 2 years ago • 0 comments

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

ayotade avatar Feb 14 '24 14:02 ayotade