Saltar a contenido

Banner inteligente ⚠️ (obsoleto)

Este documento se basa en:

Nota

Prueba el más nuevopancartas adaptablesen cambio.

Para utilizar banners inteligentes, utilice la propiedad AdSize.SMART_BANNER (o AdSize.SmartBanner en C#) para el tamaño del anuncio al crear un AdView. Por ejemplo:

# Create a Smart Banner at the top of the screen.
var ad_view := AdView.new(unit_id, AdSize.SMART_BANNER, AdPosition.TOP)
1
2
3
4
5
using PoingStudios.AdMob.Api;
using PoingStudios.AdMob.Api.Core;

// Create a Smart Banner at the top of the screen.
var adView = new AdView(unitId, AdSize.SmartBanner, AdPosition.Top);