Syntax

Platform.Function.BeginImpressionRegion(name)
1 argument

Parameters

Name Type Required Description
name string Yes Identifier for the impression region

Examples

Platform.Function.BeginImpressionRegion("hero");
Write(heroHtml);
Platform.Function.EndImpressionRegion();
Platform.Function.BeginImpressionRegion("promo-slot-1");
Write(promoContent);
Platform.Function.EndImpressionRegion(true);

See Also