संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Android और iPhone पर Chrome 53 और iOS 10 के बाद से, वीडियो को इनलाइन वीडियो चलाने और
म्यूट किया हुआ अपने-आप चलने की सुविधा. यह गाइड आपको YouTube Studio के
सिंपल सैंपल
इस सुविधा के लिए ज़रूरी है.
स्किप किए जा सकने वाले विज्ञापनों के लिए यह ज़रूरी है कि आपका वीडियो प्लेयर, कॉन्टेंट को इनलाइन (पूरी स्क्रीन पर नहीं) चलाना चाहिए,
साथ ही, iPhone पर अपनी पसंद के मुताबिक वीडियो चलाने की सुविधा बंद कर दी जाए. अपनी पसंद के मुताबिक प्लेबैक की सुविधा हमेशा बंद रहती है
Android Chrome पर. सामान्य सैंपल के एचटीएमएल और JavaScript में इस तरह बदलाव करें:
google.ima.settings.setDisableCustomPlaybackForIOS10Plus(true);
adDisplayContainer =
new google.ima.AdDisplayContainer(containerElement, contentVideoElement);
adsLoader = new google.ima.AdsLoader(adDisplayContainer);
एचटीएमएल में बदलाव करने से यह पक्का होता है कि आपका कॉन्टेंट, इनलाइन वीडियो प्लेयर पर
iPhone के डिफ़ॉल्ट फ़ुलस्क्रीन प्लेयर के बजाय, iPhone से म्यूट किया गया मोड चालू हो जाता है.
JavaScript में बदलाव की वजह से IMA SDK, विज्ञापन चलाने के लिए अपने वीडियो प्लेयर का इस्तेमाल करता है,
अपने कॉन्टेंट प्लेयर का इस्तेमाल करें, जैसा कि आम तौर पर iPhone पर किया जाता है.
[[["समझने में आसान है","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-10-15 (UTC) को अपडेट किया गया."],[[["Starting with Chrome 53 and iOS 10, inline video playback and muted autoplay are supported on Android and iPhone."],["This guide provides modifications for the simple sample to enable this functionality, requiring inline video player use for skippable ads and disabling custom playback on iPhones."],["Updates include adding `playsinline` attribute to the video element in HTML and calling `google.ima.settings.setDisableCustomPlaybackForIOS10Plus(true)` in JavaScript."],["These changes ensure content plays inline on iPhone, preventing default fullscreen and utilizing IMA SDK's video player for ad playback instead of the content player."],["Note that fullscreen implementations relying on `videoPlayer.requestFullscreen()` will break with this change as fullscreen with skippable ads on iPhone is currently unsupported by IMA SDK."]]],[]]