SetContentTargetingUrl (for placement)

Overview

In addition to keyword targeting, AdMob, AdX and DFP support Content Targeting URL. You can utilize this feature by using the following method which sets the targeting URL for the given placement. Overrides general targeting URL set for application.

Syntax

void SetContentTargetingUrl(placementName, url)

placementName (REQUIRED)

string Placement name for which targeting URL will be set.

url (REQUIRED)

string The targeting URL.

returns void

Examples

AATKitBinding.SetContentTargetingUrl(placementName, url);

Last updated