setMultiContentTargetingUrlsForPlacement

Overview

Sets the multi content targeting url for the application. Not all ad-networks supports multiple urls.

Syntax

setMultiContentTargetingUrlsForPlacement(placementName, info)

placementName (REQUIRED)

string Placement identifier.

listOfUrls(REQUIRED)

The list of content targeting urls.

Examples

RNAatkit.setMultiContentTargetingUrlsForPlacement("FullscreenAd", ["abc", "def", "ghi"]);

Last updated