isFrequencyCapReachedForPlacement
Overview
Checks if desired impression cap (set on Gravite Dashboard) is reached for given fullscreen or rewarded video 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 gravite.net account.
callback (REQUIRED)
Callback<Boolean> Used to provide the function call result to JavaScript.
Parameters:
Boolean - True if desired impression cap is reached, false otherwise.
Examples
Last updated