Wiki

Clone wiki

REACT native plugin / setContentTargetingUrlForPlacement

Overview

Sets the content targeting url for the given placement. Information provided for placement overrides targeting information for application set by the setContentTargetingUrl.

Syntax

setContentTargetingUrlForPlacement(placementName, url)
placementName(required)

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

url(required)

string. The targeting url.

Examples

#!javascript

RNAatkit.setContentTargetingUrlForPlacement("PlacementName", "https://XXX.XXX");

Updated