Skip to content

Commit 173fa35

Browse files
committed
Add Google Oauth2 scopes for Doubleclick for Publishers (DFP)
1 parent 619a031 commit 173fa35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)