আবশ্যক। যে ফিল্ডগুলো আপডেট করতে হবে তার তালিকা। ফিল্ডের নাম অবশ্যই স্নেক কেসে (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 details how to update a property using a PATCH request to the specified URL: `https://analyticsadmin.googleapis.com/v1alpha/{property.name=properties/*}`. The `property.name` in the URL is a path parameter. The `updateMask` is a required query parameter to specify fields to update. The request body should contain a `Property` instance with modified values, and a successful response also returns a `Property` instance. This action requires the `https://www.googleapis.com/auth/analytics.edit` authorization scope.\n"]]