Method: properties.getPropertyQuotasSnapshot
প্রদত্ত সম্পত্তির জন্য কোটা বিভাগ দ্বারা সংগঠিত সমস্ত সম্পত্তি কোটা পান। এটি সর্বাধিক কোটা সহ বিভাগ থেকে 1টি সম্পত্তি কোটা চার্জ করবে।
HTTP অনুরোধ
GET https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
name | string প্রয়োজন। এই সম্পত্তি থেকে কোটা প্রতিক্রিয়া তালিকাভুক্ত করা হবে. বিন্যাস: properties/{property}/propertyQuotasSnapshot |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
কোটা বিভাগ দ্বারা সংগঠিত সমস্ত সম্পত্তি কোটার বর্তমান অবস্থা।
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
ক্ষেত্র |
---|
name | string শনাক্তকারী। সম্পত্তি কোটার স্ন্যাপশট সম্পদের নাম। |
core Property Quota | object ( PropertyQuota ) মূল সম্পত্তি টোকেনের জন্য সম্পত্তি কোটা |
realtime Property Quota | object ( PropertyQuota ) রিয়েলটাইম সম্পত্তি টোকেন জন্য সম্পত্তি কোটা |
funnel Property Quota | object ( PropertyQuota ) ফানেল সম্পত্তি টোকেনের জন্য সম্পত্তি কোটা |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগগুলির মধ্যে একটি প্রয়োজন:
-
https://www.googleapis.com/auth/analytics.readonly
-
https://www.googleapis.com/auth/analytics
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-20 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-20 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Retrieves property quota information for a given Google Analytics 4 property, organized by quota category (core, realtime, funnel)."],["Uses an HTTP GET request with the property ID specified in the URL path."],["Returns a JSON response containing the current state of all property quotas, including their respective remaining tokens."],["Requires authorization with either \"analytics.readonly\" or \"analytics\" scope."],["This action consumes 1 property quota from the category with the most remaining quota upon execution."]]],["This content describes retrieving property quotas via a `GET` request to `https://analyticsdata.googleapis.com/v1alpha/{name=properties/*/propertyQuotasSnapshot}`. The `name` path parameter, specifying the property, is required. The request body must be empty. The response returns a JSON object containing the current state of `core`, `realtime`, and `funnel` property quotas, organized by category, along with a resource name. Authorization requires either the `analytics.readonly` or `analytics` OAuth scope. This operation consumes one quota from the highest-usage quota category.\n"]]