Skip to content

Commit

Permalink
Merge pull request #441 from frankkessler/master
Browse files Browse the repository at this point in the history
Add Google Oauth2 scopes for Doubleclick for Publishers (DFP)
  • Loading branch information
elliotchance committed Oct 29, 2015
2 parents 619a031 + 173fa35 commit f81b0f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OAuth/OAuth2/Service/Google.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ class Google extends AbstractService
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
//Doubleclick for Publishers
const SCOPE_DFP = 'https://www.googleapis.com/auth/dfp';
const SCOPE_DFP_TRAFFICKING = 'https://www.googleapis.com/auth/dfatrafficking';
const SCOPE_DFP_REPORTING = 'https://www.googleapis.com/auth/dfareporting';

// Google Analytics
const SCOPE_ANALYTICS = 'https://www.googleapis.com/auth/analytics';
const SCOPE_ANALYTICS_EDIT = 'https://www.googleapis.com/auth/analytics.edit';
Expand Down

0 comments on commit f81b0f4

Please sign in to comment.