Class AdUnitAdCode
Representation of the ad unit code for a given ad unit. For more information, see About the AdSense code and Where to place the ad code in your HTML.
Implements
Inherited Members
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class AdUnitAdCode : IDirectResponseSchema
Properties
AdCode
Output only. The code snippet to add to the body of an HTML page.
Declaration
[JsonProperty("adCode")]
public virtual string AdCode { 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 |