Tylko dane wyjściowe. Nazwa tego zasobu ustawień usuwania danych. Format: properties/{property_id}/dataStreams/{dataStream}/dataRedactionSettings Przykład: „properties/1000/dataStreams/2000/dataRedactionSettings”
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 a DataRedactionSettings on a property using a `PATCH` request to a specific URL with gRPC Transcoding syntax."],["The request requires specifying `dataRedactionSettings.name` as a path parameter and `updateMask` as a query parameter."],["The request body and successful response body both contain a DataRedactionSettings instance."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope."]]],["This outlines how to update `DataRedactionSettings` on a property using a PATCH request. The request URL uses gRPC Transcoding syntax and includes a path parameter `dataRedactionSettings.name`. The `updateMask` query parameter specifies which fields to update. The request and response bodies use the `DataRedactionSettings` instance. Authorization requires the `analytics.edit` OAuth scope. A \"Try it!\" button is provided for testing.\n"]]