We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 619a031 + 173fa35 commit f81b0f4Copy full SHA for f81b0f4
src/OAuth/OAuth2/Service/Google.php
@@ -52,6 +52,11 @@ class Google extends AbstractService
52
const SCOPE_ADWORDS = 'https://www.googleapis.com/auth/adwords/';
53
const SCOPE_GAN = 'https://www.googleapis.com/auth/gan'; // google affiliate network...?
54
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
+
60
// Google Analytics
61
const SCOPE_ANALYTICS = 'https://www.googleapis.com/auth/analytics';
62
const SCOPE_ANALYTICS_EDIT = 'https://www.googleapis.com/auth/analytics.edit';
0 commit comments