Class AdClient
public class AdClient : IDirectResponseSchema
- Inheritance
-
AdClient
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
AdClient()
public AdClient()
Properties
ArcOptIn
Whether this ad client is opted in to ARC.
public virtual bool? ArcOptIn { get; set; }
Property Value
- bool?
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
Id
Unique identifier of this ad client.
public virtual string Id { get; set; }
Property Value
Kind
Kind of resource this is, in this case adsense#adClient.
public virtual string Kind { get; set; }
Property Value
ProductCode
This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.
public virtual string ProductCode { get; set; }
Property Value
SupportsReporting
Whether this ad client supports being reported on.
public virtual bool? SupportsReporting { get; set; }
Property Value
- bool?