SetContentTargetingUrl
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 application. It will only be used for placements without special targeting URL information specified.
Syntax
void SetContentTargetingUrl(url)
url (REQUIRED)
string the targeting URL.
returns void
Examples
AATKitBinding.SetContentTargetingUrl(url);
Last updated