Aktualizuje ustawienia pomiaru zaawansowanego w tym strumieniu danych. Pamiętaj, że aby te ustawienia zostały zastosowane, w przypadku strumienia musi być włączony pomiar zaawansowany.
Tylko dane wyjściowe. Nazwa zasobu ustawień pomiaru zaawansowanego. Format: properties/{property_id}/dataStreams/{dataStream}/enhancedMeasurementSettings Przykład: „properties/1000/dataStreams/2000/enhancedMeasurementSettings”
Wymagane. Lista pól do zaktualizowania. Nazwy pól muszą być zapisane w nazwie snake (np. „field_to_update”). Pominięte pola nie zostaną zaktualizowane. Aby zastąpić całą encję, użyj jednej ścieżki z ciągiem znaków „*”, aby dopasować wszystkie pola.
Jest to rozdzielona przecinkami lista pełnych i jednoznacznych nazw pól. Przykład: "user.displayName,photo".
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-04-02 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"]]