diff --git a/docs/dyn/analyticsadmin_v1alpha.properties.html b/docs/dyn/analyticsadmin_v1alpha.properties.html index 0bc7a684e68..3e1989e8d7b 100644 --- a/docs/dyn/analyticsadmin_v1alpha.properties.html +++ b/docs/dyn/analyticsadmin_v1alpha.properties.html @@ -146,6 +146,9 @@

Instance Methods

delete(name, x__xgafv=None)

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, UserLinks) 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.

+

+ fetchAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None)

+

Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.

get(name, x__xgafv=None)

Lookup for a single "GA4" Property.

@@ -170,6 +173,9 @@

Instance Methods

runAccessReport(entity, body=None, x__xgafv=None)

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. The property must be in Google Analytics 360. 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).

+

+ setAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None)

+

Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.

updateAttributionSettings(name, body=None, updateMask=None, x__xgafv=None)

Updates attribution settings on a property.

@@ -290,6 +296,31 @@

Method Details

} +
+ fetchAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None) +
Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
+
+Args:
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Request for fetching the opt out status for the automated GA4 setup process.
+  "property": "A String", # 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
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Response message for fetching the opt out status for the automated GA4 setup process.
+  "optOut": True or False, # The opt out status for the UA property.
+}
+
+
get(name, x__xgafv=None)
Lookup for a single "GA4" Property.
@@ -680,6 +711,31 @@ 

Method Details

}
+
+ setAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None) +
Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
+
+Args:
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Request for setting the opt out status for the automated GA4 setup process.
+  "optOut": True or False, # The status to set.
+  "property": "A String", # 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
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Response message for setting the opt out status for the automated GA4 setup process.
+}
+
+
updateAttributionSettings(name, body=None, updateMask=None, x__xgafv=None)
Updates attribution settings on a property.
diff --git a/googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json b/googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json
index 51d867c951d..3520597520c 100644
--- a/googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json
+++ b/googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json
@@ -713,6 +713,25 @@
             "https://www.googleapis.com/auth/analytics.edit"
           ]
         },
+        "fetchAutomatedGa4ConfigurationOptOut": {
+          "description": "Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.",
+          "flatPath": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut",
+          "httpMethod": "POST",
+          "id": "analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut",
+          "parameterOrder": [],
+          "parameters": {},
+          "path": "v1alpha/properties:fetchAutomatedGa4ConfigurationOptOut",
+          "request": {
+            "$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest"
+          },
+          "response": {
+            "$ref": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse"
+          },
+          "scopes": [
+            "https://www.googleapis.com/auth/analytics.edit",
+            "https://www.googleapis.com/auth/analytics.readonly"
+          ]
+        },
         "get": {
           "description": "Lookup for a single \"GA4\" Property.",
           "flatPath": "v1alpha/properties/{propertiesId}",
@@ -918,6 +937,24 @@
             "https://www.googleapis.com/auth/analytics.readonly"
           ]
         },
+        "setAutomatedGa4ConfigurationOptOut": {
+          "description": "Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.",
+          "flatPath": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut",
+          "httpMethod": "POST",
+          "id": "analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut",
+          "parameterOrder": [],
+          "parameters": {},
+          "path": "v1alpha/properties:setAutomatedGa4ConfigurationOptOut",
+          "request": {
+            "$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest"
+          },
+          "response": {
+            "$ref": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse"
+          },
+          "scopes": [
+            "https://www.googleapis.com/auth/analytics.edit"
+          ]
+        },
         "updateAttributionSettings": {
           "description": "Updates attribution settings on a property.",
           "flatPath": "v1alpha/properties/{propertiesId}/attributionSettings",
@@ -3023,7 +3060,7 @@
       }
     }
   },
-  "revision": "20230129",
+  "revision": "20230131",
   "rootUrl": "https://analyticsadmin.googleapis.com/",
   "schemas": {
     "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -4930,6 +4967,28 @@
       },
       "type": "object"
     },
+    "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest": {
+      "description": "Request for fetching the opt out status for the automated GA4 setup process.",
+      "id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest",
+      "properties": {
+        "property": {
+          "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",
+          "type": "string"
+        }
+      },
+      "type": "object"
+    },
+    "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse": {
+      "description": "Response message for fetching the opt out status for the automated GA4 setup process.",
+      "id": "GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse",
+      "properties": {
+        "optOut": {
+          "description": "The opt out status for the UA property.",
+          "type": "boolean"
+        }
+      },
+      "type": "object"
+    },
     "GoogleAnalyticsAdminV1alphaFirebaseLink": {
       "description": "A link between a GA4 property and a Firebase project.",
       "id": "GoogleAnalyticsAdminV1alphaFirebaseLink",
@@ -5893,6 +5952,27 @@
       },
       "type": "object"
     },
+    "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest": {
+      "description": "Request for setting the opt out status for the automated GA4 setup process.",
+      "id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest",
+      "properties": {
+        "optOut": {
+          "description": "The status to set.",
+          "type": "boolean"
+        },
+        "property": {
+          "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",
+          "type": "string"
+        }
+      },
+      "type": "object"
+    },
+    "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse": {
+      "description": "Response message for setting the opt out status for the automated GA4 setup process.",
+      "id": "GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse",
+      "properties": {},
+      "type": "object"
+    },
     "GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest": {
       "description": "Request message for UpdateUserLink RPC.",
       "id": "GoogleAnalyticsAdminV1alphaUpdateUserLinkRequest",
diff --git a/googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json b/googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json
index cdbe13dc6a7..57847bf6f62 100644
--- a/googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json
+++ b/googleapiclient/discovery_cache/documents/analyticsadmin.v1beta.json
@@ -1536,7 +1536,7 @@
       }
     }
   },
-  "revision": "20230129",
+  "revision": "20230131",
   "rootUrl": "https://analyticsadmin.googleapis.com/",
   "schemas": {
     "GoogleAnalyticsAdminV1betaAccount": {