RemovePlacementFromView
Overview
Removes placement with given name from view and stops autoreload for that placement.
Syntax
RemovePlacementFromView(placementName)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
returns void
Examples
RemovePlacementFromView("BannerPlacement");
Last updated