প্রয়োজন। ক্ষেত্রগুলির তালিকা আপডেট করা হবে। ক্ষেত্রের নাম অবশ্যই সাপের ক্ষেত্রে হতে হবে (যেমন, "ক্ষেত্র_টু_আপডেট")। বাদ দেওয়া ক্ষেত্র আপডেট করা হবে না। সম্পূর্ণ সত্তা প্রতিস্থাপন করতে, সমস্ত ক্ষেত্রের সাথে মেলে "*" স্ট্রিং সহ একটি পথ ব্যবহার করুন৷
এটি ক্ষেত্রগুলির সম্পূর্ণরূপে যোগ্য নামের একটি কমা দ্বারা পৃথক করা তালিকা৷ উদাহরণ: "user.displayName,photo" ।
[[["সহজে বোঝা যায়","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-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis endpoint updates a specific Key Event within a Google Analytics property using an HTTP PATCH request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the Key Event's resource name in the URL path and a \u003ccode\u003eupdateMask\u003c/code\u003e query parameter to indicate the fields to be modified.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should contain the updated Key Event data in JSON format, and the response will contain the updated Key Event if successful.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to have the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e OAuth scope to authorize this request.\u003c/p\u003e\n"]]],["This document details updating a Key Event via a PATCH request to a specific URL (`https://analyticsadmin.googleapis.com/v1alpha/{keyEvent.name=properties/*/keyEvents/*}`). The `keyEvent.name` path parameter is required to identify the target. The `updateMask` query parameter specifies fields to be updated, using a field mask format. The request and response bodies utilize the `KeyEvent` resource. An `analytics.edit` OAuth scope is needed for authorization.\n"],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nUpdates a Key Event.\n\nHTTP request\n\n`PATCH https://analyticsadmin.googleapis.com/v1alpha/{keyEvent.name=properties/*/keyEvents/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath parameters\n\n| Parameters ||\n|-----------------|-----------------------------------------------------------------------------------------------------------|\n| `keyEvent.name` | `string` Output only. Resource name of this key event. Format: properties/{property}/keyEvents/{keyEvent} |\n\nQuery parameters\n\n| Parameters ||\n|--------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `updateMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Required. The list of fields to be updated. Field names must be in snake case (e.g., \"field_to_update\"). Omitted fields will not be updated. To replace the entire entity, use one path with the string \"\\*\" to match all fields. This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\nRequest body\n\nThe request body contains an instance of [KeyEvent](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.keyEvents#KeyEvent).\n\nResponse body\n\nIf successful, the response body contains an instance of [KeyEvent](/analytics/devguides/config/admin/v1/rest/v1alpha/properties.keyEvents#KeyEvent).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]