|
907 | 907 | "https://www.googleapis.com/auth/analytics.readonly"
|
908 | 908 | ]
|
909 | 909 | },
|
| 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 | +}, |
910 | 936 | "list": {
|
911 | 937 | "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.",
|
912 | 938 | "flatPath": "v1alpha/properties",
|
|
5146 | 5172 | }
|
5147 | 5173 | }
|
5148 | 5174 | },
|
5149 |
| -"revision": "20250615", |
| 5175 | +"revision": "20250625", |
5150 | 5176 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
5151 | 5177 | "schemas": {
|
5152 | 5178 | "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
|
|
6534 | 6560 | "$ref": "GoogleAnalyticsAdminV1alphaReportingDataAnnotation",
|
6535 | 6561 | "description": "A snapshot of a ReportingDataAnnotation resource in change history."
|
6536 | 6562 | },
|
| 6563 | +"reportingIdentitySettings": { |
| 6564 | +"$ref": "GoogleAnalyticsAdminV1alphaReportingIdentitySettings", |
| 6565 | +"description": "A snapshot of a ReportingIdentitySettings resource in change history." |
| 6566 | +}, |
6537 | 6567 | "searchAds360Link": {
|
6538 | 6568 | "$ref": "GoogleAnalyticsAdminV1alphaSearchAds360Link",
|
6539 | 6569 | "description": "A snapshot of a SearchAds360Link resource in change history."
|
|
8960 | 8990 | },
|
8961 | 8991 | "type": "object"
|
8962 | 8992 | },
|
| 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 | +}, |
8963 | 9021 | "GoogleAnalyticsAdminV1alphaRollupPropertySourceLink": {
|
8964 | 9022 | "description": "A link that references a source property under the parent rollup property.",
|
8965 | 9023 | "id": "GoogleAnalyticsAdminV1alphaRollupPropertySourceLink",
|
|
9232 | 9290 | "KEY_EVENT",
|
9233 | 9291 | "CALCULATED_METRIC",
|
9234 | 9292 | "REPORTING_DATA_ANNOTATION",
|
9235 |
| -"SUBPROPERTY_SYNC_CONFIG" |
| 9293 | +"SUBPROPERTY_SYNC_CONFIG", |
| 9294 | +"REPORTING_IDENTITY_SETTINGS" |
9236 | 9295 | ],
|
9237 | 9296 | "enumDescriptions": [
|
9238 | 9297 | "Resource type unknown or not specified.",
|
|
9263 | 9322 | "KeyEvent resource",
|
9264 | 9323 | "CalculatedMetric resource",
|
9265 | 9324 | "ReportingDataAnnotation resource",
|
9266 |
| -"SubpropertySyncConfig resource" |
| 9325 | +"SubpropertySyncConfig resource", |
| 9326 | +"ReportingIdentitySettings resource" |
9267 | 9327 | ],
|
9268 | 9328 | "type": "string"
|
9269 | 9329 | },
|
|
0 commit comments