Skip to content

Commit b27bb76

Browse files
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were added: - resources.properties.methods.getReportingIdentitySettings (Total Keys: 11) - schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.reportingIdentitySettings.$ref (Total Keys: 1) - schemas.GoogleAnalyticsAdminV1alphaReportingIdentitySettings (Total Keys: 5)
1 parent 5272f35 commit b27bb76

File tree

3 files changed

+94
-3
lines changed

3 files changed

+94
-3
lines changed

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,10 @@ <h3>Method Details</h3>
986986
&quot;systemGenerated&quot;: True or False, # Output only. If true, this annotation was generated by the Google Analytics system. System-generated annotations cannot be updated or deleted.
987987
&quot;title&quot;: &quot;A String&quot;, # Required. Human-readable title for this Reporting Data Annotation.
988988
},
989+
&quot;reportingIdentitySettings&quot;: { # A resource containing settings related to reporting identity. # A snapshot of a ReportingIdentitySettings resource in change history.
990+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: &quot;properties/1234/reportingIdentitySettings&quot;
991+
&quot;reportingIdentity&quot;: &quot;A String&quot;, # The strategy used for identifying user identities in reports.
992+
},
989993
&quot;searchAds360Link&quot;: { # A link between a Google Analytics property and a Search Ads 360 entity. # A snapshot of a SearchAds360Link resource in change history.
990994
&quot;adsPersonalizationEnabled&quot;: True or False, # Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
991995
&quot;advertiserDisplayName&quot;: &quot;A String&quot;, # Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.
@@ -1511,6 +1515,10 @@ <h3>Method Details</h3>
15111515
&quot;systemGenerated&quot;: True or False, # Output only. If true, this annotation was generated by the Google Analytics system. System-generated annotations cannot be updated or deleted.
15121516
&quot;title&quot;: &quot;A String&quot;, # Required. Human-readable title for this Reporting Data Annotation.
15131517
},
1518+
&quot;reportingIdentitySettings&quot;: { # A resource containing settings related to reporting identity. # A snapshot of a ReportingIdentitySettings resource in change history.
1519+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: &quot;properties/1234/reportingIdentitySettings&quot;
1520+
&quot;reportingIdentity&quot;: &quot;A String&quot;, # The strategy used for identifying user identities in reports.
1521+
},
15141522
&quot;searchAds360Link&quot;: { # A link between a Google Analytics property and a Search Ads 360 entity. # A snapshot of a SearchAds360Link resource in change history.
15151523
&quot;adsPersonalizationEnabled&quot;: True or False, # Enables personalized advertising features with this integration. If this field is not set on create, it will be defaulted to true.
15161524
&quot;advertiserDisplayName&quot;: &quot;A String&quot;, # Output only. The display name of the Search Ads 360 Advertiser. Allows users to easily identify the linked resource.

docs/dyn/analyticsadmin_v1alpha.properties.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ <h2>Instance Methods</h2>
218218
<p class="toc_element">
219219
<code><a href="#getGoogleSignalsSettings">getGoogleSignalsSettings(name, x__xgafv=None)</a></code></p>
220220
<p class="firstline">Lookup for Google Signals settings for a property.</p>
221+
<p class="toc_element">
222+
<code><a href="#getReportingIdentitySettings">getReportingIdentitySettings(name, x__xgafv=None)</a></code></p>
223+
<p class="firstline">Returns the singleton data retention settings for this property.</p>
221224
<p class="toc_element">
222225
<code><a href="#list">list(filter=None, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</a></code></p>
223226
<p class="firstline">Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.</p>
@@ -615,6 +618,26 @@ <h3>Method Details</h3>
615618
}</pre>
616619
</div>
617620

621+
<div class="method">
622+
<code class="details" id="getReportingIdentitySettings">getReportingIdentitySettings(name, x__xgafv=None)</code>
623+
<pre>Returns the singleton data retention settings for this property.
624+
625+
Args:
626+
name: string, Required. The name of the settings to lookup. Format: properties/{property}/reportingIdentitySettings Example: &quot;properties/1000/reportingIdentitySettings&quot; (required)
627+
x__xgafv: string, V1 error format.
628+
Allowed values
629+
1 - v1 error format
630+
2 - v2 error format
631+
632+
Returns:
633+
An object of the form:
634+
635+
{ # A resource containing settings related to reporting identity.
636+
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: &quot;properties/1234/reportingIdentitySettings&quot;
637+
&quot;reportingIdentity&quot;: &quot;A String&quot;, # The strategy used for identifying user identities in reports.
638+
}</pre>
639+
</div>
640+
618641
<div class="method">
619642
<code class="details" id="list">list(filter=None, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</code>
620643
<pre>Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: &quot;trashed&quot;) properties are excluded by default. Returns an empty list if no relevant properties are found.

googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -907,6 +907,32 @@
907907
"https://www.googleapis.com/auth/analytics.readonly"
908908
]
909909
},
910+
"getReportingIdentitySettings": {
911+
"description": "Returns the singleton data retention settings for this property.",
912+
"flatPath": "v1alpha/properties/{propertiesId}/reportingIdentitySettings",
913+
"httpMethod": "GET",
914+
"id": "analyticsadmin.properties.getReportingIdentitySettings",
915+
"parameterOrder": [
916+
"name"
917+
],
918+
"parameters": {
919+
"name": {
920+
"description": "Required. The name of the settings to lookup. Format: properties/{property}/reportingIdentitySettings Example: \"properties/1000/reportingIdentitySettings\"",
921+
"location": "path",
922+
"pattern": "^properties/[^/]+/reportingIdentitySettings$",
923+
"required": true,
924+
"type": "string"
925+
}
926+
},
927+
"path": "v1alpha/{+name}",
928+
"response": {
929+
"$ref": "GoogleAnalyticsAdminV1alphaReportingIdentitySettings"
930+
},
931+
"scopes": [
932+
"https://www.googleapis.com/auth/analytics.edit",
933+
"https://www.googleapis.com/auth/analytics.readonly"
934+
]
935+
},
910936
"list": {
911937
"description": "Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: \"trashed\") properties are excluded by default. Returns an empty list if no relevant properties are found.",
912938
"flatPath": "v1alpha/properties",
@@ -5146,7 +5172,7 @@
51465172
}
51475173
}
51485174
},
5149-
"revision": "20250615",
5175+
"revision": "20250625",
51505176
"rootUrl": "https://analyticsadmin.googleapis.com/",
51515177
"schemas": {
51525178
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
@@ -6534,6 +6560,10 @@
65346560
"$ref": "GoogleAnalyticsAdminV1alphaReportingDataAnnotation",
65356561
"description": "A snapshot of a ReportingDataAnnotation resource in change history."
65366562
},
6563+
"reportingIdentitySettings": {
6564+
"$ref": "GoogleAnalyticsAdminV1alphaReportingIdentitySettings",
6565+
"description": "A snapshot of a ReportingIdentitySettings resource in change history."
6566+
},
65376567
"searchAds360Link": {
65386568
"$ref": "GoogleAnalyticsAdminV1alphaSearchAds360Link",
65396569
"description": "A snapshot of a SearchAds360Link resource in change history."
@@ -8960,6 +8990,34 @@
89608990
},
89618991
"type": "object"
89628992
},
8993+
"GoogleAnalyticsAdminV1alphaReportingIdentitySettings": {
8994+
"description": "A resource containing settings related to reporting identity.",
8995+
"id": "GoogleAnalyticsAdminV1alphaReportingIdentitySettings",
8996+
"properties": {
8997+
"name": {
8998+
"description": "Output only. Identifier. Resource name for this reporting identity settings singleton resource. Format: properties/{property_id}/reportingIdentitySettings Example: \"properties/1234/reportingIdentitySettings\"",
8999+
"readOnly": true,
9000+
"type": "string"
9001+
},
9002+
"reportingIdentity": {
9003+
"description": "The strategy used for identifying user identities in reports.",
9004+
"enum": [
9005+
"IDENTITY_BLENDING_STRATEGY_UNSPECIFIED",
9006+
"BLENDED",
9007+
"OBSERVED",
9008+
"DEVICE_BASED"
9009+
],
9010+
"enumDescriptions": [
9011+
"Unspecified blending strategy.",
9012+
"Blended reporting identity strategy.",
9013+
"Observed reporting identity strategy.",
9014+
"Device-based reporting identity strategy."
9015+
],
9016+
"type": "string"
9017+
}
9018+
},
9019+
"type": "object"
9020+
},
89639021
"GoogleAnalyticsAdminV1alphaRollupPropertySourceLink": {
89649022
"description": "A link that references a source property under the parent rollup property.",
89659023
"id": "GoogleAnalyticsAdminV1alphaRollupPropertySourceLink",
@@ -9232,7 +9290,8 @@
92329290
"KEY_EVENT",
92339291
"CALCULATED_METRIC",
92349292
"REPORTING_DATA_ANNOTATION",
9235-
"SUBPROPERTY_SYNC_CONFIG"
9293+
"SUBPROPERTY_SYNC_CONFIG",
9294+
"REPORTING_IDENTITY_SETTINGS"
92369295
],
92379296
"enumDescriptions": [
92389297
"Resource type unknown or not specified.",
@@ -9263,7 +9322,8 @@
92639322
"KeyEvent resource",
92649323
"CalculatedMetric resource",
92659324
"ReportingDataAnnotation resource",
9266-
"SubpropertySyncConfig resource"
9325+
"SubpropertySyncConfig resource",
9326+
"ReportingIdentitySettings resource"
92679327
],
92689328
"type": "string"
92699329
},

0 commit comments

Comments
 (0)