Hi,
Hi Josh,
System.ArgumentNullException: Value cannot be null.
Parameter name: Looks like your application is not configured to use OAuth2 properly. Required OAuth2 parameter RefreshToken is missing. You may run Common\\Utils\\OAuth2TokenGenerator.cs to generate a default OAuth2 configuration.
at Google.Api.Ads.Common.Lib.OAuth2ProviderBase.ValidateOAuth2Parameter(String propertyName, String propertyValue)
at Google.Api.Ads.Common.Lib.OAuth2ProviderForApplications.RefreshAccessToken()
at AdWords.Jobs.Google.GoogleReportsJob.GetAPIUser(AdProvider credential, String clientCustomerId)
at AdWords.Jobs.Google.GoogleReportsJob.ProcessReport(AdReportJob& adReportJob)
at Google.Api.Ads.Common.Lib.OAuth2ProviderBase.ValidateOAuth2Parameter(String propertyName, String propertyValue)
at Google.Api.Ads.Common.Lib.OAuth2ProviderForApplications.RefreshAccessToken()
at AdWords.Jobs.Google.GoogleReportsJob.GetAPIUser(AdProvider credential, String clientCustomerId)
at AdWords.Jobs.Google.GoogleReportsJob.ProcessReport(AdReportJob& adReportJob)
<add key='AuthorizationMethod' value='OAuth2' />
<add key='OAuth2ClientId' value='xxxxxx.apps.googleusercontent.com' />
<add key='OAuth2ClientSecret' value='xxxxxx' />
<add key='OAuth2RefreshToken' value='xxxxxx' />