Class AdClientAdCode
Representation of the AdSense code for a given ad client. For more information, see About the AdSense code.
Implements
Inherited Members
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class AdClientAdCode : IDirectResponseSchema
Properties
AdCode
Output only. The AdSense code snippet to add to the head of an HTML page.
Declaration
[JsonProperty("adCode")]
public virtual string AdCode { get; set; }
Property Value
Type | Description |
---|---|
string |
AmpBody
Output only. The AdSense code snippet to add to the body of an AMP page.
Declaration
[JsonProperty("ampBody")]
public virtual string AmpBody { get; set; }
Property Value
Type | Description |
---|---|
string |
AmpHead
Output only. The AdSense code snippet to add to the head of an AMP page.
Declaration
[JsonProperty("ampHead")]
public virtual string AmpHead { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |