Wajib. Daftar kolom yang akan diperbarui. Nama kolom harus dalam bentuk snake case (misalnya, "field_to_update"). Kolom yang dihilangkan tidak akan diperbarui. Untuk mengganti seluruh entitas, gunakan satu jalur dengan string "*" untuk mencocokkan semua kolom.
Ini adalah daftar dipisahkan koma yang berisi nama-nama kolom yang sepenuhnya memenuhi syarat. Contoh: "user.displayName,photo".
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-01-14 UTC."],[[["Updates a Subproperty Event Filter using a PATCH request to a specified URL with gRPC Transcoding syntax."],["Requires specifying the `subpropertyEventFilter.name` as a path parameter to identify the filter to update and providing an `updateMask` query parameter to indicate the fields to modify."],["The request body should contain a `SubpropertyEventFilter` object with the desired updates, and the response body will contain the updated `SubpropertyEventFilter` if successful."],["Authorization is necessary using the `https://www.googleapis.com/auth/analytics.edit` scope."]]],["This documentation details updating a subproperty Event Filter via a `PATCH` HTTP request to a specified URL. The URL includes a path parameter, `subpropertyEventFilter.name`, to identify the filter. The `updateMask` query parameter specifies which fields to modify. The request and response bodies use the `SubpropertyEventFilter` structure. Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope. Users can interact with a try-it feature.\n"]]