|
719 | 719 | "https://www.googleapis.com/auth/analytics.edit" |
720 | 720 | ] |
721 | 721 | }, |
722 | | - "createSubproperty": { |
723 | | - "description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.", |
724 | | - "flatPath": "v1alpha/properties:createSubproperty", |
725 | | - "httpMethod": "POST", |
726 | | - "id": "analyticsadmin.properties.createSubproperty", |
727 | | - "parameterOrder": [], |
728 | | - "parameters": {}, |
729 | | - "path": "v1alpha/properties:createSubproperty", |
730 | | - "request": { |
731 | | - "$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest" |
732 | | - }, |
733 | | - "response": { |
734 | | - "$ref": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse" |
735 | | - }, |
736 | | - "scopes": [ |
737 | | - "https://www.googleapis.com/auth/analytics.edit" |
738 | | - ] |
739 | | - }, |
740 | 722 | "delete": { |
741 | 723 | "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.", |
742 | 724 | "flatPath": "v1alpha/properties/{propertiesId}", |
|
1016 | 998 | "https://www.googleapis.com/auth/analytics.edit" |
1017 | 999 | ] |
1018 | 1000 | }, |
| 1001 | + "provisionSubproperty": { |
| 1002 | + "description": "Create a subproperty and a subproperty event filter that applies to the created subproperty.", |
| 1003 | + "flatPath": "v1alpha/properties:provisionSubproperty", |
| 1004 | + "httpMethod": "POST", |
| 1005 | + "id": "analyticsadmin.properties.provisionSubproperty", |
| 1006 | + "parameterOrder": [], |
| 1007 | + "parameters": {}, |
| 1008 | + "path": "v1alpha/properties:provisionSubproperty", |
| 1009 | + "request": { |
| 1010 | + "$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest" |
| 1011 | + }, |
| 1012 | + "response": { |
| 1013 | + "$ref": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse" |
| 1014 | + }, |
| 1015 | + "scopes": [ |
| 1016 | + "https://www.googleapis.com/auth/analytics.edit" |
| 1017 | + ] |
| 1018 | + }, |
1019 | 1019 | "runAccessReport": { |
1020 | 1020 | "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).", |
1021 | 1021 | "flatPath": "v1alpha/properties/{propertiesId}:runAccessReport", |
|
4886 | 4886 | } |
4887 | 4887 | } |
4888 | 4888 | }, |
4889 | | - "revision": "20240728", |
| 4889 | + "revision": "20240731", |
4890 | 4890 | "rootUrl": "https://analyticsadmin.googleapis.com/", |
4891 | 4891 | "schemas": { |
4892 | 4892 | "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": { |
|
6659 | 6659 | }, |
6660 | 6660 | "type": "object" |
6661 | 6661 | }, |
6662 | | - "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest": { |
6663 | | - "description": "Request message for CreateSubproperty RPC.", |
6664 | | - "id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyRequest", |
6665 | | - "properties": { |
6666 | | - "subproperty": { |
6667 | | - "$ref": "GoogleAnalyticsAdminV1alphaProperty", |
6668 | | - "description": "Required. The subproperty to create." |
6669 | | - }, |
6670 | | - "subpropertyEventFilter": { |
6671 | | - "$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter", |
6672 | | - "description": "Optional. The subproperty event filter to create on an ordinary property." |
6673 | | - } |
6674 | | - }, |
6675 | | - "type": "object" |
6676 | | - }, |
6677 | | - "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse": { |
6678 | | - "description": "Response message for CreateSubproperty RPC.", |
6679 | | - "id": "GoogleAnalyticsAdminV1alphaCreateSubpropertyResponse", |
6680 | | - "properties": { |
6681 | | - "subproperty": { |
6682 | | - "$ref": "GoogleAnalyticsAdminV1alphaProperty", |
6683 | | - "description": "The created subproperty." |
6684 | | - }, |
6685 | | - "subpropertyEventFilter": { |
6686 | | - "$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter", |
6687 | | - "description": "The created subproperty event filter." |
6688 | | - } |
6689 | | - }, |
6690 | | - "type": "object" |
6691 | | - }, |
6692 | 6662 | "GoogleAnalyticsAdminV1alphaCustomDimension": { |
6693 | 6663 | "description": "A definition for a CustomDimension.", |
6694 | 6664 | "id": "GoogleAnalyticsAdminV1alphaCustomDimension", |
|
8532 | 8502 | }, |
8533 | 8503 | "type": "object" |
8534 | 8504 | }, |
| 8505 | + "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest": { |
| 8506 | + "description": "Request message for CreateSubproperty RPC.", |
| 8507 | + "id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest", |
| 8508 | + "properties": { |
| 8509 | + "subproperty": { |
| 8510 | + "$ref": "GoogleAnalyticsAdminV1alphaProperty", |
| 8511 | + "description": "Required. The subproperty to create." |
| 8512 | + }, |
| 8513 | + "subpropertyEventFilter": { |
| 8514 | + "$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter", |
| 8515 | + "description": "Optional. The subproperty event filter to create on an ordinary property." |
| 8516 | + } |
| 8517 | + }, |
| 8518 | + "type": "object" |
| 8519 | + }, |
| 8520 | + "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse": { |
| 8521 | + "description": "Response message for ProvisionSubproperty RPC.", |
| 8522 | + "id": "GoogleAnalyticsAdminV1alphaProvisionSubpropertyResponse", |
| 8523 | + "properties": { |
| 8524 | + "subproperty": { |
| 8525 | + "$ref": "GoogleAnalyticsAdminV1alphaProperty", |
| 8526 | + "description": "The created subproperty." |
| 8527 | + }, |
| 8528 | + "subpropertyEventFilter": { |
| 8529 | + "$ref": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter", |
| 8530 | + "description": "The created subproperty event filter." |
| 8531 | + } |
| 8532 | + }, |
| 8533 | + "type": "object" |
| 8534 | + }, |
8535 | 8535 | "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest": { |
8536 | 8536 | "description": "Request message for ReorderEventEditRules RPC.", |
8537 | 8537 | "id": "GoogleAnalyticsAdminV1alphaReorderEventEditRulesRequest", |
|
0 commit comments