Class CustomChannel.TargetingInfoData
The targeting information of this custom channel, if activated.
public class CustomChannel.TargetingInfoData
- Inheritance
-
CustomChannel.TargetingInfoData
- Inherited Members
Constructors
TargetingInfoData()
public TargetingInfoData()
Properties
AdsAppearOn
The name used to describe this channel externally.
public virtual string AdsAppearOn { get; set; }
Property Value
Description
The external description of the channel.
public virtual string Description { get; set; }
Property Value
Location
The locations in which ads appear. (Only valid for content and mobile content ads (deprecated)). Acceptable values for content ads are: TOP_LEFT, TOP_CENTER, TOP_RIGHT, MIDDLE_LEFT, MIDDLE_CENTER, MIDDLE_RIGHT, BOTTOM_LEFT, BOTTOM_CENTER, BOTTOM_RIGHT, MULTIPLE_LOCATIONS. Acceptable values for mobile content ads (deprecated) are: TOP, MIDDLE, BOTTOM, MULTIPLE_LOCATIONS.
public virtual string Location { get; set; }
Property Value
SiteLanguage
The language of the sites ads will be displayed on.
public virtual string SiteLanguage { get; set; }