AddPlacementToView

Overview

Adds placement with given name to view and re-enables placement auto-reload if was set before. There is no need to call this after CreatePlacement.

Syntax

AddPlacementToView(placementName)

placementName (REQUIRED)

string Unique name of placement. The same name will be used in addapptr.com account.

returns void

Examples

AddPlacementToView("BannerPlacement");

Last updated