Method: properties.patch
HTTP অনুরোধ
PATCH https://analyticsadmin.googleapis.com/v1alpha/{property.name=properties/*}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
property. name | string শুধুমাত্র আউটপুট। এই সম্পত্তি সম্পদের নাম. বিন্যাস: বৈশিষ্ট্য/{property_id} উদাহরণ: "properties/1000" |
ক্যোয়ারী প্যারামিটার
পরামিতি |
---|
update Mask | string ( FieldMask format) প্রয়োজন। ক্ষেত্রগুলির তালিকা আপডেট করা হবে। ক্ষেত্রের নাম অবশ্যই সাপের ক্ষেত্রে হতে হবে (যেমন, "ক্ষেত্র_টু_আপডেট")। বাদ দেওয়া ক্ষেত্র আপডেট করা হবে না। সম্পূর্ণ সত্তা প্রতিস্থাপন করতে, সমস্ত ক্ষেত্রের সাথে মেলে "*" স্ট্রিং সহ একটি পথ ব্যবহার করুন৷ এটি ক্ষেত্রগুলির সম্পূর্ণরূপে যোগ্য নামের একটি কমা দ্বারা পৃথক করা তালিকা৷ উদাহরণ: "user.displayName,photo" । |
শরীরের অনুরোধ
অনুরোধের অংশে Property
একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে Property
একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.edit
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-14 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-14 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Updates a Google Analytics 4 property using the `PATCH` method and provides instructions on constructing the request."],["Requires specifying the property name in the URL path and using a FieldMask in the query parameters to indicate which fields to update."],["The request body should contain the updated Property object, following the structure defined in the provided link, and a successful response will return the updated Property object."],["Authorization requires the `https://www.googleapis.com/auth/analytics.edit` OAuth scope for making changes to the property."]]],["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"]]