Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Output only. Resource name of the Enhanced Measurement Settings. Format: properties/{property_id}/dataStreams/{dataStream}/enhancedMeasurementSettings Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"
Required. The list of fields to be updated. Field names must be in snake case (e.g., "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[[["Updates the enhanced measurement settings for a given data stream within a Google Analytics property."],["Requires the `analytics.edit` OAuth scope for authorization."],["Utilizes an HTTP PATCH request with path and query parameters to identify the data stream and specify the updated fields."],["Includes a request body containing the desired EnhancedMeasurementSettings and responds with the updated settings on success."]]],["This document details how to update enhanced measurement settings for a data stream via a PATCH request. Key actions include using the specified URL with gRPC Transcoding syntax, providing the `enhancedMeasurementSettings.name` in the path, and utilizing the `updateMask` query parameter to define fields for modification. The request body contains `EnhancedMeasurementSettings` and a successful response will also include an instance of `EnhancedMeasurementSettings`. Access requires the `analytics.edit` authorization scope.\n"]]