大小固定的橫幅廣告
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
如果自動調整橫幅廣告不符合需求,Google Mobile Ads SDK 也支援固定大小的廣告。
下表為標準橫幅廣告尺寸。
尺寸 (寬 x 高,以 dp 為單位) |
說明 |
適用裝置 |
AdSize 常數 |
320x50 |
橫幅廣告 |
手機和平板電腦 |
banner |
320x100 |
大型橫幅廣告 |
手機和平板電腦 |
largeBanner |
300x250 |
IAB 中矩形廣告 |
手機和平板電腦 |
mediumRectangle |
468x60 |
IAB 完整大小橫幅廣告 |
平板電腦 |
fullBanner |
728x90 |
IAB 超級橫幅廣告 |
平板電腦 |
leaderboard |
放置廣告的容器至少必須與橫幅一樣大。任何邊框間距都會縮減容器的可用空間。如果容器無法容納橫幅廣告,系統將不會顯示廣告,且會記錄下列警告:
W/Ads: Not enough space to show ad. Needs 320x50 dp, but only has 288x495 dp.
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-08-22 (世界標準時間)。
[[["容易理解","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-08-22 (世界標準時間)。"],[[["\u003cp\u003eThe Google Mobile Ads SDK offers fixed ad sizes as an alternative to adaptive banners.\u003c/p\u003e\n"],["\u003cp\u003eStandard banner sizes include banner (320x50), large banner (320x100), IAB medium rectangle (300x250), IAB full-size banner (468x60), and IAB leaderboard (728x90) with varying availability across phones and tablets.\u003c/p\u003e\n"],["\u003cp\u003eAd containers must accommodate the chosen ad size, including any padding, to ensure proper display and avoid warnings.\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` |\n| 320x100 | Large banner | Phones and tablets | `largeBanner` |\n| 300x250 | IAB medium rectangle | Phones and tablets | `mediumRectangle` |\n| 468x60 | IAB full-size banner | Tablets | `fullBanner` |\n| 728x90 | IAB leaderboard | Tablets | `leaderboard` |\n\nThe size of the container in which you place your ad must be at least as large\nas the banner. Any padding effectively decreases the size of your container. If\nthe container 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."]]