مورد نیاز. لیست فیلدهایی که باید به روز شوند. نام فیلدها باید در حروف snake باشد (به عنوان مثال، "field_to_update"). فیلدهای حذف شده به روز نمی شوند. برای جایگزینی کل موجودیت، از یک مسیر با رشته "*" برای مطابقت با تمام فیلدها استفاده کنید.
این فهرستی از نامهای فیلدهای کاملاً واجد شرایط با کاما است. مثال: "user.displayName,photo" .
تاریخ آخرین بهروزرسانی 2025-01-14 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]]