isFrequencyCapReachedForPlacement
Overview
Checks if desired impression cap (set on Dashboard) is reached for given native ad, fullscreen, rewarded video or VAST placement. Note: this method will ALWAYS return false for other placement types.
Syntax
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
callback (REQUIRED)
Callback<Boolean> Used to provide the function call result to JavaScript.
Parameters:
Boolean - True if impression cap is reached for given placement, false otherwise.
Examples
Last updated