setContentTargetingUrl

Overview

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

Syntax

javasetContentTargetingUrl(url)

url (REQUIRED)

String The targeting url

Examples

AATKitCordova.setContentTargetingUrl("https://url");

Last updated