Show / Hide Table of Contents

Class AdClientAdCode

Representation of the AdSense code for a given ad client. For more information, see About the AdSense code.

Inheritance
object
AdClientAdCode
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX