Google OAuth2 Scopes
Note
The following text was written mainly for the OAuth2 Client Verification at https://support.google.com/code/contact/oauth_app_verification
The application is an advanced reporting tool for managers of AdWords and Sklik Campaigns. After logging-in, the application will create its own folder in the user’s Google Drive. User is able to define several reports (campaign performance, URL Check report etc.) that are run on in the scheduled intervals. Reports are stored in user’s Google Drive either in XLSX format, or as a Google Sheet.
The application uses the following OAuth2 Scopes:
- openid, email, profile
To get user’s e-mail address, will be used as a default for notifications and billing.
- https://www.googleapis.com/auth/drive.file
To create root folder for storing the reports, upload/create and update reports.
- https://www.googleapis.com/auth/adwords
To load information about AdWords campaigns managed by the user and to fetch performance and structural reports.
Additional Services
The following scopes will be used only if the user adds extra accounts for additional services:
Google Merchant
- https://www.googleapis.com/auth/content
To load data from Google Merchant.