নির্দিষ্ট আকারের ব্যানার বিজ্ঞাপন
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
প্ল্যাটফর্ম নির্বাচন করুন: অ্যান্ড্রয়েড আইওএস ফ্লাটার Google মোবাইল বিজ্ঞাপন SDK এমন পরিস্থিতিতে স্থির বিজ্ঞাপনের আকার সমর্থন করে যেখানে অভিযোজিত ব্যানার বিজ্ঞাপনগুলি আপনার চাহিদা পূরণ করে না।
নিম্নলিখিত সারণী মানক ব্যানার মাপ তালিকাভুক্ত.
dp তে আকার (WxH) | বর্ণনা | প্রাপ্যতা | বিজ্ঞাপনের আকার ধ্রুবক |
---|
320x50 | ব্যানার | ফোন এবং ট্যাবলেট | BANNER |
320x100 | বড় ব্যানার | ফোন এবং ট্যাবলেট | LARGE_BANNER |
300x250 | IAB মাঝারি আয়তক্ষেত্র | ফোন এবং ট্যাবলেট | MEDIUM_RECTANGLE |
468x60 | IAB পূর্ণ আকারের ব্যানার | ট্যাবলেট | FULL_BANNER |
728x90 | IAB লিডারবোর্ড | ট্যাবলেট | LEADERBOARD |
আপনি যে পাত্রে আপনার বিজ্ঞাপন রাখবেন তার আকারটি অবশ্যই ব্যানারের মতো বড় হতে হবে। যেকোনো প্যাডিং কার্যকরভাবে আপনার পাত্রের আকার হ্রাস করে। যদি ধারকটি ব্যানার বিজ্ঞাপনের সাথে মানানসই না হয়, বিজ্ঞাপনটি দেখানো হয় না এবং নিম্নলিখিত সতর্কতা লগ করা হয়:
W/Ads: Not enough space to show ad. Needs 320x50 dp, but only has 288x495 dp.
লেআউটে AdView যোগ করুন
AdView
প্রোগ্রাম্যাটিকভাবে তৈরি করার বিকল্প, আপনি যে Activity
বা Fragment
এটি প্রদর্শন করতে চান তার জন্য XML লেআউটে AdView
যোগ করুন। এখানে একটি উদাহরণ:
<com.google.android.gms.ads.AdView
xmlns:ads="http://schemas.android.com/apk/res-auto"
android:id="@+id/banner_ad_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_alignParentBottom="true"
ads:adSize="BANNER"
ads:adUnitId="ca-app-pub-3940256099942544/6300978111" />
নিম্নলিখিত প্রয়োজনীয় বৈশিষ্ট্যগুলি নোট করুন:
ads:adSize
: আপনি যে বিজ্ঞাপন আকার ব্যবহার করতে চান তাতে এটি সেট করুন। আপনি যদি ধ্রুবক দ্বারা সংজ্ঞায়িত আদর্শ আকার ব্যবহার করতে না চান তবে আপনি পরিবর্তে একটি কাস্টম আকার সেট করতে পারেন। উদাহরণ: ads:adSize="320x50"
।
ads:adUnitId
: এটি আপনার অ্যাপের বিজ্ঞাপন ইউনিটে সেট করুন যেখানে বিজ্ঞাপনগুলি প্রদর্শিত হবে। আপনি যদি বিভিন্ন ক্রিয়াকলাপে ব্যানার বিজ্ঞাপনগুলি দেখান তবে প্রতিটিতে একটি বিজ্ঞাপন ইউনিট প্রয়োজন হবে।
নির্দিষ্ট আকারের ব্যানার বিজ্ঞাপনের উদাহরণ
জাভা কোটলিন
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-09-03 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Google Mobile Ads SDK offers fixed ad sizes as an alternative to adaptive banners, providing specific dimensions for different ad formats.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers need to ensure the container size is sufficient to display the chosen ad size to avoid warnings or ad display issues.\u003c/p\u003e\n"],["\u003cp\u003eAdViews can be integrated directly into XML layouts by specifying the desired ad size and the ad unit ID.\u003c/p\u003e\n"],["\u003cp\u003eStandard banner sizes like Banner (320x50), Large Banner (320x100), and IAB Medium Rectangle (300x250) are available for both phones and tablets, while IAB Full-size Banner (468x60) and IAB Leaderboard (728x90) are primarily for tablets.\u003c/p\u003e\n"]]],[],null,["Select platform: [Android](/admob/android/banner/fixed-size \"View this page for the Android platform docs.\") [iOS](/admob/ios/banner/fixed-size \"View this page for the iOS platform docs.\") [Flutter](/admob/flutter/banner/fixed-size \"View this page for the Flutter platform docs.\")\n\n\u003cbr /\u003e\n\nThe Google Mobile Ads SDK supports fixed ad sizes for situations where adaptive\nbanners ads don't meet your needs.\n\nThe following table lists the standard banner sizes.\n\n| Size in dp (WxH) | Description | Availability | AdSize constant |\n|------------------|----------------------|--------------------|-------------------------------------------------------------------------------------------------|\n| 320x50 | Banner | Phones and tablets | [BANNER](/admob/android/reference/com/google/android/gms/ads/AdSize#BANNER) |\n| 320x100 | Large banner | Phones and tablets | [LARGE_BANNER](/admob/android/reference/com/google/android/gms/ads/AdSize#LARGE_BANNER) |\n| 300x250 | IAB medium rectangle | Phones and tablets | [MEDIUM_RECTANGLE](/admob/android/reference/com/google/android/gms/ads/AdSize#MEDIUM_RECTANGLE) |\n| 468x60 | IAB full-size banner | Tablets | [FULL_BANNER](/admob/android/reference/com/google/android/gms/ads/AdSize#FULL_BANNER) |\n| 728x90 | IAB leaderboard | Tablets | [LEADERBOARD](/admob/android/reference/com/google/android/gms/ads/AdSize#LEADERBOARD) |\n\nThe size of the container in which you place your ad must be at least as big as\nthe banner. Any padding effectively decreases the size of your container. If the\ncontainer cannot fit the banner ad, the ad isn't shown and the following\nwarning is logged: \n\n W/Ads: Not enough space to show ad. Needs 320x50 dp, but only has 288x495 dp.\n\nAdd AdView to the layout\n\nAlternative to creating the `AdView`\nprogrammatically, add the `AdView` to the XML layout\nfor the `Activity` or `Fragment` in which you'd like to display\nit. Here's an example: \n\n \u003ccom.google.android.gms.ads.AdView\n xmlns:ads=\"http://schemas.android.com/apk/res-auto\"\n android:id=\"@+id/banner_ad_view\"\n android:layout_width=\"wrap_content\"\n android:layout_height=\"wrap_content\"\n android:layout_centerHorizontal=\"true\"\n android:layout_alignParentBottom=\"true\"\n ads:adSize=\"BANNER\"\n ads:adUnitId=\"ca-app-pub-3940256099942544/6300978111\" /\u003e\n\nNote the following required attributes:\n\n- `ads:adSize`: Set this to the ad size you'd like to use. If you don't want to\n use the standard size defined by the constant, you can set a custom size\n instead. Example: `ads:adSize=\"320x50\"`.\n\n- `ads:adUnitId`: Set this to the ad unit in your app where ads are to be\n displayed. If you show banner ads in different activities, each would require\n an ad unit.\n\n\u003cbr /\u003e\n\nFixed size banner ads example\n\n[Java](//github.com/googleads/googleads-mobile-android-examples/blob/main/java/advanced/APIDemo/app/src/main/java/com/google/android/gms/example/apidemo/AdMobBannerSizesFragment.java)\n[Kotlin](//github.com/googleads/googleads-mobile-android-examples/blob/main/kotlin/advanced/APIDemo/app/src/main/java/com/google/android/gms/example/apidemo/AdMobBannerSizesFragment.kt)"]]