Class Site
Representation of a Site.
Implements
Inherited Members
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class Site : IDirectResponseSchema
Properties
AutoAdsEnabled
Whether auto ads is turned on for the site.
Declaration
[JsonProperty("autoAdsEnabled")]
public virtual bool? AutoAdsEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Domain
Domain (or subdomain) of the site, e.g. "example.com" or "www.example.com". This is used in the
OWNED_SITE_DOMAIN_NAME
reporting dimension.
Declaration
[JsonProperty("domain")]
public virtual string Domain { 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 |
Name
Output only. Resource name of a site. Format: accounts/{account}/sites/{site}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingDimensionId
Output only. Unique ID of the site as used in the OWNED_SITE_ID
reporting dimension.
Declaration
[JsonProperty("reportingDimensionId")]
public virtual string ReportingDimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. State of a site.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |