1type: google.api.Service 2config_version: 3 3name: analyticsdata.googleapis.com 4title: Google Analytics Data API 5 6apis: 7- name: google.analytics.data.v1alpha.AlphaAnalyticsData 8- name: google.longrunning.Operations 9 10types: 11- name: google.analytics.data.v1alpha.AudienceListMetadata 12 13documentation: 14 summary: |- 15 Accesses report data in Google Analytics. Warning: Creating multiple 16 Customer Applications, Accounts, or Projects to simulate or act as a 17 single Customer Application, Account, or Project (respectively) or to 18 circumvent Service-specific usage limits or quotas is a direct violation 19 of Google Cloud Platform Terms of Service as well as Google APIs Terms of 20 Service. These actions can result in immediate termination of your GCP 21 project(s) without any warning. 22 23authentication: 24 rules: 25 - selector: 'google.analytics.data.v1alpha.AlphaAnalyticsData.*' 26 oauth: 27 canonical_scopes: |- 28 https://www.googleapis.com/auth/analytics, 29 https://www.googleapis.com/auth/analytics.readonly 30 - selector: google.analytics.data.v1alpha.AlphaAnalyticsData.SheetExportAudienceList 31 oauth: 32 canonical_scopes: |- 33 https://www.googleapis.com/auth/analytics, 34 https://www.googleapis.com/auth/analytics.readonly, 35 https://www.googleapis.com/auth/drive, 36 https://www.googleapis.com/auth/drive.file, 37 https://www.googleapis.com/auth/spreadsheets 38 - selector: 'google.longrunning.Operations.*' 39 oauth: 40 canonical_scopes: |- 41 https://www.googleapis.com/auth/analytics, 42 https://www.googleapis.com/auth/analytics.readonly 43