Table of Contents

Class AdUnit.FeedAdsSettingsData

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll

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

string

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; }

Property Value

string