We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b60bc7 + e1c7e98 commit b617831Copy full SHA for b617831
src/OAuth/OAuth2/Service/Google.php
@@ -45,7 +45,7 @@ class Google extends AbstractService
45
46
// Adwords
47
const SCOPE_ADSENSE = 'https://www.googleapis.com/auth/adsense';
48
- const SCOPE_ADWORDS = 'https://adwords.google.com/api/adwords/';
+ const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
49
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
50
51
// Google Analytics
0 commit comments