Wiki

Clone wiki

REACT native plugin / countAdSpaceForInFeedBannerPlacement

Overview

Counts the adspace for statistics. Can only be called if manual adspace counting is used.

Syntax

countAdSpaceForInFeedBannerPlacement(placementName)
placementName (required)

string. Name of the in-feed banner placement.

Examples

#!javascript

RNAatkit.countAdSpaceForInFeedBannerPlacement("InFeed");

Updated