I'm trying to get access and refresh token in OAuth2 for GoogleAdWords:I've done these steps before:
1)Create manager Account
2)Create developer Token from manager Account.
3)Create Test MCC account
4)Use the Test MCC account for creating RefreshToken by running OAuthTokenGenerator.exe
5)Create AdWords account , and Use this account for creating ClientId and ClientSecret .
use these values in Web.config of my project.
but when I try to Get the campaigns with this code:
//....
page = campaignService.get(selector);
it gets the error
{"[AuthenticationError.NOT_ADS_USER @ ; trigger:'<null>']"}
I'm very new to GoogleAdwords , so maybe something I'm missing from setting or sth else.
could anyone help me with that?