Class AdUnit.FeedAdsSettingsData
Settings specific to feed ads (AFF) - deprecated.
public class AdUnit.FeedAdsSettingsData
- Inheritance
-
AdUnit.FeedAdsSettingsData
- Inherited Members
Constructors
FeedAdsSettingsData()
public FeedAdsSettingsData()
Properties
AdPosition
The position of the ads relative to the feed entries.
public virtual string AdPosition { get; set; }
Property Value
Frequency
The frequency at which ads should appear in the feed (i.e. every N entries).
public virtual int? Frequency { get; set; }
Property Value
- int?
MinimumWordCount
The minimum length an entry should be in order to have attached ads.
public virtual int? MinimumWordCount { get; set; }
Property Value
- int?
Type
The type of ads which should appear.
public virtual string Type { get; set; }