Wiki

Clone wiki

Adobe Air Plugin / setTargetingInfoForPlacement

Overview

Sets the targeting information for the given placement.

Syntax

setTargetingInfoForPlacement(placementName:String, info:Dictionary)
info (required)

Dictionary. Dictionary containing array of values

placementName (required)

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

returns void.

Examples

#!ActionScript
import com.intentsoftware.adobe.aatkit.AATKitExtension;

.
.
.

AATKitExtension.getInstance().setTargetingInfoForPlacement("BannerPlacement", info);

Updated