EnableCreativeHistory
Overview
Enables the banner creative history.
Syntax
EnableCreativeHistory(placementName, size)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
size (REQUIRED)
int Count of ads kept in the history.
returns void
Examples
AATKitBinding.EnableCreativeHistory("BannerPlacement", 3);
Last updated