YouTube কীভাবে Short-এর জন্য ভিউ গণনা করে তা মেলাতে আমরা Data API আপডেট করছি।
আরও জানুন
একটি ভিডিওর MadeForKids স্ট্যাটাস খোঁজা
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
YouTube বিষয়বস্তুর সাথে ইন্টারঅ্যাকশন যা বিশেষভাবে শিশুদের প্রতি নির্দেশিত, যাকে YouTube "MadeForKids" বা "MFK" লেবেল করে, বিশেষ যত্ন এবং মনোযোগ প্রয়োজন।
উদাহরণ স্বরূপ, আপনি যদি আপনার সাইট বা অ্যাপে MadeForKids মনোনীত একটি YouTube ভিডিও এম্বেড করেন, তাহলে আপনাকে বিকাশকারী নীতির ধারা III.E.4.j দ্বারা ট্র্যাকিং বন্ধ করতে হবে এবং নিশ্চিত করতে হবে যে সমস্ত ডেটা সংগ্রহ, সম্মান সহ সেই খেলোয়াড়ের জন্য, US চিলড্রেনস অনলাইন প্রাইভেসি প্রোটেকশন অ্যাক্ট (COPPA) সহ প্রযোজ্য আইনের সাথে সঙ্গতিপূর্ণ।
আপনি যদি নিশ্চিত না হন যে একটি ভিডিও MadeForKids মনোনীত করা হয়েছে কিনা, আপনি নীচে বর্ণিত নির্দেশাবলী অনুসরণ করে YouTube Data API পরিষেবার মাধ্যমে যে কোনো সময়ে ভিডিওর স্থিতি পরীক্ষা করতে পারেন:
- https://console.cloud.google.com/ এর মাধ্যমে আপনার Google বিকাশকারী অ্যাকাউন্ট তৈরি করুন বা অ্যাক্সেস করুন।
- আপনার নির্বাচিত API প্রজেক্টে YouTube API যোগ করুন (যদি আপনি ইতিমধ্যে না থাকেন)। মনে রাখবেন যে ডিফল্ট YouTube API পরিষেবার কোটা হল দৈনিক 10,000 কোটা পয়েন্ট; এটি 5000 ভিডিও পর্যন্ত MadeForKids ভিডিও স্থিতি পরীক্ষা করার জন্য যথেষ্ট।
- YouTube ডেটা API পরিষেবা ব্যবহার করে,
videos.list
এন্ডপয়েন্টে কল করুন।- অনুরোধের প্যারামিটারে প্রাসঙ্গিক ভিডিও আইডি(গুলি) অন্তর্ভুক্ত করুন।
- অনুরোধের
part
প্যারামিটারে ন্যূনতম id
এবং status
অংশগুলি অন্তর্ভুক্ত করুন।
- MFK স্ট্যাটাসের জন্য ফেরত দেওয়া
video
রিসোর্স চেক করুন, যা রিসোর্সের status.madeForKids
সম্পত্তিতে ফেরত দেওয়া হয়েছে।
আপনি YouTube সহায়তা কেন্দ্রে MadeForKids নির্দেশিকা সম্পর্কে আরও জানতে পারেন।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2023-02-22 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","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"]],["2023-02-22 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eContent designated as "MadeForKids" (MFK) on YouTube requires special handling due to specific legal requirements.\u003c/p\u003e\n"],["\u003cp\u003eEmbedding MFK YouTube videos mandates disabling tracking and ensuring data collection complies with laws like COPPA.\u003c/p\u003e\n"],["\u003cp\u003eThe YouTube Data API Service can be used to determine if a video is designated as MFK by calling the \u003ccode\u003evideos.list\u003c/code\u003e endpoint.\u003c/p\u003e\n"],["\u003cp\u003eYou must use a Google developer account and add the YouTube API to a project to use the YouTube Data API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003estatus.madeForKids\u003c/code\u003e property within the \u003ccode\u003evideos\u003c/code\u003e resource will define if the video is an MFK video or not, when using the \u003ccode\u003evideos.list\u003c/code\u003e endpoint.\u003c/p\u003e\n"]]],["YouTube content marked \"MadeForKids\" (MFK) necessitates specific handling. Embedding MFK videos requires disabling tracking and ensuring data collection complies with laws like COPPA. To verify a video's MFK status, use the YouTube Data API Service. Access your Google developer account, enable the YouTube API, and use the `videos.list` endpoint. Include video IDs and the `id` and `status` parts in the request. The `status.madeForKids` property reveals the MFK designation.\n"],null,["# Finding the MadeForKids status of a video\n\nInteractions with YouTube content that is specifically directed towards children, which\nYouTube labels \"MadeForKids\" or \"MFK\", require special care and attention.\n\nAs an example, if you embed a YouTube video that is designated MadeForKids on your site or\napp, you are required by [Section III.E.4.j of the\nDeveloper Policies](/youtube/terms/developer-policies#III-E-4-j) to turn off tracking and make sure that all data collection, with\nrespect to that player, is compliant with applicable laws, including U.S. Children's Online\nPrivacy Protection Act (COPPA).\n\nIf you are not sure whether a video is designated MadeForKids, you can check the status of a\nvideo at any given time via the YouTube Data API Service following the instructions outlined\nbelow:\n\n1. Create or access your Google developer account via \u003chttps://console.cloud.google.com/\u003e.\n2. Add the YouTube API to your selected API Project (if you haven't already). Note that the default YouTube API Services quota is 10,000 daily quota points; this is sufficient to check the MadeForKids video status of up to 5000 videos.\n3. Using the YouTube Data API Service, call the [videos.list](/youtube/v3/docs/videos/list) endpoint.\n 1. Include the relevant Video ID(s) in the request parameters.\n 2. Include, at minimum, the `id` and `status` parts in the request's [part](/youtube/v3/docs/videos/list#part) parameter.\n4. Check the [video](/youtube/v3/docs/videos#resource) resource returned for the MFK status, which is returned in the resource's [status.madeForKids](/youtube/v3/docs/videos#status.madeForKids) property.\n\nYou can learn more about MadeForKids guidelines in the\n[YouTube Help Center](https://support.google.com/youtube/answer/9528076)."]]