কোটা এবং সীমা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
CSS API কিছু বৈশিষ্ট্যের উপর কোটা এবং কঠিন সীমাবদ্ধতা আরোপ করে। নিম্নলিখিত সারণীতে দেখানো কোটা এবং সীমাগুলি শুধুমাত্র CSS API ব্যবহার করে এমন অ্যাপ্লিকেশন বিকাশে আপনাকে সহায়তা করার জন্য দেওয়া হয়েছে। সমস্ত কোটা এবং সীমা নোটিশ ছাড়াই যেকোন সময় বর্জন, হ্রাস বা পরিবর্তন সাপেক্ষে।
আপনার কোটা ব্যবহার পরীক্ষা করুন
আপনি accounts.quotas.list
পদ্ধতি ব্যবহার করে আপনার বর্তমান কোটা ব্যবহার পরীক্ষা করতে পারেন। এই পদ্ধতিটি আপনাকে আপনার অ্যাকাউন্টের বর্তমান কোটা ব্যবহার পুনরুদ্ধার করতে দেয়। কীভাবে এই কোটা পুনরুদ্ধার করতে হয় তা জানতে এই নমুনাটি দেখুন।
কোটা নীতি
আপনার পণ্যগুলি অপরিবর্তিত থাকলে আপডেট করবেন না। আপনার যদি কোনো পণ্যের মেয়াদ শেষ না হওয়ার জন্য আপডেট পাঠাতে হয়, সপ্তাহে একবার তা করা যথেষ্ট।
পদ্ধতি কল কোটা
নিম্নলিখিত সীমাগুলি হল CSS সেন্টার অ্যাকাউন্টগুলির জন্য ডিফল্ট পদ্ধতি কল কোটা৷
- প্রতি মিনিটের কোটা অতিক্রমকারী ব্যবহারকারীরা
quota/request_rate_too_high
ত্রুটি পায়। - প্রতিদিনের কোটা অতিক্রমকারী ব্যবহারকারীরা
quota/daily_limit_exceeded
ত্রুটি পাবেন।
এখানে কিছু বিষয় মনে রাখতে হবে:
- এখানে কোটা প্রতি-পদ্ধতি। উদাহরণস্বরূপ,
get
পদ্ধতিতে update
পদ্ধতি থেকে কলের একটি পৃথক কোটা রয়েছে, যদিও সেই কোটার আকার একই। - ক্ষতিগ্রস্ত অ্যাকাউন্টের কোটার বিপরীতে কল গণনা করা হয়। পণ্য সম্পর্কিত ক্রিয়াকলাপের জন্য এটি হবে CSS ডোমেন অ্যাকাউন্ট, অ্যাকাউন্ট তালিকা পরিচালনার জন্য এটি তালিকাটি যে অ্যাকাউন্টে কল করা হয়েছে তার উপর নির্ভর করে।
এখানে ডিফল্ট সীমা আছে:
সম্পদ | পদ্ধতি | প্রতি মিনিটে | প্রতিদিন |
---|
accounts | সমস্ত পদ্ধতি | 1,000 | 10,000 |
labels | সমস্ত পদ্ধতি | 1,000 | 10,000 |
cssProductInputs | সমস্ত পদ্ধতি | 60,000 | 20,000,000 |
cssProducts | সমস্ত পদ্ধতি | 60,000 | 20,000,000 |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe CSS API has quotas and limitations on certain features that can change without notice.\u003c/p\u003e\n"],["\u003cp\u003eTo avoid quota issues, minimize unnecessary product updates and aim for weekly updates if required.\u003c/p\u003e\n"],["\u003cp\u003eCSS Center accounts have default method call quotas, exceeding which results in specific errors.\u003c/p\u003e\n"],["\u003cp\u003ePer-method quotas apply, meaning each API method like \u003ccode\u003eget\u003c/code\u003e or \u003ccode\u003eupdate\u003c/code\u003e has its own quota limit.\u003c/p\u003e\n"],["\u003cp\u003eDefault quota limits are 20,000 calls per minute and 20,000,000 calls per day for both \u003ccode\u003ecssProductInputs\u003c/code\u003e and \u003ccode\u003ecssProducts\u003c/code\u003e resources.\u003c/p\u003e\n"]]],[],null,["# Quotas and Limits\n\nThe CSS API imposes quotas and hard limitations on some\nfeatures. The quotas and limits shown in the following table are provided\nsolely to assist you in\ndeveloping applications that use the CSS API. All quotas and\nlimits are subject to elimination, reduction, or change at any time, without\nnotice.\n\nCheck your quota usage\n----------------------\n\nYou can check your current quota usage using the\n[`accounts.quotas.list`](/comparison-shopping-services/api/reference/rest/v1/accounts.quotas/list)\nmethod. This method lets you retrieve the current quota usage for your account.\nSee this [sample](/comparison-shopping-services/api/code-samples/quotas/list-quota-groups)\nto learn how to perform this quota retrieval.\n\nQuota policy\n------------\n\nDon't update your products if they are unchanged. If you need to send updates to\nkeep a product from expiring, doing so once a week is enough.\n\nMethod call quotas\n------------------\n\nThe following limits are the default method call quotas for CSS Center\naccounts.\n\n- Users exceeding the per minute quota receive `quota/request_rate_too_high` errors.\n- Users exceeding the per day quota receive `quota/daily_limit_exceeded` errors.\n\nHere are some things to keep in mind:\n\n- The quotas here are per-method. For example, the `get` method has a separate quota of calls from the `update` method, though the size of those quotas is the same.\n- Calls count against the quota of the affected account. For product related operations this will be the CSS Domain account, for account list operation it depends on the account the list is called on.\n\nHere are the default limits:\n\n| Resource | Method | Per minute | Per day |\n|---------------------------------------------------------------------------------------------------|-------------|------------|------------|\n| [accounts](/comparison-shopping-services/api/reference/rest/v1/accounts) | All Methods | 1,000 | 10,000 |\n| [labels](/comparison-shopping-services/api/reference/rest/v1/accounts.labels) | All Methods | 1,000 | 10,000 |\n| [cssProductInputs](/comparison-shopping-services/api/reference/rest/v1/accounts.cssProductInputs) | All Methods | 60,000 | 20,000,000 |\n| [cssProducts](/comparison-shopping-services/api/reference/rest/v1/accounts.cssProducts) | All Methods | 60,000 | 20,000,000 |"]]