BannerPlacementSize
enum class BannerPlacementSize {
Banner320x53,
Banner320x50,
Banner768x90,
Banner300x250,
Banner468x60,
/**
* Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
*/
Banner320x75,
/**
* Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
*/
Banner320x100,
/**
* Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
*/
Banner320x150,
/**
* Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
*/
Banner320x160,
/**
* Please note that this placement size is not supported by multiple ad networks and using it can affect your fillrate and revenue.
*/
Banner320x480;
}
Last updated