Class AdClient
Representation of an ad client. An ad client represents a user's subscription with a specific AdSense product.
Implements
Inherited Members
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class AdClient : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Output only. Resource name of the ad client. Format: accounts/{account}/adclients/{adclient}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ProductCode
Output only. Reporting product code of the ad client. For example, "AFC" for AdSense for Content.
Corresponds to the PRODUCT_CODE
dimension, and present only if the ad client supports reporting.
Declaration
[JsonProperty("productCode")]
public virtual string ProductCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingDimensionId
Output only. Unique ID of the ad client as used in the AD_CLIENT_ID
reporting dimension. Present only if
the ad client supports reporting.
Declaration
[JsonProperty("reportingDimensionId")]
public virtual string ReportingDimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |
State
Output only. State of the ad client.
Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type | Description |
---|---|
string |