|
683 | 683 | "https://www.googleapis.com/auth/analytics.edit"
|
684 | 684 | ]
|
685 | 685 | },
|
686 |
| - "createConnectedSiteTag": { |
687 |
| - "description": "Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.", |
688 |
| - "flatPath": "v1alpha/properties:createConnectedSiteTag", |
689 |
| - "httpMethod": "POST", |
690 |
| - "id": "analyticsadmin.properties.createConnectedSiteTag", |
691 |
| - "parameterOrder": [], |
692 |
| - "parameters": {}, |
693 |
| - "path": "v1alpha/properties:createConnectedSiteTag", |
694 |
| - "request": { |
695 |
| - "$ref": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest" |
696 |
| - }, |
697 |
| - "response": { |
698 |
| - "$ref": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse" |
699 |
| - }, |
700 |
| - "scopes": [ |
701 |
| - "https://www.googleapis.com/auth/analytics.edit" |
702 |
| - ] |
703 |
| - }, |
704 | 686 | "createRollupProperty": {
|
705 | 687 | "description": "Create a roll-up property and all roll-up property source links.",
|
706 | 688 | "flatPath": "v1alpha/properties:createRollupProperty",
|
|
744 | 726 | "https://www.googleapis.com/auth/analytics.edit"
|
745 | 727 | ]
|
746 | 728 | },
|
747 |
| - "deleteConnectedSiteTag": { |
748 |
| - "description": "Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.", |
749 |
| - "flatPath": "v1alpha/properties:deleteConnectedSiteTag", |
750 |
| - "httpMethod": "POST", |
751 |
| - "id": "analyticsadmin.properties.deleteConnectedSiteTag", |
752 |
| - "parameterOrder": [], |
753 |
| - "parameters": {}, |
754 |
| - "path": "v1alpha/properties:deleteConnectedSiteTag", |
755 |
| - "request": { |
756 |
| - "$ref": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest" |
757 |
| - }, |
758 |
| - "response": { |
759 |
| - "$ref": "GoogleProtobufEmpty" |
760 |
| - }, |
761 |
| - "scopes": [ |
762 |
| - "https://www.googleapis.com/auth/analytics.edit" |
763 |
| - ] |
764 |
| - }, |
765 |
| - "fetchAutomatedGa4ConfigurationOptOut": { |
766 |
| - "description": "Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.", |
767 |
| - "flatPath": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut", |
768 |
| - "httpMethod": "POST", |
769 |
| - "id": "analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut", |
770 |
| - "parameterOrder": [], |
771 |
| - "parameters": {}, |
772 |
| - "path": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut", |
773 |
| - "request": { |
774 |
| - "$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest" |
775 |
| - }, |
776 |
| - "response": { |
777 |
| - "$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse" |
778 |
| - }, |
779 |
| - "scopes": [ |
780 |
| - "https://www.googleapis.com/auth/analytics.edit", |
781 |
| - "https://www.googleapis.com/auth/analytics.readonly" |
782 |
| - ] |
783 |
| - }, |
784 |
| - "fetchConnectedGa4Property": { |
785 |
| - "description": "Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.", |
786 |
| - "flatPath": "v1alpha/properties:fetchConnectedGa4Property", |
787 |
| - "httpMethod": "GET", |
788 |
| - "id": "analyticsadmin.properties.fetchConnectedGa4Property", |
789 |
| - "parameterOrder": [], |
790 |
| - "parameters": { |
791 |
| - "property": { |
792 |
| - "description": "Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234", |
793 |
| - "location": "query", |
794 |
| - "type": "string" |
795 |
| - } |
796 |
| - }, |
797 |
| - "path": "v1alpha/properties:fetchConnectedGa4Property", |
798 |
| - "response": { |
799 |
| - "$ref": "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse" |
800 |
| - }, |
801 |
| - "scopes": [ |
802 |
| - "https://www.googleapis.com/auth/analytics.edit", |
803 |
| - "https://www.googleapis.com/auth/analytics.readonly" |
804 |
| - ] |
805 |
| - }, |
806 | 729 | "get": {
|
807 | 730 | "description": "Lookup for a single GA Property.",
|
808 | 731 | "flatPath": "v1alpha/properties/{propertiesId}",
|
|
971 | 894 | "https://www.googleapis.com/auth/analytics.readonly"
|
972 | 895 | ]
|
973 | 896 | },
|
974 |
| - "listConnectedSiteTags": { |
975 |
| - "description": "Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.", |
976 |
| - "flatPath": "v1alpha/properties:listConnectedSiteTags", |
977 |
| - "httpMethod": "POST", |
978 |
| - "id": "analyticsadmin.properties.listConnectedSiteTags", |
979 |
| - "parameterOrder": [], |
980 |
| - "parameters": {}, |
981 |
| - "path": "v1alpha/properties:listConnectedSiteTags", |
982 |
| - "request": { |
983 |
| - "$ref": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest" |
984 |
| - }, |
985 |
| - "response": { |
986 |
| - "$ref": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse" |
987 |
| - }, |
988 |
| - "scopes": [ |
989 |
| - "https://www.googleapis.com/auth/analytics.edit", |
990 |
| - "https://www.googleapis.com/auth/analytics.readonly" |
991 |
| - ] |
992 |
| - }, |
993 | 897 | "patch": {
|
994 | 898 | "description": "Updates a property.",
|
995 | 899 | "flatPath": "v1alpha/properties/{propertiesId}",
|
|
1071 | 975 | "https://www.googleapis.com/auth/analytics.readonly"
|
1072 | 976 | ]
|
1073 | 977 | },
|
1074 |
| - "setAutomatedGa4ConfigurationOptOut": { |
1075 |
| - "description": "Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.", |
1076 |
| - "flatPath": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut", |
1077 |
| - "httpMethod": "POST", |
1078 |
| - "id": "analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut", |
1079 |
| - "parameterOrder": [], |
1080 |
| - "parameters": {}, |
1081 |
| - "path": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut", |
1082 |
| - "request": { |
1083 |
| - "$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest" |
1084 |
| - }, |
1085 |
| - "response": { |
1086 |
| - "$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse" |
1087 |
| - }, |
1088 |
| - "scopes": [ |
1089 |
| - "https://www.googleapis.com/auth/analytics.edit" |
1090 |
| - ] |
1091 |
| - }, |
1092 | 978 | "updateAttributionSettings": {
|
1093 | 979 | "description": "Updates attribution settings on a property.",
|
1094 | 980 | "flatPath": "v1alpha/properties/{propertiesId}/attributionSettings",
|
|
5172 | 5058 | }
|
5173 | 5059 | }
|
5174 | 5060 | },
|
5175 |
| - "revision": "20250625", |
| 5061 | + "revision": "20250713", |
5176 | 5062 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
5177 | 5063 | "schemas": {
|
5178 | 5064 | "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
|
|
6765 | 6651 | },
|
6766 | 6652 | "type": "object"
|
6767 | 6653 | },
|
6768 |
| - "GoogleAnalyticsAdminV1alphaConnectedSiteTag": { |
6769 |
| - "description": "Configuration for a specific Connected Site Tag.", |
6770 |
| - "id": "GoogleAnalyticsAdminV1alphaConnectedSiteTag", |
6771 |
| - "properties": { |
6772 |
| - "displayName": { |
6773 |
| - "description": "Required. User-provided display name for the connected site tag. Must be less than 256 characters.", |
6774 |
| - "type": "string" |
6775 |
| - }, |
6776 |
| - "tagId": { |
6777 |
| - "description": "Required. \"Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).", |
6778 |
| - "type": "string" |
6779 |
| - } |
6780 |
| - }, |
6781 |
| - "type": "object" |
6782 |
| - }, |
6783 | 6654 | "GoogleAnalyticsAdminV1alphaConversionEvent": {
|
6784 | 6655 | "description": "A conversion event in a Google Analytics property.",
|
6785 | 6656 | "id": "GoogleAnalyticsAdminV1alphaConversionEvent",
|
|
6904 | 6775 | },
|
6905 | 6776 | "type": "object"
|
6906 | 6777 | },
|
6907 |
| - "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest": { |
6908 |
| - "description": "Request message for CreateConnectedSiteTag RPC.", |
6909 |
| - "id": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest", |
6910 |
| - "properties": { |
6911 |
| - "connectedSiteTag": { |
6912 |
| - "$ref": "GoogleAnalyticsAdminV1alphaConnectedSiteTag", |
6913 |
| - "description": "Required. The tag to add to the Universal Analytics property" |
6914 |
| - }, |
6915 |
| - "property": { |
6916 |
| - "description": "The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234", |
6917 |
| - "type": "string" |
6918 |
| - } |
6919 |
| - }, |
6920 |
| - "type": "object" |
6921 |
| - }, |
6922 |
| - "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse": { |
6923 |
| - "description": "Response message for CreateConnectedSiteTag RPC.", |
6924 |
| - "id": "GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse", |
6925 |
| - "properties": {}, |
6926 |
| - "type": "object" |
6927 |
| - }, |
6928 | 6778 | "GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest": {
|
6929 | 6779 | "description": "Request message for CreateRollupProperty RPC.",
|
6930 | 6780 | "id": "GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest",
|
|
7324 | 7174 | },
|
7325 | 7175 | "type": "object"
|
7326 | 7176 | },
|
7327 |
| - "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest": { |
7328 |
| - "description": "Request message for DeleteConnectedSiteTag RPC.", |
7329 |
| - "id": "GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest", |
7330 |
| - "properties": { |
7331 |
| - "property": { |
7332 |
| - "description": "The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234", |
7333 |
| - "type": "string" |
7334 |
| - }, |
7335 |
| - "tagId": { |
7336 |
| - "description": "Tag ID to forward events to. Also known as the Measurement ID, or the \"G-ID\" (For example: G-12345).", |
7337 |
| - "type": "string" |
7338 |
| - } |
7339 |
| - }, |
7340 |
| - "type": "object" |
7341 |
| - }, |
7342 | 7177 | "GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink": {
|
7343 | 7178 | "description": "A link between a Google Analytics property and a Display & Video 360 advertiser.",
|
7344 | 7179 | "id": "GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink",
|
|
7709 | 7544 | },
|
7710 | 7545 | "type": "object"
|
7711 | 7546 | },
|
7712 |
| - "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest": { |
7713 |
| - "description": "Request for fetching the opt out status for the automated GA4 setup process.", |
7714 |
| - "id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest", |
7715 |
| - "properties": { |
7716 |
| - "property": { |
7717 |
| - "description": "Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234", |
7718 |
| - "type": "string" |
7719 |
| - } |
7720 |
| - }, |
7721 |
| - "type": "object" |
7722 |
| - }, |
7723 |
| - "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse": { |
7724 |
| - "description": "Response message for fetching the opt out status for the automated GA4 setup process.", |
7725 |
| - "id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse", |
7726 |
| - "properties": { |
7727 |
| - "optOut": { |
7728 |
| - "description": "The opt out status for the UA property.", |
7729 |
| - "type": "boolean" |
7730 |
| - } |
7731 |
| - }, |
7732 |
| - "type": "object" |
7733 |
| - }, |
7734 |
| - "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse": { |
7735 |
| - "description": "Response for looking up GA4 property connected to a UA property.", |
7736 |
| - "id": "GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse", |
7737 |
| - "properties": { |
7738 |
| - "property": { |
7739 |
| - "description": "The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property. Format: properties/{property_id} Example: properties/1234", |
7740 |
| - "type": "string" |
7741 |
| - } |
7742 |
| - }, |
7743 |
| - "type": "object" |
7744 |
| - }, |
7745 | 7547 | "GoogleAnalyticsAdminV1alphaFirebaseLink": {
|
7746 | 7548 | "description": "A link between a Google Analytics property and a Firebase project.",
|
7747 | 7549 | "id": "GoogleAnalyticsAdminV1alphaFirebaseLink",
|
|
8138 | 7940 | },
|
8139 | 7941 | "type": "object"
|
8140 | 7942 | },
|
8141 |
| - "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest": { |
8142 |
| - "description": "Request message for ListConnectedSiteTags RPC.", |
8143 |
| - "id": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest", |
8144 |
| - "properties": { |
8145 |
| - "property": { |
8146 |
| - "description": "The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. A maximum of 20 connected site tags will be returned. Example Format: `properties/1234`", |
8147 |
| - "type": "string" |
8148 |
| - } |
8149 |
| - }, |
8150 |
| - "type": "object" |
8151 |
| - }, |
8152 |
| - "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse": { |
8153 |
| - "description": "Response message for ListConnectedSiteTags RPC.", |
8154 |
| - "id": "GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse", |
8155 |
| - "properties": { |
8156 |
| - "connectedSiteTags": { |
8157 |
| - "description": "The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned.", |
8158 |
| - "items": { |
8159 |
| - "$ref": "GoogleAnalyticsAdminV1alphaConnectedSiteTag" |
8160 |
| - }, |
8161 |
| - "type": "array" |
8162 |
| - } |
8163 |
| - }, |
8164 |
| - "type": "object" |
8165 |
| - }, |
8166 | 7943 | "GoogleAnalyticsAdminV1alphaListConversionEventsResponse": {
|
8167 | 7944 | "description": "Response message for ListConversionEvents RPC.",
|
8168 | 7945 | "id": "GoogleAnalyticsAdminV1alphaListConversionEventsResponse",
|
|
9350 | 9127 | },
|
9351 | 9128 | "type": "object"
|
9352 | 9129 | },
|
9353 |
| - "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest": { |
9354 |
| - "description": "Request for setting the opt out status for the automated GA4 setup process.", |
9355 |
| - "id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest", |
9356 |
| - "properties": { |
9357 |
| - "optOut": { |
9358 |
| - "description": "The status to set.", |
9359 |
| - "type": "boolean" |
9360 |
| - }, |
9361 |
| - "property": { |
9362 |
| - "description": "Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234", |
9363 |
| - "type": "string" |
9364 |
| - } |
9365 |
| - }, |
9366 |
| - "type": "object" |
9367 |
| - }, |
9368 |
| - "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse": { |
9369 |
| - "description": "Response message for setting the opt out status for the automated GA4 setup process.", |
9370 |
| - "id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse", |
9371 |
| - "properties": {}, |
9372 |
| - "type": "object" |
9373 |
| - }, |
9374 | 9130 | "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter": {
|
9375 | 9131 | "description": "A resource message representing a Google Analytics subproperty event filter.",
|
9376 | 9132 | "id": "GoogleAnalyticsAdminV1alphaSubpropertyEventFilter",
|
|
0 commit comments