Class AdUnit.ContentAdsSettingsData
Settings specific to content ads (AFC) and highend mobile content ads (AFMC - deprecated).
Inherited Members
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AdUnit.ContentAdsSettingsData
Properties
BackupOption
The backup option to be used in instances where no ad is available.
Declaration
[JsonProperty("backupOption")]
public virtual AdUnit.ContentAdsSettingsData.BackupOptionData BackupOption { get; set; }
Property Value
Type | Description |
---|---|
AdUnit.ContentAdsSettingsData.BackupOptionData |
Size
Size of this ad unit. Size values are in the form SIZE_{width}_{height}.
Declaration
[JsonProperty("size")]
public virtual string Size { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of this ad unit. Possible values are TEXT, TEXT_IMAGE, IMAGE and LINK.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |