[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-01-14 (世界標準時間)。"],[[["Updates a Key Event via a `PATCH` request to the specified URL with required path and query parameters."],["The request body should contain an instance of `KeyEvent` for specifying the desired modifications."],["A successful update operation results in a response containing the updated `KeyEvent` instance."],["Users need to be authorized with the `https://www.googleapis.com/auth/analytics.edit` scope to perform this action."]]],["This document details updating a Key Event via a PATCH request to a specific URL structure: `https://analyticsadmin.googleapis.com/v1beta/{keyEvent.name=properties/*/keyEvents/*}`. The `keyEvent.name` parameter in the URL path is required and the request includes query parameters, one of them being `updateMask` for specifying fields to update. The request and successful response bodies contain a `KeyEvent` instance, and updating it requires OAuth scope: `https://www.googleapis.com/auth/analytics.edit`.\n"]]