Skip to content

Commit

Permalink
Add Google Oauth2 scopes for Doubleclick for Publishers (DFP)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankkessler committed Oct 29, 2015
1 parent 619a031 commit 173fa35
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 173fa35

Please sign in to comment.