SetTargetingInfo (for placement)
Overview
Sets the targeting information for the given placement.
Syntax
void SetTargetingInfo(placementName, info)
placementName (REQUIRED)
string Unique name of placement. The same name will be used in addapptr.com account.
info (REQUIRED)
Dictionary<string, List<string>> Map with targeting information.
returns void
Examples
SetTargetingInfo("BannerPlacement" targetingInfo);
Last updated