Show / Hide Table of Contents

Class AdUnit.ContentAdsSettingsData

Settings specific to content ads (AFC) and highend mobile content ads (AFMC - deprecated).

Inheritance
System.Object
AdUnit.ContentAdsSettingsData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class 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
System.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
System.String
In This Article
Back to top