|
713 | 713 | "https://www.googleapis.com/auth/analytics.edit"
|
714 | 714 | ]
|
715 | 715 | },
|
| 716 | + "fetchAutomatedGa4ConfigurationOptOut": { |
| 717 | + "description": "Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.", |
| 718 | + "flatPath": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut", |
| 719 | + "httpMethod": "POST", |
| 720 | + "id": "analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut", |
| 721 | + "parameterOrder": [], |
| 722 | + "parameters": {}, |
| 723 | + "path": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut", |
| 724 | + "request": { |
| 725 | + "$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest" |
| 726 | + }, |
| 727 | + "response": { |
| 728 | + "$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse" |
| 729 | + }, |
| 730 | + "scopes": [ |
| 731 | + "https://www.googleapis.com/auth/analytics.edit", |
| 732 | + "https://www.googleapis.com/auth/analytics.readonly" |
| 733 | + ] |
| 734 | + }, |
716 | 735 | "get": {
|
717 | 736 | "description": "Lookup for a single \"GA4\" Property.",
|
718 | 737 | "flatPath": "v1alpha/properties/{propertiesId}",
|
|
918 | 937 | "https://www.googleapis.com/auth/analytics.readonly"
|
919 | 938 | ]
|
920 | 939 | },
|
| 940 | + "setAutomatedGa4ConfigurationOptOut": { |
| 941 | + "description": "Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.", |
| 942 | + "flatPath": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut", |
| 943 | + "httpMethod": "POST", |
| 944 | + "id": "analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut", |
| 945 | + "parameterOrder": [], |
| 946 | + "parameters": {}, |
| 947 | + "path": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut", |
| 948 | + "request": { |
| 949 | + "$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest" |
| 950 | + }, |
| 951 | + "response": { |
| 952 | + "$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse" |
| 953 | + }, |
| 954 | + "scopes": [ |
| 955 | + "https://www.googleapis.com/auth/analytics.edit" |
| 956 | + ] |
| 957 | + }, |
921 | 958 | "updateAttributionSettings": {
|
922 | 959 | "description": "Updates attribution settings on a property.",
|
923 | 960 | "flatPath": "v1alpha/properties/{propertiesId}/attributionSettings",
|
|
3023 | 3060 | }
|
3024 | 3061 | }
|
3025 | 3062 | },
|
3026 |
| - "revision": "20230129", |
| 3063 | + "revision": "20230131", |
3027 | 3064 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
3028 | 3065 | "schemas": {
|
3029 | 3066 | "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
|
|
4930 | 4967 | },
|
4931 | 4968 | "type": "object"
|
4932 | 4969 | },
|
| 4970 | + "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest": { |
| 4971 | + "description": "Request for fetching the opt out status for the automated GA4 setup process.", |
| 4972 | + "id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest", |
| 4973 | + "properties": { |
| 4974 | + "property": { |
| 4975 | + "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", |
| 4976 | + "type": "string" |
| 4977 | + } |
| 4978 | + }, |
| 4979 | + "type": "object" |
| 4980 | + }, |
| 4981 | + "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse": { |
| 4982 | + "description": "Response message for fetching the opt out status for the automated GA4 setup process.", |
| 4983 | + "id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse", |
| 4984 | + "properties": { |
| 4985 | + "optOut": { |
| 4986 | + "description": "The opt out status for the UA property.", |
| 4987 | + "type": "boolean" |
| 4988 | + } |
| 4989 | + }, |
| 4990 | + "type": "object" |
| 4991 | + }, |
4933 | 4992 | "GoogleAnalyticsAdminV1alphaFirebaseLink": {
|
4934 | 4993 | "description": "A link between a GA4 property and a Firebase project.",
|
4935 | 4994 | "id": "GoogleAnalyticsAdminV1alphaFirebaseLink",
|
|
5893 | 5952 | },
|
5894 | 5953 | "type": "object"
|
5895 | 5954 | },
|
| 5955 | + "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest": { |
| 5956 | + "description": "Request for setting the opt out status for the automated GA4 setup process.", |
| 5957 | + "id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest", |
| 5958 | + "properties": { |
| 5959 | + "optOut": { |
| 5960 | + "description": "The status to set.", |
| 5961 | + "type": "boolean" |
| 5962 | + }, |
| 5963 | + "property": { |
| 5964 | + "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", |
| 5965 | + "type": "string" |
| 5966 | + } |
| 5967 | + }, |
| 5968 | + "type": "object" |
| 5969 | + }, |
| 5970 | + "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse": { |
| 5971 | + "description": "Response message for setting the opt out status for the automated GA4 setup process.", |
| 5972 | + "id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse", |
| 5973 | + "properties": {}, |
| 5974 | + "type": "object" |
| 5975 | + }, |
5896 | 5976 | "GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest": {
|
5897 | 5977 | "description": "Request message for UpdateUserLink RPC.",
|
5898 | 5978 | "id": "GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest",
|
|
0 commit comments