2022-05-05 14:10:58 -07:00
|
|
|
type: google.api.Service
|
|
|
|
|
config_version: 3
|
|
|
|
|
name: analyticsdata.googleapis.com
|
|
|
|
|
title: Google Analytics Data API
|
|
|
|
|
|
|
|
|
|
apis:
|
|
|
|
|
- name: google.analytics.data.v1alpha.AlphaAnalyticsData
|
2024-01-23 09:33:41 -08:00
|
|
|
- name: google.longrunning.Operations
|
2022-05-05 14:10:58 -07:00
|
|
|
|
2023-07-10 15:58:49 -07:00
|
|
|
types:
|
|
|
|
|
- name: google.analytics.data.v1alpha.AudienceListMetadata
|
|
|
|
|
|
2022-05-05 14:10:58 -07:00
|
|
|
documentation:
|
2023-07-10 15:58:49 -07:00
|
|
|
summary: |-
|
|
|
|
|
Accesses report data in Google Analytics. Warning: Creating multiple
|
|
|
|
|
Customer Applications, Accounts, or Projects to simulate or act as a
|
|
|
|
|
single Customer Application, Account, or Project (respectively) or to
|
|
|
|
|
circumvent Service-specific usage limits or quotas is a direct violation
|
|
|
|
|
of Google Cloud Platform Terms of Service as well as Google APIs Terms of
|
|
|
|
|
Service. These actions can result in immediate termination of your GCP
|
|
|
|
|
project(s) without any warning.
|
2022-05-05 14:10:58 -07:00
|
|
|
|
|
|
|
|
authentication:
|
|
|
|
|
rules:
|
2023-07-10 15:58:49 -07:00
|
|
|
- selector: 'google.analytics.data.v1alpha.AlphaAnalyticsData.*'
|
2022-05-05 14:10:58 -07:00
|
|
|
oauth:
|
|
|
|
|
canonical_scopes: |-
|
|
|
|
|
https://www.googleapis.com/auth/analytics,
|
|
|
|
|
https://www.googleapis.com/auth/analytics.readonly
|
feat: add the `SheetExportAudienceList` method to the Data API v1 alpha
feat: add `creation_quota_tokens_charged`, `row_count`, `error_message` to the `AudienceList` resource
fix: add `optional` annotation to the `page_token` field of the `ListAudienceListsRequest` type
fix: add `optional` annotation to the `offset`, `limit` fields of the `QueryAudienceListRequest` type
fix: add `required` annotation to the `name` field of the `QueryAudienceListRequest` type
fix: add `optional` annotation to the `dimension_name` field of the `AudienceDimension` type
fix: add `optional` annotation to the `property`, `date_ranges`, `funnel`, `funnel_breakdown`, `funnel_visualization_type`, `segments`, `dimension_filter`, `return_property_quota`, `limit` fields of the `RunFunnelReportRequest` type
fix!: change the resource pattern value to `properties/{property}/audienceLists/{audience_list}` for the resource definition `analyticsdata.googleapis.com/AudienceList`
fix!: change the resource pattern value to `properties/{property}` for the resource definition `analyticsadmin.googleapis.com/Property`
PiperOrigin-RevId: 580634757
2023-11-08 13:16:25 -08:00
|
|
|
- selector: google.analytics.data.v1alpha.AlphaAnalyticsData.SheetExportAudienceList
|
|
|
|
|
oauth:
|
|
|
|
|
canonical_scopes: |-
|
|
|
|
|
https://www.googleapis.com/auth/analytics,
|
|
|
|
|
https://www.googleapis.com/auth/analytics.readonly,
|
|
|
|
|
https://www.googleapis.com/auth/drive,
|
|
|
|
|
https://www.googleapis.com/auth/drive.file,
|
|
|
|
|
https://www.googleapis.com/auth/spreadsheets
|
2024-01-23 09:33:41 -08:00
|
|
|
- selector: 'google.longrunning.Operations.*'
|
|
|
|
|
oauth:
|
|
|
|
|
canonical_scopes: |-
|
|
|
|
|
https://www.googleapis.com/auth/analytics,
|
|
|
|
|
https://www.googleapis.com/auth/analytics.readonly
|