हमारे प्रॉडक्ट के बारे में चर्चा करने और सुझाव/राय देने के लिए, Google विज्ञापन और मेज़रमेंट कम्यूनिटी सर्वर में Ad Manager के आधिकारिक Discord चैनल से जुड़ें.
स्मार्ट बैनर, विज्ञापन यूनिट होते हैं. ये अलग-अलग डिवाइसों पर, स्क्रीन की चौड़ाई के हिसाब से बैनर विज्ञापन रेंडर करते हैं. ये विज्ञापन, स्क्रीन के किसी भी साइज़ और ओरिएंटेशन में दिख सकते हैं. स्मार्ट बैनर, डिवाइस की मौजूदा ओरिएंटेशन के हिसाब से उसकी चौड़ाई का पता लगाते हैं. इसके बाद, उस साइज़ का विज्ञापन व्यू बनाते हैं.
स्मार्ट बैनर में, विज्ञापन की तीन तरह की ऊंचाई लागू की जाती हैं:
विज्ञापन की लंबाई
स्क्रीन की ऊंचाई
32 डीपी
≤ 400 डीपी
50 डीपी
> 400 dp और ≤ 720 dp
90 डीपी
> 720 डीपी
आम तौर पर, फ़ोन पर स्मार्ट बैनर की ऊंचाई पोर्ट्रेट मोड में 50 डीपी और लैंडस्केप मोड में 32 डीपी होती है. टैबलेट पर, दोनों ओरिएंटेशन में ऊंचाई आम तौर पर 90 डीपी होती है.
अगर इमेज वाला कोई विज्ञापन, बैनर के लिए तय किए गए पूरे स्पेस को नहीं भरता है, तो इमेज को बीच में रखा जाएगा और दोनों तरफ़ की जगह को भरा जाएगा.
एक्सएमएल में स्मार्ट बैनर का इस्तेमाल करने के लिए, विज्ञापन के साइज़ के लिए SMART_BANNER कॉन्स्टेंट तय करें. साथ ही, AdView की चौड़ाई को match_parent पर सेट करें. उदाहरण के लिए:
[[["समझने में आसान है","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"]],["आखिरी बार 2025-09-10 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eSmart Banners are responsive ad units that automatically adjust their size to fit the width of the device screen.\u003c/p\u003e\n"],["\u003cp\u003eSmart Banners have three possible ad heights (32dp, 50dp, 90dp) depending on the screen height of the device.\u003c/p\u003e\n"],["\u003cp\u003eWhen using Smart Banners, specify \u003ccode\u003eSMART_BANNER\u003c/code\u003e as the \u003ccode\u003eadSize\u003c/code\u003e and set the \u003ccode\u003eAdView\u003c/code\u003e width to \u003ccode\u003ematch_parent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eConsider using newer adaptive banners instead of Smart Banners for enhanced functionality.\u003c/p\u003e\n"]]],["Smart Banners display screen-width ads, adapting to device size and orientation. They use three ad heights: 32 dp (≤ 400 dp screen height), 50 dp (\u003e 400 dp and ≤ 720 dp), and 90 dp (\u003e 720 dp). To implement in XML, set `adSize` to `SMART_BANNER` and `AdView` width to `match_parent`. Programmatically, utilize `AdSize.SMART_BANNER`. Image ads are centered when smaller than the space. The content suggests using adaptive banners instead.\n"],null,[]]