Skip to content

Commit

Permalink
Merge pull request #274 from MaDKaTZe/master
Browse files Browse the repository at this point in the history
New scope for Google AdWords
  • Loading branch information
elliotchance committed Sep 9, 2015
2 parents 7b60bc7 + e1c7e98 commit b617831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OAuth/OAuth2/Service/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class Google extends AbstractService

// Adwords
const SCOPE_ADSENSE = 'https://www.googleapis.com/auth/adsense';
const SCOPE_ADWORDS = 'https://adwords.google.com/api/adwords/';
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
// Google Analytics
Expand Down

0 comments on commit b617831

Please sign in to comment.