আবশ্যক। যে ফিল্ডগুলো আপডেট করতে হবে তার তালিকা। ফিল্ডের নাম অবশ্যই স্নেক কেসে (snake case) হতে হবে (যেমন, "field_to_update")। বাদ দেওয়া ফিল্ডগুলো আপডেট করা হবে না। সম্পূর্ণ এনটিটিটি (entity) প্রতিস্থাপন করতে, সমস্ত ফিল্ড মেলানোর জন্য "*" স্ট্রিং সহ একটি পাথ (path) ব্যবহার করুন।
এটি ফিল্ডগুলোর পূর্ণাঙ্গ নামের একটি কমা-দ্বারা-বিভক্ত তালিকা। উদাহরণ: "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"]],["2026-04-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["This document outlines the process for updating a conversion event using a `PATCH` HTTP request to a specified URL. Key actions include defining the `conversionEvent.name` path parameter and utilizing the `updateMask` query parameter to select fields for modification. The request body, containing a `ConversionEvent` instance, provides the updated data, and upon success, the response also returns a `ConversionEvent` instance. Authorization requires the `analytics.edit` OAuth scope. There is also mention that the item is deprecated.\n"]]