createPlacement

createPlacement(...)

createPlacement(options: { placementName: string; placementSize: string; }) => Promise<void>

Creates placement with given name and size and adds it to the view.

Param
Type
Description

options

{ placementName: string; placementSize: string; }

object containing placement name and its size. Possible values of the size: "Fullscreen", "Banner320x53", "Banner320x50", "Banner768x90", "Banner300x250", "Banner468x60"

Last updated