IsFrequencyCapReachedForPlacement

Overview

Checks if desired impression cap (set on AddApptr Dashboard) is reached for given fullscreen or rewarded video placement. Note: this method will ALWAYS return "false" for other placement types.

Syntax

IsFrequencyCapReachedForPlacement(placementName)

placementName (REQUIRED)

string Unique name of placement. The same name will be used in addapptr.com account.

returns bool True if there is an ad loaded for given placementId.

Examples

IsFrequencyCapReachedForPlacement("FullscreenPlacement");

Last updated