setTargetingInfo

Overview

Sets the targeting information for the application. This information will be used only if no placement-specific targeting is available.

Syntax

setTargetingInfo(info)

setTargetingInfo (REQUIRED)

JSON The JSON object containing targeting information.

Examples

AATKitCordova.setTargetingInfo(
    {
        "one" : ["a","b"], 
        "three" : ["c","d","e"]
    }
);

Last updated