setContentTargetingUrl
Overview
Sets the content targeting url for the application. This information will be used only if no placement-specific targeting is available.
Syntax
setContentTargetingUrl(url)
url (REQUIRED)
string. The targeting url.
Examples
RNAatkit.setContentTargetingUrl("https://XXX.XXX");
Last updated