Skip to content

Commit b617831

Browse files
committed
Merge pull request #274 from MaDKaTZe/master
New scope for Google AdWords
2 parents 7b60bc7 + e1c7e98 commit b617831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth/OAuth2/Service/Google.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Google extends AbstractService
4545

4646
// Adwords
4747
const SCOPE_ADSENSE = 'https://www.googleapis.com/auth/adsense';
48-
const SCOPE_ADWORDS = 'https://adwords.google.com/api/adwords/';
48+
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
4949
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
5050
5151
// Google Analytics

0 commit comments

Comments
 (0)