Skip to content

Commit

Permalink
Merge pull request #443 from frankkessler/master
Browse files Browse the repository at this point in the history
Update Google Adwords Scope:  Trailing slash no longer supported
  • Loading branch information
David Desberg committed Jul 12, 2016
2 parents eed06e9 + 23a428a commit c69bbe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/OAuth/OAuth2/Service/Google.php
Expand Up @@ -50,7 +50,8 @@ class Google extends AbstractService

// Adwords
const SCOPE_ADSENSE = 'https://www.googleapis.com/auth/adsense';
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords';
const SCOPE_ADWORDS_DEPRECATED = 'https://www.googleapis.com/auth/adwords/'; //deprecated in v201406 API version
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
//Doubleclick for Publishers
Expand Down

0 comments on commit c69bbe3

Please sign in to comment.