Nur Ausgabe. Name dieser Ressource für Datenentfernungseinstellungen. Format: properties/{property_id}/dataStreams/{dataStream}/dataRedactionSettings Beispiel: "properties/1000/dataStreams/2000/dataRedactionSettings"
Erforderlich. Die Liste der Felder, die aktualisiert werden sollen. Feldnamen müssen in Snake-Case-Schreibweise angegeben werden (z.B. „field_to_update“). Ausgelassene Felder werden nicht aktualisiert. Wenn Sie die gesamte Entität ersetzen möchten, verwenden Sie einen Pfad mit dem String „*“, um alle Felder abzugleichen.
Dies ist eine durch Kommas getrennte Liste voll qualifizierter Feldnamen. Beispiel: "user.displayName,photo".
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-26 (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"]]