GroupItems
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन दिखाने का तरीका
यहां दिए गए JSON स्ट्रक्चर में, groupItems
रिसॉर्स का फ़ॉर्मैट दिखाया गया है:
{
"kind": "youtube#groupItem",
"etag": etag,
"id": string,
"groupId": string,
"resource": {
"kind": string,
"id": string
}
}
प्रॉपर्टी
इस टेबल में, इस संसाधन में दिखने वाली प्रॉपर्टी के बारे में बताया गया है:
प्रॉपर्टी |
kind |
string
एपीआई संसाधन के टाइप की पहचान करता है. वैल्यू youtube#groupItem होगी. |
etag |
etag
इस संसाधन का Etag. |
id |
string
यह वह आईडी है जिसका इस्तेमाल करके, YouTube ग्रुप में शामिल channel , video , playlist या asset संसाधन की खास पहचान करता है. ध्यान दें कि यह आईडी, किसी संसाधन को किसी खास ग्रुप में शामिल करने के बारे में खास तौर पर बताता है. यह चैनल आईडी, वीडियो आईडी, प्लेलिस्ट आईडी या ऐसेट आईडी से अलग होता है, जो संसाधन की खास पहचान करता है. resource.id प्रॉपर्टी की वैल्यू से, चैनल, वीडियो, प्लेलिस्ट या ऐसेट का यूनीक आईडी पता चलता है. |
groupId |
string
यह एक आईडी है. इसका इस्तेमाल YouTube, आइटम वाले ग्रुप की खास पहचान करने के लिए करता है. |
resource |
object
resource ऑब्जेक्ट में ऐसी जानकारी होती है जिससे ग्रुप में जोड़े जा रहे आइटम की पहचान की जा सकती है. |
resource.kind |
string
इससे पता चलता है कि ग्रुप में किस तरह का संसाधन जोड़ा जा रहा है.
इस प्रॉपर्टी के लिए मान्य वैल्यू ये हैं:
youtube#channel
youtube#playlist
youtube#video
youtubePartner#asset
|
resource.id |
string
चैनल, वीडियो, प्लेलिस्ट या ऐसेट का आईडी. YouTube इसका इस्तेमाल, ग्रुप में जोड़े जा रहे आइटम की खास तौर पर पहचान करने के लिए करता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-11-09 (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"]],["आखिरी बार 2024-11-09 (UTC) को अपडेट किया गया."],[[["The YouTube Analytics API provides methods to manage group items, enabling you to list, insert, and delete them within groups."],["Group items associate a YouTube resource like a channel, video, or playlist with a specific group for analysis."],["Each group item is uniquely identified by an ID and contains information about the resource it links to and the group it belongs to."],["The API uses a JSON structure to represent group items, including properties like `kind`, `etag`, `id`, `groupId`, and `resource`."],["The `resource` property within a group item further specifies the type and unique ID of the linked YouTube resource (channel, video, playlist, or asset)."]]],["The API for `groupItems` resources supports listing, inserting, and deleting items. `groupItems` contain properties like `kind`, `etag`, `id`, and `groupId`. The `resource` object within a `groupItem` identifies the item, specifying its `kind` (channel, playlist, video, or asset) and its unique `id`. The `id` in groupItem identifies a specific resource within a group and is different than the resources' ID, while the `groupId` is the identifier for the group containing the item.\n"]]