BeginImpressionRegion

Overview 

Begin an impression region within the supplied content. You can use the impression region to identify specific areas of content for analytical purposes.

Syntax 

BeginImpressionRegion(1)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of impression region

Example 

1<script runat="server>
2     Platform.Function.BeginImpressionRegion("mainBlock");
3     var content = Platform.Function.ContentArea("123456");
4     var moreContent = Platform.Function.ContentArea("789");
5     Platform.Function.EndImpressionRegion("mainBlock");
6</script>