-
Notifications
You must be signed in to change notification settings - Fork 200
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels