Skip to content

File tree

207 files changed

+1463
-2045
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

207 files changed

+1463
-2045
lines changed

docs/dyn/analyticsadmin_v1alpha.properties.html

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ <h2>Instance Methods</h2>
146146
<p class="toc_element">
147147
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
148148
<p class="firstline">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.</p>
149+
<p class="toc_element">
150+
<code><a href="#fetchAutomatedGa4ConfigurationOptOut">fetchAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None)</a></code></p>
151+
<p class="firstline">Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.</p>
149152
<p class="toc_element">
150153
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
151154
<p class="firstline">Lookup for a single "GA4" Property.</p>
@@ -170,6 +173,9 @@ <h2>Instance Methods</h2>
170173
<p class="toc_element">
171174
<code><a href="#runAccessReport">runAccessReport(entity, body=None, x__xgafv=None)</a></code></p>
172175
<p class="firstline">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).</p>
176+
<p class="toc_element">
177+
<code><a href="#setAutomatedGa4ConfigurationOptOut">setAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None)</a></code></p>
178+
<p class="firstline">Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.</p>
173179
<p class="toc_element">
174180
<code><a href="#updateAttributionSettings">updateAttributionSettings(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
175181
<p class="firstline">Updates attribution settings on a property.</p>
@@ -290,6 +296,31 @@ <h3>Method Details</h3>
290296
}</pre>
291297
</div>
292298

299+
<div class="method">
300+
<code class="details" id="fetchAutomatedGa4ConfigurationOptOut">fetchAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None)</code>
301+
<pre>Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
302+
303+
Args:
304+
body: object, The request body.
305+
The object takes the form of:
306+
307+
{ # Request for fetching the opt out status for the automated GA4 setup process.
308+
&quot;property&quot;: &quot;A String&quot;, # 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
309+
}
310+
311+
x__xgafv: string, V1 error format.
312+
Allowed values
313+
1 - v1 error format
314+
2 - v2 error format
315+
316+
Returns:
317+
An object of the form:
318+
319+
{ # Response message for fetching the opt out status for the automated GA4 setup process.
320+
&quot;optOut&quot;: True or False, # The opt out status for the UA property.
321+
}</pre>
322+
</div>
323+
293324
<div class="method">
294325
<code class="details" id="get">get(name, x__xgafv=None)</code>
295326
<pre>Lookup for a single &quot;GA4&quot; Property.
@@ -680,6 +711,31 @@ <h3>Method Details</h3>
680711
}</pre>
681712
</div>
682713

714+
<div class="method">
715+
<code class="details" id="setAutomatedGa4ConfigurationOptOut">setAutomatedGa4ConfigurationOptOut(body=None, x__xgafv=None)</code>
716+
<pre>Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
717+
718+
Args:
719+
body: object, The request body.
720+
The object takes the form of:
721+
722+
{ # Request for setting the opt out status for the automated GA4 setup process.
723+
&quot;optOut&quot;: True or False, # The status to set.
724+
&quot;property&quot;: &quot;A String&quot;, # 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
725+
}
726+
727+
x__xgafv: string, V1 error format.
728+
Allowed values
729+
1 - v1 error format
730+
2 - v2 error format
731+
732+
Returns:
733+
An object of the form:
734+
735+
{ # Response message for setting the opt out status for the automated GA4 setup process.
736+
}</pre>
737+
</div>
738+
683739
<div class="method">
684740
<code class="details" id="updateAttributionSettings">updateAttributionSettings(name, body=None, updateMask=None, x__xgafv=None)</code>
685741
<pre>Updates attribution settings on a property.

0 commit comments

Comments
 (0)