openapi: 3.0.0 info: contact: name: Google url: https://google.com x-twitter: youtube description: 'Manage properties 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.' license: name: Creative Commons Attribution 3.0 url: http://creativecommons.org/licenses/by/3.0/ termsOfService: https://developers.google.com/terms/ title: Google Analytics Admin accounts properties API version: v1beta x-apisguru-categories: - analytics - media x-logo: url: https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg x-origin: - format: google url: https://analyticsadmin.googleapis.com/$discovery/rest?version=v1beta version: v1 x-preferred: true x-providerName: googleapis.com x-serviceName: analyticsadmin servers: - url: https://analyticsadmin.googleapis.com/ tags: - name: properties paths: /v1beta/properties: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: 'Returns child Properties under the specified parent Account. Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.' operationId: analyticsadmin.properties.list parameters: - description: 'Required. An expression for filtering the results of the request. Fields eligible for filtering are: `parent:`(The resource name of the parent account/property) or `ancestor:`(The resource name of the parent account) or `firebase_project:`(The id or number of the linked firebase project). Some examples of filters: ``` | Filter | Description | |-----------------------------|-------------------------------------------| | parent:accounts/123 | The account with account id: 123. | | parent:properties/123 | The property with property id: 123. | | ancestor:accounts/123 | The account with account id: 123. | | firebase_project:project-id | The firebase project with id: project-id. | | firebase_project:123 | The firebase project with number: 123. | ```' in: query name: filter schema: type: string example: example_value - description: The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListProperties` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProperties` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token - description: 'Whether to include soft-deleted (ie: "trashed") Properties in the results. Properties can be inspected to determine whether they are deleted or not.' in: query name: showDeleted schema: type: boolean example: true responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListPropertiesResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates an "GA4" property with the specified location and attributes. operationId: analyticsadmin.properties.create requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaProperty' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaProperty' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{entity}:runAccessReport: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents). operationId: analyticsadmin.properties.runAccessReport parameters: - description: The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if "123" is your GA4 property ID. To request at the account level, entity should be for example 'accounts/1234' if "1234" is your GA4 Account ID. in: path name: entity required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaRunAccessReportRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaRunAccessReportResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{name}: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' delete: description: Deletes a GoogleAdsLink on a property operationId: analyticsadmin.properties.googleAdsLinks.delete parameters: - description: 'Required. Example format: properties/1234/googleAdsLinks/5678' in: path name: name required: true schema: type: string example: Example Name responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleProtobufEmpty' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK get: description: Lookup for a single "GA4" MeasurementProtocolSecret. operationId: analyticsadmin.properties.dataStreams.measurementProtocolSecrets.get parameters: - description: 'Required. The name of the measurement protocol secret to lookup. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}' in: path name: name required: true schema: type: string example: Example Name responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK patch: description: Updates a GoogleAdsLink on a property operationId: analyticsadmin.properties.googleAdsLinks.patch parameters: - description: 'Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.' in: path name: name required: true schema: type: string example: Example Name - description: Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. in: query name: updateMask schema: type: string example: '2026-04-17' requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaGoogleAdsLink' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaGoogleAdsLink' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{name}:archive: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Archives a CustomMetric on a property. operationId: analyticsadmin.properties.customMetrics.archive parameters: - description: 'Required. The name of the CustomMetric to archive. Example format: properties/1234/customMetrics/5678' in: path name: name required: true schema: type: string example: Example Name requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleProtobufEmpty' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/conversionEvents: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Returns a list of conversion events in the specified parent property. Returns an empty list if no conversion events are found. operationId: analyticsadmin.properties.conversionEvents.list parameters: - description: 'Required. The resource name of the parent property. Example: ''properties/123''' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListConversionEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConversionEvents` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListConversionEventsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a conversion event with the specified attributes. operationId: analyticsadmin.properties.conversionEvents.create parameters: - description: 'Required. The resource name of the parent property where this conversion event will be created. Format: properties/123' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaConversionEvent' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaConversionEvent' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/customDimensions: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Lists CustomDimensions on a property. operationId: analyticsadmin.properties.customDimensions.list parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListCustomDimensions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomDimensions` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListCustomDimensionsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a CustomDimension. operationId: analyticsadmin.properties.customDimensions.create parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaCustomDimension' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaCustomDimension' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/customMetrics: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Lists CustomMetrics on a property. operationId: analyticsadmin.properties.customMetrics.list parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListCustomMetrics` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomMetrics` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListCustomMetricsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a CustomMetric. operationId: analyticsadmin.properties.customMetrics.create parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaCustomMetric' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaCustomMetric' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/dataStreams: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Lists DataStreams on a property. operationId: analyticsadmin.properties.dataStreams.list parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListDataStreams` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDataStreams` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListDataStreamsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a DataStream. operationId: analyticsadmin.properties.dataStreams.create parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaDataStream' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaDataStream' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/firebaseLinks: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink. operationId: analyticsadmin.properties.firebaseLinks.list parameters: - description: 'Required. Format: properties/{property_id} Example: properties/1234' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFirebaseLinks` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListFirebaseLinksResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a FirebaseLink. Properties can have at most one FirebaseLink. operationId: analyticsadmin.properties.firebaseLinks.create parameters: - description: 'Required. Format: properties/{property_id} Example: properties/1234' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaFirebaseLink' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaFirebaseLink' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/googleAdsLinks: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Lists GoogleAdsLinks on a property. operationId: analyticsadmin.properties.googleAdsLinks.list parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListGoogleAdsLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGoogleAdsLinks` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a GoogleAdsLink. operationId: analyticsadmin.properties.googleAdsLinks.create parameters: - description: 'Required. Example format: properties/1234' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaGoogleAdsLink' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaGoogleAdsLink' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/measurementProtocolSecrets: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Returns child MeasurementProtocolSecrets under the specified parent Property. operationId: analyticsadmin.properties.dataStreams.measurementProtocolSecrets.list parameters: - description: 'Required. The resource name of the parent stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets' in: path name: parent required: true schema: type: string example: example_value - description: The maximum number of resources to return. If unspecified, at most 10 resources will be returned. The maximum value is 10. Higher values will be coerced to the maximum. in: query name: pageSize schema: type: integer example: 10 - description: A page token, received from a previous `ListMeasurementProtocolSecrets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMeasurementProtocolSecrets` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates a measurement protocol secret. operationId: analyticsadmin.properties.dataStreams.measurementProtocolSecrets.create parameters: - description: 'Required. The parent resource where this secret will be created. Format: properties/{property}/dataStreams/{dataStream}' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:acknowledgeUserDataCollection: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created. operationId: analyticsadmin.properties.acknowledgeUserDataCollection parameters: - description: Required. The property for which to acknowledge user data collection. in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics.edit Oauth2c: - https://www.googleapis.com/auth/analytics.edit tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{name}:query: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Retrieves an audience export of users. After creating an audience, the users are not immediately available for exporting. First, a request to `CreateAudienceExport` is necessary to create an audience export of users, and then second, this method is used to retrieve the users in the audience export. See [Creating an Audience Export](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics) for an introduction to Audience Exports with examples. Audiences in Google Analytics 4 allow you to segment your users in the ways that are important to your business. To learn more, see https://support.google.com/analytics/answer/9267572. Audience Export APIs have some methods at alpha and other methods at beta stability. The intention is to advance methods to beta stability after some feedback and adoption. To give your feedback on this API, complete the [Google Analytics Audience Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form. operationId: analyticsdata.properties.audienceExports.query parameters: - description: 'Required. The name of the audience export to retrieve users from. Format: `properties/{property}/audienceExports/{audience_export}`' in: path name: name required: true schema: type: string example: Example Name requestBody: content: application/json: schema: $ref: '#/components/schemas/QueryAudienceExportRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/QueryAudienceExportResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{parent}/audienceExports: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' get: description: Lists all audience exports for a property. This method can be used for you to find and reuse existing audience exports rather than creating unnecessary new audience exports. The same audience can have multiple audience exports that represent the export of users that were in an audience on different days. See [Creating an Audience Export](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics) for an introduction to Audience Exports with examples. Audience Export APIs have some methods at alpha and other methods at beta stability. The intention is to advance methods to beta stability after some feedback and adoption. To give your feedback on this API, complete the [Google Analytics Audience Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form. operationId: analyticsdata.properties.audienceExports.list parameters: - description: 'Required. All audience exports for this property will be listed in the response. Format: `properties/{property}`' in: path name: parent required: true schema: type: string example: example_value - description: Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (higher values will be coerced to the maximum). in: query name: pageSize schema: type: integer example: 10 - description: Optional. A page token, received from a previous `ListAudienceExports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAudienceExports` must match the call that provided the page token. in: query name: pageToken schema: type: string example: abc123token responses: '200': content: application/json: schema: $ref: '#/components/schemas/ListAudienceExportsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK post: description: Creates an audience export for later retrieval. This method quickly returns the audience export's resource name and initiates a long running asynchronous request to form an audience export. To export the users in an audience export, first create the audience export through this method and then send the audience resource name to the `QueryAudienceExport` method. See [Creating an Audience Export](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics) for an introduction to Audience Exports with examples. An audience export is a snapshot of the users currently in the audience at the time of audience export creation. Creating audience exports for one audience on different days will return different results as users enter and exit the audience. Audiences in Google Analytics 4 allow you to segment your users in the ways that are important to your business. To learn more, see https://support.google.com/analytics/answer/9267572. Audience exports contain the users in each audience. Audience Export APIs have some methods at alpha and other methods at beta stability. The intention is to advance methods to beta stability after some feedback and adoption. To give your feedback on this API, complete the [Google Analytics Audience Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form. operationId: analyticsdata.properties.audienceExports.create parameters: - description: 'Required. The parent resource where this audience export will be created. Format: `properties/{property}`' in: path name: parent required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/AudienceExport' responses: '200': content: application/json: schema: $ref: '#/components/schemas/Operation' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:batchRunPivotReports: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Returns multiple pivot reports in a batch. All reports must be for the same GA4 Property. operationId: analyticsdata.properties.batchRunPivotReports parameters: - description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunPivotReportRequest may either be unspecified or consistent with this property. Example: properties/1234' in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/BatchRunPivotReportsRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/BatchRunPivotReportsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:batchRunReports: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Returns multiple reports in a batch. All reports must be for the same GA4 Property. operationId: analyticsdata.properties.batchRunReports parameters: - description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). This property must be specified for the batch. The property within RunReportRequest may either be unspecified or consistent with this property. Example: properties/1234' in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/BatchRunReportsRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/BatchRunReportsResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:checkCompatibility: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: This compatibility method lists dimensions and metrics that can be added to a report request and maintain compatibility. This method fails if the request's dimensions and metrics are incompatible. In Google Analytics, reports fail if they request incompatible dimensions and/or metrics; in that case, you will need to remove dimensions and/or metrics from the incompatible report until the report is compatible. The Realtime and Core reports have different compatibility rules. This method checks compatibility for Core reports. operationId: analyticsdata.properties.checkCompatibility parameters: - description: 'A Google Analytics GA4 property identifier whose events are tracked. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). `property` should be the same value as in your `runReport` request. Example: properties/1234' in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/CheckCompatibilityRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/CheckCompatibilityResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:runPivotReport: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Returns a customized pivot report of your Google Analytics event data. Pivot reports are more advanced and expressive formats than regular reports. In a pivot report, dimensions are only visible if they are included in a pivot. Multiple pivots can be specified to further dissect your data. operationId: analyticsdata.properties.runPivotReport parameters: - description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a batch request, this property should either be unspecified or consistent with the batch-level property. Example: properties/1234' in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/RunPivotReportRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/RunPivotReportResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:runRealtimeReport: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics. Realtime reports show events and usage data for the periods of time ranging from the present moment to 30 minutes ago (up to 60 minutes for Google Analytics 360 properties). For a guide to constructing realtime requests & understanding responses, see [Creating a Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-basics). operationId: analyticsdata.properties.runRealtimeReport parameters: - description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Example: properties/1234' in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/RunRealtimeReportRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/RunRealtimeReportResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK /v1beta/{property}:runReport: parameters: - $ref: '#/components/parameters/_.xgafv' - $ref: '#/components/parameters/access_token' - $ref: '#/components/parameters/alt' - $ref: '#/components/parameters/callback' - $ref: '#/components/parameters/fields' - $ref: '#/components/parameters/key' - $ref: '#/components/parameters/oauth_token' - $ref: '#/components/parameters/prettyPrint' - $ref: '#/components/parameters/quotaUser' - $ref: '#/components/parameters/upload_protocol' - $ref: '#/components/parameters/uploadType' post: description: Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count. Dimensions break down metrics across some common criteria, such as country or event name. For a guide to constructing requests & understanding responses, see [Creating a Report](https://developers.google.com/analytics/devguides/reporting/data/v1/basics). operationId: analyticsdata.properties.runReport parameters: - description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a batch request, this property should either be unspecified or consistent with the batch-level property. Example: properties/1234' in: path name: property required: true schema: type: string example: example_value requestBody: content: application/json: schema: $ref: '#/components/schemas/RunReportRequest' responses: '200': content: application/json: schema: $ref: '#/components/schemas/RunReportResponse' description: Successful response security: - Oauth2: - https://www.googleapis.com/auth/analytics Oauth2c: - https://www.googleapis.com/auth/analytics - Oauth2: - https://www.googleapis.com/auth/analytics.readonly Oauth2c: - https://www.googleapis.com/auth/analytics.readonly tags: - properties x-microcks-operation: delay: 0 dispatcher: FALLBACK components: schemas: GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData: description: Data specific to iOS app streams. properties: bundleId: description: 'Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"' type: string firebaseAppId: description: Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated. readOnly: true type: string type: object QueryAudienceExportRequest: description: A request to list users in an audience export. properties: limit: description: Optional. The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 250,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int64 type: string offset: description: Optional. The row count of the start row. The first row is counted as row 0. When paging, the first request does not specify offset; or equivalently, sets offset to 0; the first request returns the first `limit` of rows. The second request sets offset to the `limit` of the first request; the second request returns the second `limit` of rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int64 type: string type: object GoogleAnalyticsAdminV1betaAccessQuota: description: Current state of all quotas for this Analytics property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors. properties: concurrentRequests: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus' description: Properties can use up to 50 concurrent requests. serverErrorsPerProjectPerHour: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus' description: Properties and cloud project pairs can have up to 50 server errors per hour. tokensPerDay: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus' description: Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens. tokensPerHour: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus' description: Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. tokensPerProjectPerHour: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuotaStatus' description: Properties can use up to 25% of their tokens per project per hour. This amounts to Analytics 360 Properties can use 12,500 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. type: object CohortsRange: description: Configures the extended reporting date range for a cohort report. Specifies an offset duration to follow the cohorts over. properties: endOffset: description: Required. `endOffset` specifies the end date of the extended reporting date range for a cohort report. `endOffset` can be any positive integer but is commonly set to 5 to 10 so that reports contain data on the cohort for the next several granularity time periods. If `granularity` is `DAILY`, the `endDate` of the extended reporting date range is `endDate` of the cohort plus `endOffset` days. If `granularity` is `WEEKLY`, the `endDate` of the extended reporting date range is `endDate` of the cohort plus `endOffset * 7` days. If `granularity` is `MONTHLY`, the `endDate` of the extended reporting date range is `endDate` of the cohort plus `endOffset * 30` days. format: int32 type: integer example: 0 granularity: description: Required. The granularity used to interpret the `startOffset` and `endOffset` for the extended reporting date range for a cohort report. enum: - GRANULARITY_UNSPECIFIED - DAILY - WEEKLY - MONTHLY type: string example: GRANULARITY_UNSPECIFIED startOffset: description: '`startOffset` specifies the start date of the extended reporting date range for a cohort report. `startOffset` is commonly set to 0 so that reports contain data from the acquisition of the cohort forward. If `granularity` is `DAILY`, the `startDate` of the extended reporting date range is `startDate` of the cohort plus `startOffset` days. If `granularity` is `WEEKLY`, the `startDate` of the extended reporting date range is `startDate` of the cohort plus `startOffset * 7` days. If `granularity` is `MONTHLY`, the `startDate` of the extended reporting date range is `startDate` of the cohort plus `startOffset * 30` days.' format: int32 type: integer example: 0 type: object CheckCompatibilityRequest: description: The request for compatibility information for a report's dimensions and metrics. Check compatibility provides a preview of the compatibility of a report; fields shared with the `runReport` request should be the same values as in your `runReport` request. properties: compatibilityFilter: description: 'Filters the dimensions and metrics in the response to just this compatibility. Commonly used as `”compatibilityFilter”: “COMPATIBLE”` to only return compatible dimensions & metrics.' enum: - COMPATIBILITY_UNSPECIFIED - COMPATIBLE - INCOMPATIBLE type: string example: COMPATIBILITY_UNSPECIFIED dimensionFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of dimensions. `dimensionFilter` should be the same value as in your `runReport` request. dimensions: description: The dimensions in this report. `dimensions` should be the same value as in your `runReport` request. items: $ref: '#/components/schemas/Dimension' type: array metricFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of metrics. `metricFilter` should be the same value as in your `runReport` request metrics: description: The metrics in this report. `metrics` should be the same value as in your `runReport` request. items: $ref: '#/components/schemas/Metric' type: array type: object GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionRequest: description: Request message for AcknowledgeUserDataCollection RPC. properties: acknowledgement: description: 'Required. An acknowledgement that the caller of this method understands the terms of user data collection. This field must contain the exact value: "I acknowledge that I have the necessary privacy disclosures and rights from my end users for the collection and processing of their data, including the association of such data with the visitation information Google Analytics collects from my site and/or app property."' type: string example: example_value type: object OrderBy: description: Order bys define how rows will be sorted in the response. For example, ordering rows by descending event count is one ordering, and ordering rows by the event name string is a different ordering. properties: desc: description: If true, sorts by descending order. type: boolean dimension: $ref: '#/components/schemas/DimensionOrderBy' description: Sorts results by a dimension's values. metric: $ref: '#/components/schemas/MetricOrderBy' description: Sorts results by a metric's values. pivot: $ref: '#/components/schemas/PivotOrderBy' description: Sorts results by a metric's values within a pivot column group. type: object GoogleProtobufEmpty: description: 'A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }' properties: {} type: object GoogleAnalyticsAdminV1betaListCustomDimensionsResponse: description: Response message for ListCustomDimensions RPC. properties: customDimensions: description: List of CustomDimensions. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaCustomDimension' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string type: object DimensionHeader: description: Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers. properties: name: description: The dimension's name. type: string example: Example Name type: object ResponseMetaData: description: Response's metadata carrying additional information about the report content. properties: currencyCode: description: The currency code used in this report. Intended to be used in formatting currency metrics like `purchaseRevenue` for visualization. If currency_code was specified in the request, this response parameter will echo the request parameter; otherwise, this response parameter is the property's current currency_code. Currency codes are string encodings of currency types from the ISO 4217 standard (https://en.wikipedia.org/wiki/ISO_4217); for example "USD", "EUR", "JPY". To learn more, see https://support.google.com/analytics/answer/9796179. type: string dataLossFromOtherRow: description: If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports. The metadata parameter dataLossFromOtherRow is populated based on the aggregated data table used in the report. The parameter will be accurately populated regardless of the filters and limits in the report. For example, the (other) row could be dropped from the report because the request contains a filter on sessionSource = google. This parameter will still be populated if data loss from other row was present in the input aggregate data used to generate this report. To learn more, see [About the (other) row and data sampling](https://support.google.com/analytics/answer/13208658#reports). type: boolean emptyReason: description: If empty reason is specified, the report is empty for this reason. type: string samplingMetadatas: description: If this report results is [sampled](https://support.google.com/analytics/answer/13331292), this describes the percentage of events used in this report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined. items: $ref: '#/components/schemas/SamplingMetadata' type: array schemaRestrictionResponse: $ref: '#/components/schemas/SchemaRestrictionResponse' description: Describes the schema restrictions actively enforced in creating this report. To learn more, see [Access and data-restriction management](https://support.google.com/analytics/answer/10851388). subjectToThresholding: description: If `subjectToThresholding` is true, this report is subject to thresholding and only returns data that meets the minimum aggregation thresholds. It is possible for a request to be subject to thresholding thresholding and no data is absent from the report, and this happens when all data is above the thresholds. To learn more, see [Data thresholds](https://support.google.com/analytics/answer/9383630). type: boolean timeZone: description: The property's current timezone. Intended to be used to interpret time-based dimensions like `hour` and `minute`. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo". type: string type: object GoogleAnalyticsAdminV1betaAccessMetric: description: The quantitative measurements of a report. For example, the metric `accessCount` is the total number of data access records. properties: metricName: description: The API name of the metric. See [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) for the list of metrics supported in this API. Metrics are referenced by name in `metricFilter` & `orderBys`. type: string example: Example Name type: object CheckCompatibilityResponse: description: The compatibility response with the compatibility of each dimension & metric. properties: dimensionCompatibilities: description: The compatibility of each dimension. items: $ref: '#/components/schemas/DimensionCompatibility' type: array metricCompatibilities: description: The compatibility of each metric. items: $ref: '#/components/schemas/MetricCompatibility' type: array type: object GoogleAnalyticsAdminV1betaAccessOrderBy: description: Order bys define how rows will be sorted in the response. For example, ordering rows by descending access count is one ordering, and ordering rows by the country string is a different ordering. properties: desc: description: If true, sorts by descending order. If false or unspecified, sorts in ascending order. type: boolean example: true dimension: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy' description: Sorts results by a dimension's values. metric: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy' description: Sorts results by a metric's values. type: object GoogleAnalyticsAdminV1betaRunAccessReportRequest: description: The request for a Data Access Record Report. properties: dateRanges: description: Date ranges of access records to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the access records for the overlapping days is included in the response rows for both date ranges. Requests are allowed up to 2 date ranges. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessDateRange' type: array dimensionFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpression' description: Dimension filters let you restrict report response to specific dimension values which match the filter. For example, filtering on access records of a single user. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter. dimensions: description: The dimensions requested and displayed in the response. Requests are allowed up to 9 dimensions. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessDimension' type: array expandGroups: description: Optional. Decides whether to return the users within user groups. This field works only when include_all_users is set to true. If true, it will return all users with access to the specified property or account. If false, only the users with direct access will be returned. type: boolean includeAllUsers: description: Optional. Determines whether to include users who have never made an API call in the response. If true, all users with access to the specified property or account are included in the response, regardless of whether they have made an API call or not. If false, only the users who have made an API call will be included. type: boolean limit: description: The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 100,000 rows per request, no matter how many you ask for. `limit` must be positive. The API may return fewer rows than the requested `limit`, if there aren't as many remaining rows as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int64 type: string metricFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpression' description: Metric filters allow you to restrict report response to specific metric values which match the filter. Metric filters are applied after aggregating the report's rows, similar to SQL having-clause. Dimensions cannot be used in this filter. metrics: description: The metrics requested and displayed in the response. Requests are allowed up to 10 metrics. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessMetric' type: array offset: description: The row count of the start row. The first row is counted as row 0. If offset is unspecified, it is treated as 0. If offset is zero, then this method will return the first page of results with `limit` entries. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int64 type: string orderBys: description: Specifies how rows are ordered in the response. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessOrderBy' type: array returnEntityQuota: description: Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [AccessQuota](#AccessQuota). For account-level requests, this field must be false. type: boolean timeZone: description: This request's time zone if specified. If unspecified, the property's time zone is used. The request's time zone is used to interpret the start & end dates of the report. Formatted as strings from the IANA Time Zone database (https://www.iana.org/time-zones); for example "America/New_York" or "Asia/Tokyo". type: string type: object MetricMetadata: description: Explains a metric. properties: apiName: description: A metric name. Useable in [Metric](#Metric)'s `name`. For example, `eventCount`. type: string blockedReasons: description: If reasons are specified, your access is blocked to this metric for this property. API requests from you to this property for this metric will succeed; however, the report will contain only zeros for this metric. API requests with metric filters on blocked metrics will fail. If reasons are empty, you have access to this metric. To learn more, see [Access and data-restriction management](https://support.google.com/analytics/answer/10851388). items: enum: - BLOCKED_REASON_UNSPECIFIED - NO_REVENUE_METRICS - NO_COST_METRICS type: string type: array category: description: The display name of the category that this metrics belongs to. Similar dimensions and metrics are categorized together. type: string customDefinition: description: True if the metric is a custom metric for this property. type: boolean deprecatedApiNames: description: Still usable but deprecated names for this metric. If populated, this metric is available by either `apiName` or one of `deprecatedApiNames` for a period of time. After the deprecation period, the metric will be available only by `apiName`. items: type: string type: array description: description: Description of how this metric is used and calculated. type: string expression: description: The mathematical expression for this derived metric. Can be used in [Metric](#Metric)'s `expression` field for equivalent reports. Most metrics are not expressions, and for non-expressions, this field is empty. type: string type: description: The type of this metric. enum: - METRIC_TYPE_UNSPECIFIED - TYPE_INTEGER - TYPE_FLOAT - TYPE_SECONDS - TYPE_MILLISECONDS - TYPE_MINUTES - TYPE_HOURS - TYPE_STANDARD - TYPE_CURRENCY - TYPE_FEET - TYPE_MILES - TYPE_METERS - TYPE_KILOMETERS type: string uiName: description: This metric's name within the Google Analytics user interface. For example, `Event count`. type: string type: object GoogleAnalyticsAdminV1betaDataStream: description: A resource message representing a data stream. properties: androidAppStreamData: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData' description: Data specific to Android app streams. Must be populated if type is ANDROID_APP_DATA_STREAM. createTime: description: Output only. Time when this stream was originally created. format: google-datetime readOnly: true type: string displayName: description: Human-readable display name for the Data Stream. Required for web data streams. The max allowed display name length is 255 UTF-16 code units. type: string iosAppStreamData: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaDataStreamIosAppStreamData' description: Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM. name: description: 'Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000"' readOnly: true type: string type: description: Required. Immutable. The type of this DataStream resource. enum: - DATA_STREAM_TYPE_UNSPECIFIED - WEB_DATA_STREAM - ANDROID_APP_DATA_STREAM - IOS_APP_DATA_STREAM type: string updateTime: description: Output only. Time when stream payload fields were last updated. format: google-datetime readOnly: true type: string webStreamData: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaDataStreamWebStreamData' description: Data specific to web streams. Must be populated if type is WEB_DATA_STREAM. type: object QuotaStatus: description: Current state for a particular quota group. properties: consumed: description: Quota consumed by this request. format: int32 type: integer remaining: description: Quota remaining after this request. format: int32 type: integer type: object GoogleAnalyticsAdminV1betaListGoogleAdsLinksResponse: description: Response message for ListGoogleAdsLinks RPC. properties: googleAdsLinks: description: List of GoogleAdsLinks. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaGoogleAdsLink' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string type: object DimensionCompatibility: description: The compatibility for a single dimension. properties: compatibility: description: The compatibility of this dimension. If the compatibility is COMPATIBLE, this dimension can be successfully added to the report. enum: - COMPATIBILITY_UNSPECIFIED - COMPATIBLE - INCOMPATIBLE type: string example: COMPATIBILITY_UNSPECIFIED dimensionMetadata: $ref: '#/components/schemas/DimensionMetadata' description: The dimension metadata contains the API name for this compatibility information. The dimension metadata also contains other helpful information like the UI name and description. type: object NumericFilter: description: Filters for numeric or date values. properties: operation: description: The operation type for this filter. enum: - OPERATION_UNSPECIFIED - EQUAL - LESS_THAN - LESS_THAN_OR_EQUAL - GREATER_THAN - GREATER_THAN_OR_EQUAL type: string value: $ref: '#/components/schemas/NumericValue' description: A numeric value or a date value. type: object GoogleAnalyticsAdminV1betaAccessDimensionValue: description: The value of a dimension. properties: value: description: The dimension value. For example, this value may be 'France' for the 'country' dimension. type: string example: example_value type: object RunRealtimeReportResponse: description: The response realtime report table corresponding to a request. properties: dimensionHeaders: description: Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. items: $ref: '#/components/schemas/DimensionHeader' type: array kind: description: Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runRealtimeReport". Useful to distinguish between response types in JSON. type: string maximums: description: If requested, the maximum values of metrics. items: $ref: '#/components/schemas/Row' type: array metricHeaders: description: Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. items: $ref: '#/components/schemas/MetricHeader' type: array minimums: description: If requested, the minimum values of metrics. items: $ref: '#/components/schemas/Row' type: array propertyQuota: $ref: '#/components/schemas/PropertyQuota' description: This Analytics Property's Realtime quota state including this request. rowCount: description: The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response and the `limit` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. format: int32 type: integer rows: description: Rows of dimension value combinations and metric values in the report. items: $ref: '#/components/schemas/Row' type: array totals: description: If requested, the totaled values of metrics. items: $ref: '#/components/schemas/Row' type: array type: object GoogleAnalyticsAdminV1betaConversionEvent: description: A conversion event in a Google Analytics property. properties: countingMethod: description: Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to `ONCE_PER_EVENT`. enum: - CONVERSION_COUNTING_METHOD_UNSPECIFIED - ONCE_PER_EVENT - ONCE_PER_SESSION type: string example: CONVERSION_COUNTING_METHOD_UNSPECIFIED createTime: description: Output only. Time when this conversion event was created in the property. format: google-datetime readOnly: true type: string example: '2026-04-17T12:00:00Z' custom: description: Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property. readOnly: true type: boolean example: true defaultConversionValue: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue' description: Optional. Defines a default value/currency for a conversion event. deletable: description: Output only. If set, this event can currently be deleted with DeleteConversionEvent. readOnly: true type: boolean example: true eventName: description: 'Immutable. The event name for this conversion event. Examples: ''click'', ''purchase''' type: string example: Example Name name: description: 'Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}' readOnly: true type: string example: Example Name type: object SamplingMetadata: description: If this report results is [sampled](https://support.google.com/analytics/answer/13331292), this describes the percentage of events used in this report. Sampling is the practice of analyzing a subset of all data in order to uncover the meaningful information in the larger data set. properties: samplesReadCount: description: The total number of events read in this sampled report for a date range. This is the size of the subset this property's data that was analyzed in this report. format: int64 type: string samplingSpaceSize: description: The total number of events present in this property's data that could have been analyzed in this report for a date range. Sampling uncovers the meaningful information about the larger data set, and this is the size of the larger data set. To calculate the percentage of available data that was used in this report, compute `samplesReadCount/samplingSpaceSize`. format: int64 type: string type: object GoogleAnalyticsAdminV1betaListConversionEventsResponse: description: Response message for ListConversionEvents RPC. properties: conversionEvents: description: The requested conversion events items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaConversionEvent' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string type: object GoogleAnalyticsAdminV1betaAccessFilterExpressionList: description: A list of filter expressions. properties: expressions: description: A list of filter expressions. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpression' type: array type: object Operation: description: This resource represents a long-running operation that is the result of a network API call. properties: done: description: If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available. type: boolean error: $ref: '#/components/schemas/Status' description: The error result of the operation in case of failure or cancellation. metadata: additionalProperties: description: Properties of the object. Contains field @type with type URL. description: Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any. type: object name: description: The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`. type: string response: additionalProperties: description: Properties of the object. Contains field @type with type URL. description: The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`. type: object type: object GoogleAnalyticsAdminV1betaAccessNumericFilter: description: Filters for numeric or date values. properties: operation: description: The operation type for this filter. enum: - OPERATION_UNSPECIFIED - EQUAL - LESS_THAN - LESS_THAN_OR_EQUAL - GREATER_THAN - GREATER_THAN_OR_EQUAL type: string example: OPERATION_UNSPECIFIED value: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaNumericValue' description: A numeric value or a date value. type: object BetweenFilter: description: To express that the result needs to be between two numbers (inclusive). properties: fromValue: $ref: '#/components/schemas/NumericValue' description: Begins with this number. toValue: $ref: '#/components/schemas/NumericValue' description: Ends with this number. type: object GoogleAnalyticsAdminV1betaAccessMetricValue: description: The value of a metric. properties: value: description: The measurement value. For example, this value may be '13'. type: string example: example_value type: object MinuteRange: description: 'A contiguous set of minutes: `startMinutesAgo`, `startMinutesAgo + 1`, ..., `endMinutesAgo`. Requests are allowed up to 2 minute ranges.' properties: endMinutesAgo: description: 'The inclusive end minute for the query as a number of minutes before now. Cannot be before `startMinutesAgo`. For example, `"endMinutesAgo": 15` specifies the report should include event data from prior to 15 minutes ago. If unspecified, `endMinutesAgo` is defaulted to 0. Standard Analytics properties can request any minute in the last 30 minutes of event data (`endMinutesAgo <= 29`), and 360 Analytics properties can request any minute in the last 60 minutes of event data (`endMinutesAgo <= 59`).' format: int32 type: integer name: description: 'Assigns a name to this minute range. The dimension `dateRange` is valued to this name in a report response. If set, cannot begin with `date_range_` or `RESERVED_`. If not set, minute ranges are named by their zero based index in the request: `date_range_0`, `date_range_1`, etc.' type: string startMinutesAgo: description: 'The inclusive start minute for the query as a number of minutes before now. For example, `"startMinutesAgo": 29` specifies the report should include event data from 29 minutes ago and after. Cannot be after `endMinutesAgo`. If unspecified, `startMinutesAgo` is defaulted to 29. Standard Analytics properties can request up to the last 30 minutes of event data (`startMinutesAgo <= 29`), and 360 Analytics properties can request up to the last 60 minutes of event data (`startMinutesAgo <= 59`).' format: int32 type: integer type: object StringFilter: description: The filter for string properties: caseSensitive: description: If true, the string value is case sensitive. type: boolean matchType: description: The match type for this filter. enum: - MATCH_TYPE_UNSPECIFIED - EXACT - BEGINS_WITH - ENDS_WITH - CONTAINS - FULL_REGEXP - PARTIAL_REGEXP type: string value: description: The string value used for the matching. type: string type: object GoogleAnalyticsAdminV1betaFirebaseLink: description: A link between a GA4 property and a Firebase project. properties: createTime: description: Output only. Time when this FirebaseLink was originally created. format: google-datetime readOnly: true type: string name: description: 'Output only. Example format: properties/1234/firebaseLinks/5678' readOnly: true type: string project: description: 'Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: ''projects/{project number}'' Example: ''projects/1234''' type: string type: object FilterExpression: description: To express dimension or metric filters. The fields in the same FilterExpression need to be either all dimensions or all metrics. properties: andGroup: $ref: '#/components/schemas/FilterExpressionList' description: The FilterExpressions in and_group have an AND relationship. filter: $ref: '#/components/schemas/Filter' description: A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics. notExpression: $ref: '#/components/schemas/FilterExpression' description: The FilterExpression is NOT of not_expression. orGroup: $ref: '#/components/schemas/FilterExpressionList' description: The FilterExpressions in or_group have an OR relationship. type: object QueryAudienceExportResponse: description: A list of users in an audience export. properties: audienceExport: $ref: '#/components/schemas/AudienceExport' description: Configuration data about AudienceExport being queried. Returned to help interpret the audience rows in this response. For example, the dimensions in this AudienceExport correspond to the columns in the AudienceRows. audienceRows: description: Rows for each user in an audience export. The number of rows in this response will be less than or equal to request's page size. items: $ref: '#/components/schemas/V1betaAudienceRow' type: array rowCount: description: The total number of rows in the AudienceExport result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int32 type: integer type: object GoogleAnalyticsAdminV1betaListFirebaseLinksResponse: description: Response message for ListFirebaseLinks RPC properties: firebaseLinks: description: List of FirebaseLinks. This will have at most one value. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaFirebaseLink' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. Currently, Google Analytics supports only one FirebaseLink per property, so this will never be populated. type: string type: object CaseExpression: description: Used to convert a dimension value to a single case. properties: dimensionName: description: Name of a dimension. The name must refer back to a name in dimensions field of the request. type: string example: Example Name type: object RunRealtimeReportRequest: description: The request to generate a realtime report. properties: dimensionFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of dimensions. Metrics cannot be used in this filter. dimensions: description: The dimensions requested and displayed. items: $ref: '#/components/schemas/Dimension' type: array limit: description: The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 250,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. format: int64 type: string metricAggregations: description: Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)". items: enum: - METRIC_AGGREGATION_UNSPECIFIED - TOTAL - MINIMUM - MAXIMUM - COUNT type: string type: array metricFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Dimensions cannot be used in this filter. metrics: description: The metrics requested and displayed. items: $ref: '#/components/schemas/Metric' type: array minuteRanges: description: The minute ranges of event data to read. If unspecified, one minute range for the last 30 minutes will be used. If multiple minute ranges are requested, each response row will contain a zero based minute range index. If two minute ranges overlap, the event data for the overlapping minutes is included in the response rows for both minute ranges. items: $ref: '#/components/schemas/MinuteRange' type: array orderBys: description: Specifies how rows are ordered in the response. items: $ref: '#/components/schemas/OrderBy' type: array returnPropertyQuota: description: Toggles whether to return the current state of this Analytics Property's Realtime quota. Quota is returned in [PropertyQuota](#PropertyQuota). type: boolean type: object GoogleAnalyticsAdminV1betaDataStreamAndroidAppStreamData: description: Data specific to Android app streams. properties: firebaseAppId: description: Output only. ID of the corresponding Android app in Firebase, if any. This ID can change if the Android app is deleted and recreated. readOnly: true type: string packageName: description: 'Immutable. The package name for the app being measured. Example: "com.example.myandroidapp"' type: string type: object GoogleAnalyticsAdminV1betaListDataStreamsResponse: description: Response message for ListDataStreams RPC. properties: dataStreams: description: List of DataStreams. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaDataStream' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string type: object GoogleAnalyticsAdminV1betaListPropertiesResponse: description: Response message for ListProperties RPC. properties: nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string properties: description: Results that matched the filter criteria and were accessible to the caller. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaProperty' type: array type: object SchemaRestrictionResponse: description: The schema restrictions actively enforced in creating this report. To learn more, see [Access and data-restriction management](https://support.google.com/analytics/answer/10851388). properties: activeMetricRestrictions: description: All restrictions actively enforced in creating the report. For example, `purchaseRevenue` always has the restriction type `REVENUE_DATA`. However, this active response restriction is only populated if the user's custom role disallows access to `REVENUE_DATA`. items: $ref: '#/components/schemas/ActiveMetricRestriction' type: array type: object Metric: description: The quantitative measurements of a report. For example, the metric `eventCount` is the total number of events. Requests are allowed up to 10 metrics. properties: expression: description: A mathematical expression for derived metrics. For example, the metric Event count per user is `eventCount/totalUsers`. type: string invisible: description: Indicates if a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in `metricFilter`, `orderBys`, or a metric `expression`. type: boolean name: description: The name of the metric. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of metric names supported by core reporting methods such as `runReport` and `batchRunReports`. See [Realtime Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-api-schema#metrics) for the list of metric names supported by the `runRealtimeReport` method. See [Funnel Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/exploration-api-schema#metrics) for the list of metric names supported by the `runFunnelReport` method. If `expression` is specified, `name` can be any string that you would like within the allowed character set. For example if `expression` is `screenPageViews/sessions`, you could call that metric's name = `viewsPerSession`. Metric names that you choose must match the regular expression `^[a-zA-Z0-9_]$`. Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric `expression`. type: string type: object Row: description: 'Report data for each row. For example if RunReportRequest contains: ```none "dimensions": [ { "name": "eventName" }, { "name": "countryId" } ], "metrics": [ { "name": "eventCount" } ] ``` One row with ''in_app_purchase'' as the eventName, ''JP'' as the countryId, and 15 as the eventCount, would be: ```none "dimensionValues": [ { "value": "in_app_purchase" }, { "value": "JP" } ], "metricValues": [ { "value": "15" } ] ```' properties: dimensionValues: description: List of requested dimension values. In a PivotReport, dimension_values are only listed for dimensions included in a pivot. items: $ref: '#/components/schemas/DimensionValue' type: array metricValues: description: List of requested visible metric values. items: $ref: '#/components/schemas/MetricValue' type: array type: object MetricValue: description: The value of a metric. properties: value: description: Measurement value. See MetricHeader for type. type: string type: object PivotHeader: description: Dimensions' values in a single pivot. properties: pivotDimensionHeaders: description: The size is the same as the cardinality of the corresponding dimension combinations. items: $ref: '#/components/schemas/PivotDimensionHeader' type: array rowCount: description: The cardinality of the pivot. The total number of rows for this pivot's fields regardless of how the parameters `offset` and `limit` are specified in the request. format: int32 type: integer type: object CohortSpec: description: The specification of cohorts for a cohort report. Cohort reports create a time series of user retention for the cohort. For example, you could select the cohort of users that were acquired in the first week of September and follow that cohort for the next six weeks. Selecting the users acquired in the first week of September cohort is specified in the `cohort` object. Following that cohort for the next six weeks is specified in the `cohortsRange` object. For examples, see [Cohort Report Examples](https://developers.google.com/analytics/devguides/reporting/data/v1/advanced#cohort_report_examples). The report response could show a weekly time series where say your app has retained 60% of this cohort after three weeks and 25% of this cohort after six weeks. These two percentages can be calculated by the metric `cohortActiveUsers/cohortTotalUsers` and will be separate rows in the report. properties: cohortReportSettings: $ref: '#/components/schemas/CohortReportSettings' description: Optional settings for a cohort report. cohorts: description: Defines the selection criteria to group users into cohorts. Most cohort reports define only a single cohort. If multiple cohorts are specified, each cohort can be recognized in the report by their name. items: $ref: '#/components/schemas/Cohort' type: array cohortsRange: $ref: '#/components/schemas/CohortsRange' description: Cohort reports follow cohorts over an extended reporting date range. This range specifies an offset duration to follow the cohorts over. type: object PropertyQuota: description: Current state of all quotas for this Analytics Property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors. properties: concurrentRequests: $ref: '#/components/schemas/QuotaStatus' description: Standard Analytics Properties can send up to 10 concurrent requests; Analytics 360 Properties can use up to 50 concurrent requests. potentiallyThresholdedRequestsPerHour: $ref: '#/components/schemas/QuotaStatus' description: Analytics Properties can send up to 120 requests with potentially thresholded dimensions per hour. In a batch request, each report request is individually counted for this quota if the request contains potentially thresholded dimensions. serverErrorsPerProjectPerHour: $ref: '#/components/schemas/QuotaStatus' description: Standard Analytics Properties and cloud project pairs can have up to 10 server errors per hour; Analytics 360 Properties and cloud project pairs can have up to 50 server errors per hour. tokensPerDay: $ref: '#/components/schemas/QuotaStatus' description: Standard Analytics Properties can use up to 200,000 tokens per day; Analytics 360 Properties can use 2,000,000 tokens per day. Most requests consume fewer than 10 tokens. tokensPerHour: $ref: '#/components/schemas/QuotaStatus' description: Standard Analytics Properties can use up to 40,000 tokens per hour; Analytics 360 Properties can use 400,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. tokensPerProjectPerHour: $ref: '#/components/schemas/QuotaStatus' description: Analytics Properties can use up to 35% of their tokens per project per hour. This amounts to standard Analytics Properties can use up to 14,000 tokens per project per hour, and Analytics 360 Properties can use 140,000 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas. type: object GoogleAnalyticsAdminV1betaAccessOrderByMetricOrderBy: description: Sorts by metric values. properties: metricName: description: A metric name in the request to order by. type: string example: Example Name type: object PivotOrderBy: description: Sorts by a pivot column group. properties: metricName: description: In the response to order by, order rows by this column. Must be a metric name from the request. type: string pivotSelections: description: Used to select a dimension name and value pivot. If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair. items: $ref: '#/components/schemas/PivotSelection' type: array type: object GoogleAnalyticsAdminV1betaMeasurementProtocolSecret: description: A secret value used for sending hits to Measurement Protocol. properties: displayName: description: Required. Human-readable display name for this secret. type: string name: description: 'Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret}' readOnly: true type: string secretValue: description: Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property. readOnly: true type: string type: object InListFilter: description: The result needs to be in a list of string values. properties: caseSensitive: description: If true, the string value is case sensitive. type: boolean example: true values: description: The list of string values. Must be non-empty. items: type: string type: array type: object GoogleAnalyticsAdminV1betaAccessInListFilter: description: The result needs to be in a list of string values. properties: caseSensitive: description: If true, the string value is case sensitive. type: boolean example: true values: description: The list of string values. Must be non-empty. items: type: string type: array type: object V1betaAudienceRow: description: Dimension value attributes for the audience user row. properties: dimensionValues: description: Each dimension value attribute for an audience user. One dimension value will be added for each dimension column requested. items: $ref: '#/components/schemas/V1betaAudienceDimensionValue' type: array type: object V1betaAudienceDimensionValue: description: The value of a dimension. properties: value: description: Value as a string if the dimension type is a string. type: string type: object BatchRunPivotReportsRequest: description: The batch request containing multiple pivot report requests. properties: requests: description: Individual requests. Each request has a separate pivot report response. Each batch request is allowed up to 5 requests. items: $ref: '#/components/schemas/RunPivotReportRequest' type: array type: object BatchRunReportsResponse: description: The batch response containing multiple reports. properties: kind: description: Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#batchRunReports". Useful to distinguish between response types in JSON. type: string example: example_value reports: description: Individual responses. Each response has a separate report request. items: $ref: '#/components/schemas/RunReportResponse' type: array type: object GoogleAnalyticsAdminV1betaProperty: description: A resource message representing a Google Analytics GA4 property. properties: account: description: 'Immutable. The resource name of the parent account Format: accounts/{account_id} Example: "accounts/123"' type: string createTime: description: Output only. Time when the entity was originally created. format: google-datetime readOnly: true type: string currencyCode: description: 'The currency type used in reports involving monetary values. Format: https://en.wikipedia.org/wiki/ISO_4217 Examples: "USD", "EUR", "JPY"' type: string deleteTime: description: Output only. If set, the time at which this property was trashed. If not set, then this property is not currently in the trash can. format: google-datetime readOnly: true type: string displayName: description: Required. Human-readable display name for this property. The max allowed display name length is 100 UTF-16 code units. type: string expireTime: description: Output only. If set, the time at which this trashed property will be permanently deleted. If not set, then this property is not currently in the trash can and is not slated to be deleted. format: google-datetime readOnly: true type: string industryCategory: description: 'Industry associated with this property Example: AUTOMOTIVE, FOOD_AND_DRINK' enum: - INDUSTRY_CATEGORY_UNSPECIFIED - AUTOMOTIVE - BUSINESS_AND_INDUSTRIAL_MARKETS - FINANCE - HEALTHCARE - TECHNOLOGY - TRAVEL - OTHER - ARTS_AND_ENTERTAINMENT - BEAUTY_AND_FITNESS - BOOKS_AND_LITERATURE - FOOD_AND_DRINK - GAMES - HOBBIES_AND_LEISURE - HOME_AND_GARDEN - INTERNET_AND_TELECOM - LAW_AND_GOVERNMENT - NEWS - ONLINE_COMMUNITIES - PEOPLE_AND_SOCIETY - PETS_AND_ANIMALS - REAL_ESTATE - REFERENCE - SCIENCE - SPORTS - JOBS_AND_EDUCATION - SHOPPING type: string name: description: 'Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000"' readOnly: true type: string parent: description: 'Immutable. Resource name of this property''s logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/101"' type: string propertyType: description: Immutable. The property type for this Property resource. When creating a property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY" will be implied. enum: - PROPERTY_TYPE_UNSPECIFIED - PROPERTY_TYPE_ORDINARY - PROPERTY_TYPE_SUBPROPERTY - PROPERTY_TYPE_ROLLUP type: string serviceLevel: description: Output only. The Google Analytics service level that applies to this property. enum: - SERVICE_LEVEL_UNSPECIFIED - GOOGLE_ANALYTICS_STANDARD - GOOGLE_ANALYTICS_360 readOnly: true type: string timeZone: description: 'Required. Reporting Time Zone, used as the day boundary for reports, regardless of where the data originates. If the time zone honors DST, Analytics will automatically adjust for the changes. NOTE: Changing the time zone only affects data going forward, and is not applied retroactively. Format: https://www.iana.org/time-zones Example: "America/Los_Angeles"' type: string updateTime: description: Output only. Time when entity payload fields were last updated. format: google-datetime readOnly: true type: string type: object GoogleAnalyticsAdminV1betaAcknowledgeUserDataCollectionResponse: description: Response message for AcknowledgeUserDataCollection RPC. properties: {} type: object NumericValue: description: To represent a number. properties: doubleValue: description: Double value format: double type: number int64Value: description: Integer value format: int64 type: string type: object RunPivotReportResponse: description: The response pivot report table corresponding to a pivot request. properties: aggregates: description: Aggregation of metric values. Can be totals, minimums, or maximums. The returned aggregations are controlled by the metric_aggregations in the pivot. The type of aggregation returned in each row is shown by the dimension_values which are set to "RESERVED_". items: $ref: '#/components/schemas/Row' type: array dimensionHeaders: description: Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. items: $ref: '#/components/schemas/DimensionHeader' type: array kind: description: Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runPivotReport". Useful to distinguish between response types in JSON. type: string metadata: $ref: '#/components/schemas/ResponseMetaData' description: Metadata for the report. metricHeaders: description: Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. items: $ref: '#/components/schemas/MetricHeader' type: array pivotHeaders: description: 'Summarizes the columns and rows created by a pivot. Each pivot in the request produces one header in the response. If we have a request like this: "pivots": [{ "fieldNames": ["country", "city"] }, { "fieldNames": "eventName" }] We will have the following `pivotHeaders` in the response: "pivotHeaders" : [{ "dimensionHeaders": [{ "dimensionValues": [ { "value": "United Kingdom" }, { "value": "London" } ] }, { "dimensionValues": [ { "value": "Japan" }, { "value": "Osaka" } ] }] }, { "dimensionHeaders": [{ "dimensionValues": [{ "value": "session_start" }] }, { "dimensionValues": [{ "value": "scroll" }] }] }]' items: $ref: '#/components/schemas/PivotHeader' type: array propertyQuota: $ref: '#/components/schemas/PropertyQuota' description: This Analytics Property's quota state including this request. rows: description: Rows of dimension value combinations and metric values in the report. items: $ref: '#/components/schemas/Row' type: array type: object CohortReportSettings: description: Optional settings of a cohort report. properties: accumulate: description: If true, accumulates the result from first touch day to the end day. Not supported in `RunReportRequest`. type: boolean example: true type: object PivotDimensionHeader: description: Summarizes dimension values from a row for this pivot. properties: dimensionValues: description: Values of multiple dimensions in a pivot. items: $ref: '#/components/schemas/DimensionValue' type: array type: object GoogleAnalyticsAdminV1betaAccessQuotaStatus: description: Current state for a particular quota group. properties: consumed: description: Quota consumed by this request. format: int32 type: integer example: 42 remaining: description: Quota remaining after this request. format: int32 type: integer example: 42 type: object GoogleAnalyticsAdminV1betaAccessDateRange: description: 'A contiguous range of days: startDate, startDate + 1, ..., endDate.' properties: endDate: description: The inclusive end date for the query in the format `YYYY-MM-DD`. Cannot be before `startDate`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the current time in the request's time zone. type: string example: '2026-04-17' startDate: description: The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot be after `endDate`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the current time in the request's time zone. type: string example: '2026-04-17' type: object Pivot: description: Describes the visible dimension columns and rows in the report response. properties: fieldNames: description: Dimension names for visible columns in the report response. Including "dateRange" produces a date range column; for each row in the response, dimension values in the date range column will indicate the corresponding date range from the request. items: type: string type: array limit: description: 'The number of unique combinations of dimension values to return in this pivot. The `limit` parameter is required. A `limit` of 10,000 is common for single pivot requests. The product of the `limit` for each `pivot` in a `RunPivotReportRequest` must not exceed 250,000. For example, a two pivot request with `limit: 1000` in each pivot will fail because the product is `1,000,000`.' format: int64 type: string metricAggregations: description: Aggregate the metrics by dimensions in this pivot using the specified metric_aggregations. items: enum: - METRIC_AGGREGATION_UNSPECIFIED - TOTAL - MINIMUM - MAXIMUM - COUNT type: string type: array offset: description: The row count of the start row. The first row is counted as row 0. format: int64 type: string orderBys: description: Specifies how dimensions are ordered in the pivot. In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names. items: $ref: '#/components/schemas/OrderBy' type: array type: object GoogleAnalyticsAdminV1betaGoogleAdsLink: description: A link between a GA4 property and a Google Ads account. properties: adsPersonalizationEnabled: description: Enable personalized advertising features with this integration. Automatically publish my Google Analytics audience lists and Google Analytics remarketing events/parameters to the linked Google Ads account. If this field is not set on create/update, it will be defaulted to true. type: boolean canManageClients: description: Output only. If true, this link is for a Google Ads manager account. readOnly: true type: boolean createTime: description: Output only. Time when this link was originally created. format: google-datetime readOnly: true type: string creatorEmailAddress: description: Output only. Email address of the user that created the link. An empty string will be returned if the email address can't be retrieved. readOnly: true type: string customerId: description: Immutable. Google Ads customer ID. type: string name: description: 'Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID.' readOnly: true type: string updateTime: description: Output only. Time when this link was last updated. format: google-datetime readOnly: true type: string type: object GoogleAnalyticsAdminV1betaDataStreamWebStreamData: description: Data specific to web streams. properties: defaultUri: description: 'Domain name of the web app being measured, or empty. Example: "http://www.google.com", "https://www.google.com"' type: string firebaseAppId: description: Output only. ID of the corresponding web app in Firebase, if any. This ID can change if the web app is deleted and recreated. readOnly: true type: string measurementId: description: 'Output only. Analytics Measurement ID. Example: "G-1A2BCD345E"' readOnly: true type: string type: object BatchRunPivotReportsResponse: description: The batch response containing multiple pivot reports. properties: kind: description: Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#batchRunPivotReports". Useful to distinguish between response types in JSON. type: string example: example_value pivotReports: description: Individual responses. Each response has a separate pivot report request. items: $ref: '#/components/schemas/RunPivotReportResponse' type: array type: object GoogleAnalyticsAdminV1betaListCustomMetricsResponse: description: Response message for ListCustomMetrics RPC. properties: customMetrics: description: List of CustomMetrics. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaCustomMetric' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string type: object MetricOrderBy: description: Sorts by metric values. properties: metricName: description: A metric name in the request to order by. type: string type: object ListAudienceExportsResponse: description: A list of all audience exports for a property. properties: audienceExports: description: Each audience export for a property. items: $ref: '#/components/schemas/AudienceExport' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string example: abc123token type: object GoogleAnalyticsAdminV1betaAccessRow: description: Access report data for each row. properties: dimensionValues: description: List of dimension values. These values are in the same order as specified in the request. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessDimensionValue' type: array metricValues: description: List of metric values. These values are in the same order as specified in the request. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessMetricValue' type: array type: object V1betaAudienceDimension: description: An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the `QueryAudienceExportResponse`. properties: dimensionName: description: Optional. The API name of the dimension. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-api-schema#dimensions) for the list of dimension names. type: string type: object GoogleAnalyticsAdminV1betaAccessFilter: description: An expression to filter dimension or metric values. properties: betweenFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessBetweenFilter' description: A filter for two values. fieldName: description: The dimension name or metric name. type: string example: Example Name inListFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessInListFilter' description: A filter for in list values. numericFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessNumericFilter' description: A filter for numeric or date values. stringFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessStringFilter' description: Strings related filter. type: object GoogleAnalyticsAdminV1betaAccessDimension: description: Dimensions are attributes of your data. For example, the dimension `userEmail` indicates the email of the user that accessed reporting data. Dimension values in report responses are strings. properties: dimensionName: description: The API name of the dimension. See [Data Access Schema](https://developers.google.com/analytics/devguides/config/admin/v1/access-api-schema) for the list of dimensions supported in this API. Dimensions are referenced by name in `dimensionFilter` and `orderBys`. type: string example: Example Name type: object RunPivotReportRequest: description: The request to generate a pivot report. properties: cohortSpec: $ref: '#/components/schemas/CohortSpec' description: Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present. currencyCode: description: A currency code in ISO4217 format, such as "AED", "USD", "JPY". If the field is empty, the report uses the property's default currency. type: string dateRanges: description: The date range to retrieve event data for the report. If multiple date ranges are specified, event data from each date range is used in the report. A special dimension with field name "dateRange" can be included in a Pivot's field names; if included, the report compares between date ranges. In a cohort request, this `dateRanges` must be unspecified. items: $ref: '#/components/schemas/DateRange' type: array dimensionFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of dimensions. Dimensions must be requested to be used in this filter. Metrics cannot be used in this filter. dimensions: description: 'The dimensions requested. All defined dimensions must be used by one of the following: dimension_expression, dimension_filter, pivots, order_bys.' items: $ref: '#/components/schemas/Dimension' type: array keepEmptyRows: description: 'If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter. Regardless of this `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be displayed in a report. For example if a property never logs a `purchase` event, then a query for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and eventCount: 0.' type: boolean metricFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of metrics. Applied at post aggregation phase, similar to SQL having-clause. Metrics must be requested to be used in this filter. Dimensions cannot be used in this filter. metrics: description: 'The metrics requested, at least one metric needs to be specified. All defined metrics must be used by one of the following: metric_expression, metric_filter, order_bys.' items: $ref: '#/components/schemas/Metric' type: array pivots: description: Describes the visual format of the report's dimensions in columns or rows. The union of the fieldNames (dimension names) in all pivots must be a subset of dimension names defined in Dimensions. No two pivots can share a dimension. A dimension is only visible if it appears in a pivot. items: $ref: '#/components/schemas/Pivot' type: array property: description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a batch request, this property should either be unspecified or consistent with the batch-level property. Example: properties/1234' type: string returnPropertyQuota: description: Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [PropertyQuota](#PropertyQuota). type: boolean type: object GoogleAnalyticsAdminV1betaAccessDimensionHeader: description: Describes a dimension column in the report. Dimensions requested in a report produce column entries within rows and DimensionHeaders. However, dimensions used exclusively within filters or expressions do not produce columns in a report; correspondingly, those dimensions do not produce headers. properties: dimensionName: description: The dimension's name; for example 'userEmail'. type: string example: Example Name type: object FilterExpressionList: description: A list of filter expressions. properties: expressions: description: A list of filter expressions. items: $ref: '#/components/schemas/FilterExpression' type: array type: object Filter: description: An expression to filter dimension or metric values. properties: betweenFilter: $ref: '#/components/schemas/BetweenFilter' description: A filter for two values. fieldName: description: The dimension name or metric name. In most methods, dimensions & metrics can be used for the first time in this field. However in a RunPivotReportRequest, this field must be additionally specified by name in the RunPivotReportRequest's dimensions or metrics. type: string example: Example Name inListFilter: $ref: '#/components/schemas/InListFilter' description: A filter for in list values. numericFilter: $ref: '#/components/schemas/NumericFilter' description: A filter for numeric or date values. stringFilter: $ref: '#/components/schemas/StringFilter' description: Strings related filter. type: object Dimension: description: Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be "Paris" or "New York". Requests are allowed up to 9 dimensions. properties: dimensionExpression: $ref: '#/components/schemas/DimensionExpression' description: 'One dimension can be the result of an expression of multiple dimensions. For example, dimension "country, city": concatenate(country, ", ", city).' name: description: The name of the dimension. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names supported by core reporting methods such as `runReport` and `batchRunReports`. See [Realtime Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-api-schema#dimensions) for the list of dimension names supported by the `runRealtimeReport` method. See [Funnel Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/exploration-api-schema#dimensions) for the list of dimension names supported by the `runFunnelReport` method. If `dimensionExpression` is specified, `name` can be any string that you would like within the allowed character set. For example if a `dimensionExpression` concatenates `country` and `city`, you could call that dimension `countryAndCity`. Dimension names that you choose must match the regular expression `^[a-zA-Z0-9_]$`. Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`, `dimensionExpression`, and `pivots`. type: string example: Example Name type: object Cohort: description: Defines a cohort selection criteria. A cohort is a group of users who share a common characteristic. For example, users with the same `firstSessionDate` belong to the same cohort. properties: dateRange: $ref: '#/components/schemas/DateRange' description: The cohort selects users whose first touch date is between start date and end date defined in the `dateRange`. This `dateRange` does not specify the full date range of event data that is present in a cohort report. In a cohort report, this `dateRange` is extended by the granularity and offset present in the `cohortsRange`; event data for the extended reporting date range is present in a cohort report. In a cohort request, this `dateRange` is required and the `dateRanges` in the `RunReportRequest` or `RunPivotReportRequest` must be unspecified. This `dateRange` should generally be aligned with the cohort's granularity. If `CohortsRange` uses daily granularity, this `dateRange` can be a single day. If `CohortsRange` uses weekly granularity, this `dateRange` can be aligned to a week boundary, starting at Sunday and ending Saturday. If `CohortsRange` uses monthly granularity, this `dateRange` can be aligned to a month, starting at the first and ending on the last day of the month. dimension: description: Dimension used by the cohort. Required and only supports `firstSessionDate`. type: string example: example_value name: description: Assigns a name to this cohort. The dimension `cohort` is valued to this name in a report response. If set, cannot begin with `cohort_` or `RESERVED_`. If not set, cohorts are named by their zero based index `cohort_0`, `cohort_1`, etc. type: string example: Example Name type: object DimensionMetadata: description: Explains a dimension. properties: apiName: description: This dimension's name. Useable in [Dimension](#Dimension)'s `name`. For example, `eventName`. type: string example: Example Name category: description: The display name of the category that this dimension belongs to. Similar dimensions and metrics are categorized together. type: string example: example_value customDefinition: description: True if the dimension is custom to this property. This includes user, event, & item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316. type: boolean example: true deprecatedApiNames: description: Still usable but deprecated names for this dimension. If populated, this dimension is available by either `apiName` or one of `deprecatedApiNames` for a period of time. After the deprecation period, the dimension will be available only by `apiName`. items: type: string type: array description: description: Description of how this dimension is used and calculated. type: string example: Example description uiName: description: This dimension's name within the Google Analytics user interface. For example, `Event name`. type: string example: Example Name type: object ActiveMetricRestriction: description: A metric actively restricted in creating the report. properties: metricName: description: The name of the restricted metric. type: string example: Example Name restrictedMetricTypes: description: The reason for this metric's restriction. items: enum: - RESTRICTED_METRIC_TYPE_UNSPECIFIED - COST_DATA - REVENUE_DATA type: string type: array type: object DimensionValue: description: The value of a dimension. properties: value: description: Value as a string if the dimension type is a string. type: string example: example_value type: object GoogleAnalyticsAdminV1betaCustomDimension: description: A definition for a CustomDimension. properties: description: description: Optional. Description for this custom dimension. Max length of 150 characters. type: string disallowAdsPersonalization: description: Optional. If set to true, sets this dimension as NPA and excludes it from ads personalization. This is currently only supported by user-scoped custom dimensions. type: boolean displayName: description: Required. Display name for this custom dimension as shown in the Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a letter. Legacy system-generated display names may contain square brackets, but updates to this field will never permit square brackets. type: string name: description: 'Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension}' readOnly: true type: string parameterName: description: Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions. type: string scope: description: Required. Immutable. The scope of this dimension. enum: - DIMENSION_SCOPE_UNSPECIFIED - EVENT - USER - ITEM type: string type: object RunReportRequest: description: The request to generate a report. properties: cohortSpec: $ref: '#/components/schemas/CohortSpec' description: Cohort group associated with this request. If there is a cohort group in the request the 'cohort' dimension must be present. currencyCode: description: A currency code in ISO4217 format, such as "AED", "USD", "JPY". If the field is empty, the report uses the property's default currency. type: string dateRanges: description: Date ranges of data to read. If multiple date ranges are requested, each response row will contain a zero based date range index. If two date ranges overlap, the event data for the overlapping days is included in the response rows for both date ranges. In a cohort request, this `dateRanges` must be unspecified. items: $ref: '#/components/schemas/DateRange' type: array dimensionFilter: $ref: '#/components/schemas/FilterExpression' description: Dimension filters let you ask for only specific dimension values in the report. To learn more, see [Fundamentals of Dimension Filters](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#dimension_filters) for examples. Metrics cannot be used in this filter. dimensions: description: The dimensions requested and displayed. items: $ref: '#/components/schemas/Dimension' type: array keepEmptyRows: description: 'If false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter. Regardless of this `keep_empty_rows` setting, only data recorded by the Google Analytics (GA4) property can be displayed in a report. For example if a property never logs a `purchase` event, then a query for the `eventName` dimension and `eventCount` metric will not have a row eventName: "purchase" and eventCount: 0.' type: boolean limit: description: The number of rows to return. If unspecified, 10,000 rows are returned. The API returns a maximum of 250,000 rows per request, no matter how many you ask for. `limit` must be positive. The API can also return fewer rows than the requested `limit`, if there aren't as many dimension values as the `limit`. For instance, there are fewer than 300 possible values for the dimension `country`, so when reporting on only `country`, you can't get more than 300 rows, even if you set `limit` to a higher value. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int64 type: string metricAggregations: description: Aggregation of metrics. Aggregated metric values will be shown in rows where the dimension_values are set to "RESERVED_(MetricAggregation)". items: enum: - METRIC_AGGREGATION_UNSPECIFIED - TOTAL - MINIMUM - MAXIMUM - COUNT type: string type: array metricFilter: $ref: '#/components/schemas/FilterExpression' description: The filter clause of metrics. Applied after aggregating the report's rows, similar to SQL having-clause. Dimensions cannot be used in this filter. metrics: description: The metrics requested and displayed. items: $ref: '#/components/schemas/Metric' type: array offset: description: The row count of the start row. The first row is counted as row 0. When paging, the first request does not specify offset; or equivalently, sets offset to 0; the first request returns the first `limit` of rows. The second request sets offset to the `limit` of the first request; the second request returns the second `limit` of rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int64 type: string orderBys: description: Specifies how rows are ordered in the response. items: $ref: '#/components/schemas/OrderBy' type: array property: description: 'A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body. To learn more, see [where to find your Property ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id). Within a batch request, this property should either be unspecified or consistent with the batch-level property. Example: properties/1234' type: string returnPropertyQuota: description: Toggles whether to return the current state of this Analytics Property's quota. Quota is returned in [PropertyQuota](#PropertyQuota). type: boolean type: object GoogleAnalyticsAdminV1betaRunAccessReportResponse: description: The customized Data Access Record Report response. properties: dimensionHeaders: description: The header for a column in the report that corresponds to a specific dimension. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessDimensionHeader' type: array metricHeaders: description: The header for a column in the report that corresponds to a specific metric. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessMetricHeader' type: array quota: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessQuota' description: The quota state for this Analytics property including this request. This field doesn't work with account-level requests. rowCount: description: The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int32 type: integer rows: description: Rows of dimension value combinations and metric values in the report. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessRow' type: array type: object PivotSelection: description: A pair of dimension names and values. Rows with this dimension pivot pair are ordered by the metric's value. For example if pivots = {{"browser", "Chrome"}} and metric_name = "Sessions", then the rows will be sorted based on Sessions in Chrome. ---------|----------|----------------|----------|---------------- | Chrome | Chrome | Safari | Safari ---------|----------|----------------|----------|---------------- Country | Sessions | Pages/Sessions | Sessions | Pages/Sessions ---------|----------|----------------|----------|---------------- US | 2 | 2 | 3 | 1 ---------|----------|----------------|----------|---------------- Canada | 3 | 1 | 4 | 1 ---------|----------|----------------|----------|---------------- properties: dimensionName: description: Must be a dimension name from the request. type: string dimensionValue: description: Order by only when the named dimension is this value. type: string type: object AudienceExport: description: An audience export is a list of users in an audience at the time of the list's creation. One audience may have multiple audience exports created for different days. properties: audience: description: 'Required. The audience resource name. This resource name identifies the audience being listed and is shared between the Analytics Data & Admin APIs. Format: `properties/{property}/audiences/{audience}`' type: string example: example_value audienceDisplayName: description: Output only. The descriptive display name for this audience. For example, "Purchasers". readOnly: true type: string example: Example Name beginCreatingTime: description: Output only. The time when CreateAudienceExport was called and the AudienceExport began the `CREATING` state. format: google-datetime readOnly: true type: string example: '2026-04-17T12:00:00Z' creationQuotaTokensCharged: description: Output only. The total quota tokens charged during creation of the AudienceExport. Because this token count is based on activity from the `CREATING` state, this tokens charged will be fixed once an AudienceExport enters the `ACTIVE` or `FAILED` states. format: int32 readOnly: true type: integer example: 42 dimensions: description: Required. The dimensions requested and displayed in the query response. items: $ref: '#/components/schemas/V1betaAudienceDimension' type: array errorMessage: description: Output only. Error message is populated when an audience export fails during creation. A common reason for such a failure is quota exhaustion. readOnly: true type: string example: example_value name: description: 'Output only. Identifier. The audience export resource name assigned during creation. This resource name identifies this `AudienceExport`. Format: `properties/{property}/audienceExports/{audience_export}`' readOnly: true type: string example: Example Name percentageCompleted: description: Output only. The percentage completed for this audience export ranging between 0 to 100. format: double readOnly: true type: number example: 75.5 rowCount: description: Output only. The total number of rows in the AudienceExport result. format: int32 readOnly: true type: integer example: 10 state: description: Output only. The current state for this AudienceExport. enum: - STATE_UNSPECIFIED - CREATING - ACTIVE - FAILED readOnly: true type: string example: STATE_UNSPECIFIED type: object DimensionExpression: description: 'Used to express a dimension which is the result of a formula of multiple dimensions. Example usages: 1) lower_case(dimension) 2) concatenate(dimension1, symbol, dimension2).' properties: concatenate: $ref: '#/components/schemas/ConcatenateExpression' description: 'Used to combine dimension values to a single dimension. For example, dimension "country, city": concatenate(country, ", ", city).' lowerCase: $ref: '#/components/schemas/CaseExpression' description: Used to convert a dimension value to lower case. upperCase: $ref: '#/components/schemas/CaseExpression' description: Used to convert a dimension value to upper case. type: object GoogleAnalyticsAdminV1betaNumericValue: description: To represent a number. properties: doubleValue: description: Double value format: double type: number int64Value: description: Integer value format: int64 type: string type: object MetricCompatibility: description: The compatibility for a single metric. properties: compatibility: description: The compatibility of this metric. If the compatibility is COMPATIBLE, this metric can be successfully added to the report. enum: - COMPATIBILITY_UNSPECIFIED - COMPATIBLE - INCOMPATIBLE type: string metricMetadata: $ref: '#/components/schemas/MetricMetadata' description: The metric metadata contains the API name for this compatibility information. The metric metadata also contains other helpful information like the UI name and description. type: object GoogleAnalyticsAdminV1betaCustomMetric: description: A definition for a custom metric. properties: description: description: Optional. Description for this custom dimension. Max length of 150 characters. type: string displayName: description: Required. Display name for this custom metric as shown in the Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a letter. Legacy system-generated display names may contain square brackets, but updates to this field will never permit square brackets. type: string measurementUnit: description: Required. The type for the custom metric's value. enum: - MEASUREMENT_UNIT_UNSPECIFIED - STANDARD - CURRENCY - FEET - METERS - KILOMETERS - MILES - MILLISECONDS - SECONDS - MINUTES - HOURS type: string name: description: 'Output only. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric}' readOnly: true type: string parameterName: description: Required. Immutable. Tagging name for this custom metric. If this is an event-scoped metric, then this is the event parameter name. May only contain alphanumeric and underscore charactes, starting with a letter. Max length of 40 characters for event-scoped metrics. type: string restrictedMetricType: description: Optional. Types of restricted data that this metric may contain. Required for metrics with CURRENCY measurement unit. Must be empty for metrics with a non-CURRENCY measurement unit. items: enum: - RESTRICTED_METRIC_TYPE_UNSPECIFIED - COST_DATA - REVENUE_DATA type: string type: array scope: description: Required. Immutable. The scope of this custom metric. enum: - METRIC_SCOPE_UNSPECIFIED - EVENT type: string type: object GoogleAnalyticsAdminV1betaListMeasurementProtocolSecretsResponse: description: Response message for ListMeasurementProtocolSecret RPC properties: measurementProtocolSecrets: description: A list of secrets for the parent stream specified in the request. items: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaMeasurementProtocolSecret' type: array nextPageToken: description: A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. type: string type: object GoogleAnalyticsAdminV1betaAccessBetweenFilter: description: To express that the result needs to be between two numbers (inclusive). properties: fromValue: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaNumericValue' description: Begins with this number. toValue: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaNumericValue' description: Ends with this number. type: object GoogleAnalyticsAdminV1betaAccessOrderByDimensionOrderBy: description: Sorts by dimension values. properties: dimensionName: description: A dimension name in the request to order by. type: string example: Example Name orderType: description: Controls the rule for dimension value ordering. enum: - ORDER_TYPE_UNSPECIFIED - ALPHANUMERIC - CASE_INSENSITIVE_ALPHANUMERIC - NUMERIC type: string example: ORDER_TYPE_UNSPECIFIED type: object GoogleAnalyticsAdminV1betaConversionEventDefaultConversionValue: description: Defines a default value/currency for a conversion event. Both value and currency must be provided. properties: currencyCode: description: When a conversion event for this event_name has no set currency, this currency will be applied as the default. Must be in ISO 4217 currency code format. See https://en.wikipedia.org/wiki/ISO_4217 for more information. type: string value: description: This value will be used to populate the value for all conversions of the specified event_name where the event "value" parameter is unset. format: double type: number type: object RunReportResponse: description: The response report table corresponding to a request. properties: dimensionHeaders: description: Describes dimension columns. The number of DimensionHeaders and ordering of DimensionHeaders matches the dimensions present in rows. items: $ref: '#/components/schemas/DimensionHeader' type: array kind: description: Identifies what kind of resource this message is. This `kind` is always the fixed string "analyticsData#runReport". Useful to distinguish between response types in JSON. type: string maximums: description: If requested, the maximum values of metrics. items: $ref: '#/components/schemas/Row' type: array metadata: $ref: '#/components/schemas/ResponseMetaData' description: Metadata for the report. metricHeaders: description: Describes metric columns. The number of MetricHeaders and ordering of MetricHeaders matches the metrics present in rows. items: $ref: '#/components/schemas/MetricHeader' type: array minimums: description: If requested, the minimum values of metrics. items: $ref: '#/components/schemas/Row' type: array propertyQuota: $ref: '#/components/schemas/PropertyQuota' description: This Analytics Property's quota state including this request. rowCount: description: The total number of rows in the query result. `rowCount` is independent of the number of rows returned in the response, the `limit` request parameter, and the `offset` request parameter. For example if a query returns 175 rows and includes `limit` of 50 in the API request, the response will contain `rowCount` of 175 but only 50 rows. To learn more about this pagination parameter, see [Pagination](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination). format: int32 type: integer rows: description: Rows of dimension value combinations and metric values in the report. items: $ref: '#/components/schemas/Row' type: array totals: description: If requested, the totaled values of metrics. items: $ref: '#/components/schemas/Row' type: array type: object GoogleAnalyticsAdminV1betaAccessMetricHeader: description: Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers. properties: metricName: description: The metric's name; for example 'accessCount'. type: string example: Example Name type: object GoogleAnalyticsAdminV1betaArchiveCustomMetricRequest: description: Request message for ArchiveCustomMetric RPC. properties: {} type: object GoogleAnalyticsAdminV1betaAccessStringFilter: description: The filter for strings. properties: caseSensitive: description: If true, the string value is case sensitive. type: boolean example: true matchType: description: The match type for this filter. enum: - MATCH_TYPE_UNSPECIFIED - EXACT - BEGINS_WITH - ENDS_WITH - CONTAINS - FULL_REGEXP - PARTIAL_REGEXP type: string example: MATCH_TYPE_UNSPECIFIED value: description: The string value used for the matching. type: string example: example_value type: object DimensionOrderBy: description: Sorts by dimension values. properties: dimensionName: description: A dimension name in the request to order by. type: string example: Example Name orderType: description: Controls the rule for dimension value ordering. enum: - ORDER_TYPE_UNSPECIFIED - ALPHANUMERIC - CASE_INSENSITIVE_ALPHANUMERIC - NUMERIC type: string example: ORDER_TYPE_UNSPECIFIED type: object GoogleAnalyticsAdminV1betaAccessFilterExpression: description: Expresses dimension or metric filters. The fields in the same expression need to be either all dimensions or all metrics. properties: accessFilter: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilter' description: A primitive filter. In the same FilterExpression, all of the filter's field names need to be either all dimensions or all metrics. andGroup: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpressionList' description: Each of the FilterExpressions in the and_group has an AND relationship. notExpression: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpression' description: The FilterExpression is NOT of not_expression. orGroup: $ref: '#/components/schemas/GoogleAnalyticsAdminV1betaAccessFilterExpressionList' description: Each of the FilterExpressions in the or_group has an OR relationship. type: object DateRange: description: 'A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`. Requests are allowed up to 4 date ranges.' properties: endDate: description: The inclusive end date for the query in the format `YYYY-MM-DD`. Cannot be before `start_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property's reporting time zone. type: string example: '2026-04-17' name: description: 'Assigns a name to this date range. The dimension `dateRange` is valued to this name in a report response. If set, cannot begin with `date_range_` or `RESERVED_`. If not set, date ranges are named by their zero based index in the request: `date_range_0`, `date_range_1`, etc.' type: string example: Example Name startDate: description: The inclusive start date for the query in the format `YYYY-MM-DD`. Cannot be after `end_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property's reporting time zone. type: string example: '2026-04-17' type: object BatchRunReportsRequest: description: The batch request containing multiple report requests. properties: requests: description: Individual requests. Each request has a separate report response. Each batch request is allowed up to 5 requests. items: $ref: '#/components/schemas/RunReportRequest' type: array type: object MetricHeader: description: Describes a metric column in the report. Visible metrics requested in a report produce column entries within rows and MetricHeaders. However, metrics used exclusively within filters or expressions do not produce columns in a report; correspondingly, those metrics do not produce headers. properties: name: description: The metric's name. type: string type: description: The metric's data type. enum: - METRIC_TYPE_UNSPECIFIED - TYPE_INTEGER - TYPE_FLOAT - TYPE_SECONDS - TYPE_MILLISECONDS - TYPE_MINUTES - TYPE_HOURS - TYPE_STANDARD - TYPE_CURRENCY - TYPE_FEET - TYPE_MILES - TYPE_METERS - TYPE_KILOMETERS type: string type: object ConcatenateExpression: description: Used to combine dimension values to a single dimension. properties: delimiter: description: The delimiter placed between dimension names. Delimiters are often single characters such as "|" or "," but can be longer strings. If a dimension value contains the delimiter, both will be present in response with no distinction. For example if dimension 1 value = "US,FR", dimension 2 value = "JP", and delimiter = ",", then the response will contain "US,FR,JP". type: string example: example_value dimensionNames: description: Names of dimensions. The names must refer back to names in the dimensions field of the request. items: type: string type: array type: object Status: description: 'The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).' properties: code: description: The status code, which should be an enum value of google.rpc.Code. format: int32 type: integer details: description: A list of messages that carry the error details. There is a common set of message types for APIs to use. items: additionalProperties: description: Properties of the object. Contains field @type with type URL. type: object type: array message: description: A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. type: string type: object parameters: alt: description: Data format for response. in: query name: alt schema: enum: - json - media - proto type: string key: description: API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. in: query name: key schema: type: string upload_protocol: description: Upload protocol for media (e.g. "raw", "multipart"). in: query name: upload_protocol schema: type: string quotaUser: description: Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. in: query name: quotaUser schema: type: string access_token: description: OAuth access token. in: query name: access_token schema: type: string _.xgafv: description: V1 error format. in: query name: $.xgafv schema: enum: - '1' - '2' type: string uploadType: description: Legacy upload protocol for media (e.g. "media", "multipart"). in: query name: uploadType schema: type: string callback: description: JSONP in: query name: callback schema: type: string fields: description: Selector specifying which fields to include in a partial response. in: query name: fields schema: type: string oauth_token: description: OAuth 2.0 token for the current user. in: query name: oauth_token schema: type: string prettyPrint: description: Returns response with indentations and line breaks. in: query name: prettyPrint schema: type: boolean securitySchemes: Oauth2: description: Oauth 2.0 implicit authentication flows: implicit: authorizationUrl: https://accounts.google.com/o/oauth2/auth scopes: https://www.googleapis.com/auth/analytics.edit: Edit Google Analytics management entities https://www.googleapis.com/auth/analytics.readonly: See and download your Google Analytics data type: oauth2 Oauth2c: description: Oauth 2.0 authorizationCode authentication flows: authorizationCode: authorizationUrl: https://accounts.google.com/o/oauth2/auth scopes: https://www.googleapis.com/auth/analytics.edit: Edit Google Analytics management entities https://www.googleapis.com/auth/analytics.readonly: See and download your Google Analytics data tokenUrl: https://accounts.google.com/o/oauth2/token type: oauth2 externalDocs: url: http://code.google.com/apis/analytics/docs/mgmt/home.html