Flutter - Monetize App SDK Documentation

⌘K
  1. Flutter – Monetize ...
  2. Formatos de Anúncio

Formatos de Anúncio

Supported Ad Formats

Flutter SDK supports the following ad formats

  • AdFormat.banner: Rectangular advertisements that remain visible on the screen during user interaction with the application, and have the ability to refresh automatically after a specified duration.

  • AdFormat.videoOutStreamBanner: Video ads within a banner, that stay on the screen as users interact with the app, refreshing automatically after a certain period.

  • AdFormat.interstitial: Full-screen ads that appear until the user closes. They’re best used at natural pauses in the flow of an app’s execution, such as in between levels of a game or screen-to-screen navigation.

  • AdFormat.infiniteScroll: Ads load dynamically as users scroll through content, and dynamically display banner ou videoOutStreamBanner ads based on the item’s position within the scroll view.

Testes de IDs

Todos os valores de teste podem ser encontrados dentro do ConfigBuilder classe. Na tabela abaixo, os nomes dos formatos são vinculados aos seus respectivos IDs de teste.

Formato do nome

Teste Id

Faixa

ConfigBuilder.bannerTestUnitId

Outstream

ConfigBuilder.videoOutStreamTestUnitId

Scroll infinito

ConfigBuilder.infiniteScrollTestR89ConfigId

Intersticial

ConfigBuilder.interstitialTestUnitId

Anúncio Intersticial em Vídeo

ConfigBuilder.videoOutStreamTestR89ConfigId

Artigos

Como podemos ajudar?