Skip to content

Commit f81b0f4

Browse files
committed
Merge pull request #441 from frankkessler/master
Add Google Oauth2 scopes for Doubleclick for Publishers (DFP)
2 parents 619a031 + 173fa35 commit f81b0f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/OAuth/OAuth2/Service/Google.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ class Google extends AbstractService
5252
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
5353
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
5454
55+
//Doubleclick for Publishers
56+
const SCOPE_DFP = 'https://www.googleapis.com/auth/dfp';
57+
const SCOPE_DFP_TRAFFICKING = 'https://www.googleapis.com/auth/dfatrafficking';
58+
const SCOPE_DFP_REPORTING = 'https://www.googleapis.com/auth/dfareporting';
59+
5560
// Google Analytics
5661
const SCOPE_ANALYTICS = 'https://www.googleapis.com/auth/analytics';
5762
const SCOPE_ANALYTICS_EDIT = 'https://www.googleapis.com/auth/analytics.edit';

0 commit comments

Comments
 (0)