I'm using the googleads python library, and following instructions from the documentation carefully. I get the `suds.WebFault: Server raised fault: '[AuthenticationError.OAUTH_TOKEN_INVALID @ ; trigger:'<null>']'` error message when I try to run the included get_campaigns.py script. I've tested the access code using
{
"issued_to": "X",
"audience": "X",
"scope": "https://www.googleapis.com/auth/dfp",
"expires_in": 3239,
"access_type": "offline"
}
In fact, as I'm writing this, I notice the scope seems to be asking for 'dfp', instead of adwords, which is what I want. Would you happen to have any insight as to what I've done incorrectly?