Table of Contents

Class AdClient

Namespace
Google.Apis.AdSense.v1_4.Data
Assembly
Google.Apis.AdSense.v1_4.dll
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

string

Id

Unique identifier of this ad client.

public virtual string Id { get; set; }

Property Value

string

Kind

Kind of resource this is, in this case adsense#adClient.

public virtual string Kind { get; set; }

Property Value

string

ProductCode

This ad client's product code, which corresponds to the PRODUCT_CODE report dimension.

public virtual string ProductCode { get; set; }

Property Value

string

SupportsReporting

Whether this ad client supports being reported on.

public virtual bool? SupportsReporting { get; set; }

Property Value

bool?