|
220 | 220 | ]
|
221 | 221 | },
|
222 | 222 | "list": {
|
223 |
| - "description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found.", |
| 223 | + "description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found.", |
224 | 224 | "flatPath": "v1beta/accounts",
|
225 | 225 | "httpMethod": "GET",
|
226 | 226 | "id": "analyticsadmin.accounts.list",
|
|
305 | 305 | ]
|
306 | 306 | },
|
307 | 307 | "runAccessReport": {
|
308 |
| - "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 \u0026 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).", |
| 308 | + "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 GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase \u0026 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).", |
309 | 309 | "flatPath": "v1beta/accounts/{accountsId}:runAccessReport",
|
310 | 310 | "httpMethod": "POST",
|
311 | 311 | "id": "analyticsadmin.accounts.runAccessReport",
|
|
314 | 314 | ],
|
315 | 315 | "parameters": {
|
316 | 316 | "entity": {
|
317 |
| - "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.", |
| 317 | + "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 Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your Google Analytics Account ID.", |
318 | 318 | "location": "path",
|
319 | 319 | "pattern": "^accounts/[^/]+$",
|
320 | 320 | "required": true,
|
|
394 | 394 | ]
|
395 | 395 | },
|
396 | 396 | "create": {
|
397 |
| - "description": "Creates an \"GA4\" property with the specified location and attributes.", |
| 397 | + "description": "Creates a Google Analytics property with the specified location and attributes.", |
398 | 398 | "flatPath": "v1beta/properties",
|
399 | 399 | "httpMethod": "POST",
|
400 | 400 | "id": "analyticsadmin.properties.create",
|
|
412 | 412 | ]
|
413 | 413 | },
|
414 | 414 | "delete": {
|
415 |
| - "description": "Marks target Property as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found, or is not a GA4 Property.", |
| 415 | + "description": "Marks target Property as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found.", |
416 | 416 | "flatPath": "v1beta/properties/{propertiesId}",
|
417 | 417 | "httpMethod": "DELETE",
|
418 | 418 | "id": "analyticsadmin.properties.delete",
|
|
437 | 437 | ]
|
438 | 438 | },
|
439 | 439 | "get": {
|
440 |
| - "description": "Lookup for a single \"GA4\" Property.", |
| 440 | + "description": "Lookup for a single GA Property.", |
441 | 441 | "flatPath": "v1beta/properties/{propertiesId}",
|
442 | 442 | "httpMethod": "GET",
|
443 | 443 | "id": "analyticsadmin.properties.get",
|
|
489 | 489 | ]
|
490 | 490 | },
|
491 | 491 | "list": {
|
492 |
| - "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.", |
| 492 | + "description": "Returns child Properties under the specified parent Account. 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.", |
493 | 493 | "flatPath": "v1beta/properties",
|
494 | 494 | "httpMethod": "GET",
|
495 | 495 | "id": "analyticsadmin.properties.list",
|
|
561 | 561 | ]
|
562 | 562 | },
|
563 | 563 | "runAccessReport": {
|
564 |
| - "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 \u0026 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).", |
| 564 | + "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 GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase \u0026 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).", |
565 | 565 | "flatPath": "v1beta/properties/{propertiesId}:runAccessReport",
|
566 | 566 | "httpMethod": "POST",
|
567 | 567 | "id": "analyticsadmin.properties.runAccessReport",
|
|
570 | 570 | ],
|
571 | 571 | "parameters": {
|
572 | 572 | "entity": {
|
573 |
| - "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.", |
| 573 | + "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 Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your Google Analytics Account ID.", |
574 | 574 | "location": "path",
|
575 | 575 | "pattern": "^properties/[^/]+$",
|
576 | 576 | "required": true,
|
|
1309 | 1309 | ]
|
1310 | 1310 | },
|
1311 | 1311 | "get": {
|
1312 |
| - "description": "Lookup for a single \"GA4\" MeasurementProtocolSecret.", |
| 1312 | + "description": "Lookup for a single MeasurementProtocolSecret.", |
1313 | 1313 | "flatPath": "v1beta/properties/{propertiesId}/dataStreams/{dataStreamsId}/measurementProtocolSecrets/{measurementProtocolSecretsId}",
|
1314 | 1314 | "httpMethod": "GET",
|
1315 | 1315 | "id": "analyticsadmin.properties.dataStreams.measurementProtocolSecrets.get",
|
|
1788 | 1788 | }
|
1789 | 1789 | }
|
1790 | 1790 | },
|
1791 |
| - "revision": "20240722", |
| 1791 | + "revision": "20240823", |
1792 | 1792 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
1793 | 1793 | "schemas": {
|
1794 | 1794 | "GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
|
|
2202 | 2202 | "type": "object"
|
2203 | 2203 | },
|
2204 | 2204 | "GoogleAnalyticsAdminV1betaAccountSummary": {
|
2205 |
| - "description": "A virtual resource representing an overview of an account and all its child GA4 properties.", |
| 2205 | + "description": "A virtual resource representing an overview of an account and all its child Google Analytics properties.", |
2206 | 2206 | "id": "GoogleAnalyticsAdminV1betaAccountSummary",
|
2207 | 2207 | "properties": {
|
2208 | 2208 | "account": {
|
|
2748 | 2748 | "type": "object"
|
2749 | 2749 | },
|
2750 | 2750 | "GoogleAnalyticsAdminV1betaFirebaseLink": {
|
2751 |
| - "description": "A link between a GA4 property and a Firebase project.", |
| 2751 | + "description": "A link between a Google Analytics property and a Firebase project.", |
2752 | 2752 | "id": "GoogleAnalyticsAdminV1betaFirebaseLink",
|
2753 | 2753 | "properties": {
|
2754 | 2754 | "createTime": {
|
|
2770 | 2770 | "type": "object"
|
2771 | 2771 | },
|
2772 | 2772 | "GoogleAnalyticsAdminV1betaGoogleAdsLink": {
|
2773 |
| - "description": "A link between a GA4 property and a Google Ads account.", |
| 2773 | + "description": "A link between a Google Analytics property and a Google Ads account.", |
2774 | 2774 | "id": "GoogleAnalyticsAdminV1betaGoogleAdsLink",
|
2775 | 2775 | "properties": {
|
2776 | 2776 | "adsPersonalizationEnabled": {
|
|
3114 | 3114 | "type": "object"
|
3115 | 3115 | },
|
3116 | 3116 | "GoogleAnalyticsAdminV1betaProperty": {
|
3117 |
| - "description": "A resource message representing a Google Analytics GA4 property.", |
| 3117 | + "description": "A resource message representing a Google Analytics property.", |
3118 | 3118 | "id": "GoogleAnalyticsAdminV1betaProperty",
|
3119 | 3119 | "properties": {
|
3120 | 3120 | "account": {
|
|
3228 | 3228 | ],
|
3229 | 3229 | "enumDescriptions": [
|
3230 | 3230 | "Unknown or unspecified property type",
|
3231 |
| - "Ordinary GA4 property", |
3232 |
| - "GA4 subproperty", |
3233 |
| - "GA4 rollup property" |
| 3231 | + "Ordinary Google Analytics property", |
| 3232 | + "Google Analytics subproperty", |
| 3233 | + "Google Analytics rollup property" |
3234 | 3234 | ],
|
3235 | 3235 | "type": "string"
|
3236 | 3236 | },
|
|
3263 | 3263 | "type": "object"
|
3264 | 3264 | },
|
3265 | 3265 | "GoogleAnalyticsAdminV1betaPropertySummary": {
|
3266 |
| - "description": "A virtual resource representing metadata for a GA4 property.", |
| 3266 | + "description": "A virtual resource representing metadata for a Google Analytics property.", |
3267 | 3267 | "id": "GoogleAnalyticsAdminV1betaPropertySummary",
|
3268 | 3268 | "properties": {
|
3269 | 3269 | "displayName": {
|
|
3288 | 3288 | ],
|
3289 | 3289 | "enumDescriptions": [
|
3290 | 3290 | "Unknown or unspecified property type",
|
3291 |
| - "Ordinary GA4 property", |
3292 |
| - "GA4 subproperty", |
3293 |
| - "GA4 rollup property" |
| 3291 | + "Ordinary Google Analytics property", |
| 3292 | + "Google Analytics subproperty", |
| 3293 | + "Google Analytics rollup property" |
3294 | 3294 | ],
|
3295 | 3295 | "type": "string"
|
3296 | 3296 | }
|
|
0 commit comments