You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, Required. The account which owns the platforms. Format: accounts/{account} (required)
122
+
pageSize: integer, Optional. The maximum number of platforms to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
123
+
pageToken: string, Optional. A page token, received from a previous `ListPlatforms` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatforms` must match the call that provided the page token.
124
+
x__xgafv: string, V1 error format.
125
+
Allowed values
126
+
1 - v1 error format
127
+
2 - v2 error format
128
+
129
+
Returns:
130
+
An object of the form:
131
+
132
+
{ # Response definition for the platform list rpc.
133
+
"nextPageToken": "A String", # Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's "page_token" value to this.
134
+
"platforms": [ # The platforms returned in this list response.
135
+
{ # Representation of a Transparent Platform.
136
+
"defaultPlatformGroup": "A String", # Default platform group for the platform.
137
+
"description": "A String", # Output only. Description of the platform.
138
+
"name": "A String", # Identifier. Resource name of a platform. Format: accounts/{account}/platforms/{platform}
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ <h2>Instance Methods</h2>
108
108
<pclass="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. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA 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). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.</p>
<pclass="firstline">Searches through all changes to an account or its children given the specified set of filters.</p>
111
+
<pclass="firstline">Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.</p>
<pre>Searches through all changes to an account or its children given the specified set of filters.
502
+
<pre>Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.
503
503
504
504
Args:
505
505
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` (required)
@@ -515,7 +515,7 @@ <h3>Method Details</h3>
515
515
],
516
516
"earliestChangeTime": "A String", # Optional. If set, only return changes made after this time (inclusive).
517
517
"latestChangeTime": "A String", # Optional. If set, only return changes made before this time (inclusive).
518
-
"pageSize": 42, # Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
518
+
"pageSize": 42, # Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.
519
519
"pageToken": "A String", # Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
520
520
"property": "A String", # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
521
521
"resourceType": [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
@@ -798,7 +798,7 @@ <h3>Method Details</h3>
798
798
"queryParameterRedactionEnabled": True or False, # Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters. If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.
799
799
},
800
800
"dataRetentionSettings": { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
801
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
801
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
802
802
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
803
803
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
804
804
},
@@ -1281,7 +1281,7 @@ <h3>Method Details</h3>
1281
1281
"queryParameterRedactionEnabled": True or False, # Query Parameter redaction removes the key and value portions of a query parameter if it is in the configured set of query parameters. If enabled, URL query replacement logic will be run for the Stream. Any query parameters defined in query_parameter_keys will be redacted.
1282
1282
},
1283
1283
"dataRetentionSettings": { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
1284
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
1284
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
1285
1285
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
1286
1286
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.properties.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -577,7 +577,7 @@ <h3>Method Details</h3>
577
577
An object of the form:
578
578
579
579
{ # Settings values for data retention. This is a singleton resource.
580
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
580
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
581
581
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
582
582
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
583
583
}</pre>
@@ -1106,7 +1106,7 @@ <h3>Method Details</h3>
1106
1106
The object takes the form of:
1107
1107
1108
1108
{ # Settings values for data retention. This is a singleton resource.
1109
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
1109
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
1110
1110
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
1111
1111
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
1112
1112
}
@@ -1121,7 +1121,7 @@ <h3>Method Details</h3>
1121
1121
An object of the form:
1122
1122
1123
1123
{ # Settings values for data retention. This is a singleton resource.
1124
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
1124
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
1125
1125
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
1126
1126
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1beta.accounts.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ <h2>Instance Methods</h2>
103
103
<pclass="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. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA 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). To give your feedback on this API, complete the [Google Analytics Access Reports feedback](https://docs.google.com/forms/d/e/1FAIpQLSdmEBUrMzAEdiEKk5TV5dEHvDUZDRlgWYdQdAeSdtR4hVjEhw/viewform) form.</p>
<pclass="firstline">Searches through all changes to an account or its children given the specified set of filters.</p>
106
+
<pclass="firstline">Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.</p>
<pre>Searches through all changes to an account or its children given the specified set of filters.
497
+
<pre>Searches through all changes to an account or its children given the specified set of filters. Only returns the subset of changes supported by the API. The UI may return additional changes.
498
498
499
499
Args:
500
500
account: string, Required. The account resource for which to return change history resources. Format: accounts/{account} Example: `accounts/100` (required)
@@ -510,7 +510,7 @@ <h3>Method Details</h3>
510
510
],
511
511
"earliestChangeTime": "A String", # Optional. If set, only return changes made after this time (inclusive).
512
512
"latestChangeTime": "A String", # Optional. If set, only return changes made before this time (inclusive).
513
-
"pageSize": 42, # Optional. The maximum number of ChangeHistoryEvent items to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum).
513
+
"pageSize": 42, # Optional. The maximum number of ChangeHistoryEvent items to return. If unspecified, at most 50 items will be returned. The maximum value is 200 (higher values will be coerced to the maximum). Note that the service may return a page with fewer items than this value specifies (potentially even zero), and that there still may be additional pages. If you want a particular number of items, you'll need to continue requesting additional pages using `page_token` until you get the needed number.
514
514
"pageToken": "A String", # Optional. A page token, received from a previous `SearchChangeHistoryEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchChangeHistoryEvents` must match the call that provided the page token.
515
515
"property": "A String", # Optional. Resource name for a child property. If set, only return changes made to this property or its child resources. Format: properties/{propertyId} Example: `properties/100`
516
516
"resourceType": [ # Optional. If set, only return changes if they are for a resource that matches at least one of these types.
@@ -558,7 +558,7 @@ <h3>Method Details</h3>
558
558
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
559
559
},
560
560
"dataRetentionSettings": { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
561
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
561
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
562
562
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
563
563
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
564
564
},
@@ -640,7 +640,7 @@ <h3>Method Details</h3>
640
640
"name": "A String", # Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event}
641
641
},
642
642
"dataRetentionSettings": { # Settings values for data retention. This is a singleton resource. # A snapshot of a data retention settings resource in change history.
643
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
643
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
644
644
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
645
645
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1beta.properties.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ <h3>Method Details</h3>
299
299
An object of the form:
300
300
301
301
{ # Settings values for data retention. This is a singleton resource.
302
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
302
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
303
303
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
304
304
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
305
305
}</pre>
@@ -612,7 +612,7 @@ <h3>Method Details</h3>
612
612
The object takes the form of:
613
613
614
614
{ # Settings values for data retention. This is a singleton resource.
615
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
615
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
616
616
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
617
617
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
618
618
}
@@ -627,7 +627,7 @@ <h3>Method Details</h3>
627
627
An object of the form:
628
628
629
629
{ # Settings values for data retention. This is a singleton resource.
630
-
"eventDataRetention": "A String", # The length of time that event-level data is retained.
630
+
"eventDataRetention": "A String", # Required. The length of time that event-level data is retained.
631
631
"name": "A String", # Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings
632
632
"resetUserDataOnNewActivity": True or False, # If true, reset the retention period for the user identifier with every event from that user.
0 commit comments