1. Flutter – Monetize ...
  2. User Guide
  3. Formatos Publicitarios

Formatos Publicitarios

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 o videoOutStreamBanner ads based on the item’s position within the scroll view.

Test Ids

All the testing values can be found within the ConfigBuilder class. In the table below, the format names are linked to their respective test IDs.

Format name

Test Id

Banner

ConfigBuilder.bannerTestUnitId

Outstream

ConfigBuilder.videoOutStreamTestUnitId

Infinite Scroll

ConfigBuilder.infiniteScrollTestR89ConfigId

Interstitial

ConfigBuilder.interstitialTestUnitId

Video Interstitial

ConfigBuilder.videoOutStreamTestR89ConfigId

Artículos

¿Cómo podemos ayudarte?