setContentTargetingUrlForPlacement

Overview

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

Syntax

setContentTargetingUrlForPlacement(placementName, url)

placementName (REQUIRED)

string Unique name of placement. The same name will be used in gravite.net account.

url (REQUIRED)

String The targeting url.

Examples

AATKitCordova.setContentTargetingUrlForPlacement("PlacementName", "https://url");

Last updated