SetMultiContentTargetingUrls
Overview
Sets the multi content targeting url for the application. Not all ad-networks supports multiple urls.
Syntax
void SetMultiContentTargetingUrls(placementName, urls)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
urls (REQUIRED)
List<string> The list of content targeting urls.
returns void
Examples
SetMultiContentTargetingUrls("BannerPlacement" urls);
Last updated