Show / Hide Table of Contents

Class AdUnit.MobileContentAdsSettingsData

Settings specific to WAP mobile content ads (AFMC) - deprecated.

Inheritance
System.Object
AdUnit.MobileContentAdsSettingsData
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.AdSense.v1_4.Data
Assembly: Google.Apis.AdSense.v1_4.dll
Syntax
public class MobileContentAdsSettingsData

Properties

MarkupLanguage

The markup language to use for this ad unit.

Declaration
[JsonProperty("markupLanguage")]
public virtual string MarkupLanguage { get; set; }
Property Value
Type Description
System.String

ScriptingLanguage

The scripting language to use for this ad unit.

Declaration
[JsonProperty("scriptingLanguage")]
public virtual string ScriptingLanguage { get; set; }
Property Value
Type Description
System.String

Size

Size of this ad unit.

Declaration
[JsonProperty("size")]
public virtual string Size { get; set; }
Property Value
Type Description
System.String

Type

Type of this ad unit.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
System.String
Back to top