Show / Hide Table of Contents

Class AdUnit.MobileContentAdsSettingsData

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

Inheritance
object
AdUnit.MobileContentAdsSettingsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AdSenseHost.v4_1.Data
Assembly: Google.Apis.AdSenseHost.v4_1.dll
Syntax
public class AdUnit.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
string

ScriptingLanguage

The scripting language to use for this ad unit.

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

Size

Size of this ad unit.

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

Type

Type of this ad unit.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX