|
642 | 642 | },
|
643 | 643 | "properties": {
|
644 | 644 | "methods": {
|
| 645 | + "acknowledgeUserDataCollection": { |
| 646 | + "description": "Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or via this API) before MeasurementProtocolSecret resources may be created.", |
| 647 | + "flatPath": "v1alpha/properties/{propertiesId}:acknowledgeUserDataCollection", |
| 648 | + "httpMethod": "POST", |
| 649 | + "id": "analyticsadmin.properties.acknowledgeUserDataCollection", |
| 650 | + "parameterOrder": [ |
| 651 | + "property" |
| 652 | + ], |
| 653 | + "parameters": { |
| 654 | + "property": { |
| 655 | + "description": "Required. The property for which to acknowledge user data collection.", |
| 656 | + "location": "path", |
| 657 | + "pattern": "^properties/[^/]+$", |
| 658 | + "required": true, |
| 659 | + "type": "string" |
| 660 | + } |
| 661 | + }, |
| 662 | + "path": "v1alpha/{+property}:acknowledgeUserDataCollection", |
| 663 | + "request": { |
| 664 | + "$ref": "GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest" |
| 665 | + }, |
| 666 | + "response": { |
| 667 | + "$ref": "GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse" |
| 668 | + }, |
| 669 | + "scopes": [ |
| 670 | + "https://www.googleapis.com/auth/analytics.edit" |
| 671 | + ] |
| 672 | + }, |
645 | 673 | "create": {
|
646 | 674 | "description": "Creates an \"GA4\" property with the specified location and attributes.",
|
647 | 675 | "flatPath": "v1alpha/properties",
|
|
3152 | 3180 | }
|
3153 | 3181 | }
|
3154 | 3182 | },
|
3155 |
| - "revision": "20211002", |
| 3183 | + "revision": "20211008", |
3156 | 3184 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
3157 | 3185 | "schemas": {
|
3158 | 3186 | "GoogleAnalyticsAdminV1alphaAccount": {
|
|
3218 | 3246 | },
|
3219 | 3247 | "type": "object"
|
3220 | 3248 | },
|
| 3249 | + "GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest": { |
| 3250 | + "description": "Request message for AcknowledgeUserDataCollection RPC.", |
| 3251 | + "id": "GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionRequest", |
| 3252 | + "properties": { |
| 3253 | + "acknowledgement": { |
| 3254 | + "description": "Required. An acknowledgement that the caller of this method understands the terms of user data collection. This field must contain the exact value: \"I acknowledge that I have the necessary privacy disclosures and rights from my end users for the collection and processing of their data, including the association of such data with the visitation information Google Analytics collects from my site and/or app property.\"", |
| 3255 | + "type": "string" |
| 3256 | + } |
| 3257 | + }, |
| 3258 | + "type": "object" |
| 3259 | + }, |
| 3260 | + "GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse": { |
| 3261 | + "description": "Response message for AcknowledgeUserDataCollection RPC.", |
| 3262 | + "id": "GoogleAnalyticsAdminV1alphaAcknowledgeUserDataCollectionResponse", |
| 3263 | + "properties": {}, |
| 3264 | + "type": "object" |
| 3265 | + }, |
3221 | 3266 | "GoogleAnalyticsAdminV1alphaAndroidAppDataStream": {
|
3222 | 3267 | "description": "A resource message representing a Google Analytics Android app stream.",
|
3223 | 3268 | "id": "GoogleAnalyticsAdminV1alphaAndroidAppDataStream",
|
|
0 commit comments