Anúncios de banner de tamanho fixo
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Selecione a plataforma:
Android
iOS
Flutter
O SDK dos anúncios para dispositivos móveis do Google aceita tamanhos de anúncio fixos para situações em que os anúncios de banners adaptativos não atendem às suas necessidades.
A tabela a seguir lista os tamanhos de banner padrão.
Tamanho em dp (L x A) |
Descrição |
Disponibilidade |
Constante AdSize |
320 x 50 |
Banner |
Celulares e tablets |
banner |
320 x 100 |
Banner grande |
Celulares e tablets |
largeBanner |
300 x 250 |
Retângulo médio IAB |
Celulares e tablets |
mediumRectangle |
468 x 60 |
Banner em tamanho real IAB |
Tablets |
fullBanner |
728 x 90 |
Cabeçalho IAB |
Tablets |
leaderboard |
O tamanho do contêiner em que você coloca o anúncio precisa ter pelo menos o mesmo tamanho do banner. O uso de padding diminui o tamanho do contêiner. O anúncio de banner não será mostrado se o contêiner não couber nele, e o este aviso será registrado:
W/Ads: Not enough space to show ad. Needs 320x50 dp, but only has 288x495 dp.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-08-22 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 2025-08-22 UTC."],[[["\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."]]