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 gravite.net account.

size (REQUIRED)

int Count of ads kept in the history.

Examples

AATKitCordova.enableCreativeHistory("Banner", 3);

Last updated