Class AdUnit.MobileContentAdsSettingsData
Settings specific to WAP 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.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 |