Class CustomChannel
Representation of a custom channel.
Implements
Inherited Members
Namespace: Google.Apis.Adsense.v2.Data
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public class CustomChannel : IDirectResponseSchema
Properties
Active
Whether the custom channel is active and collecting data. See https://support.google.com/adsense/answer/10077192.
Declaration
[JsonProperty("active")]
public virtual bool? Active { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DisplayName
Required. Display name of the custom channel.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { 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 the custom channel. Format: accounts/{account}/adclients/{adclient}/customchannels/{customchannel}
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ReportingDimensionId
Output only. Unique ID of the custom channel as used in the CUSTOM_CHANNEL_ID
reporting dimension.
Declaration
[JsonProperty("reportingDimensionId")]
public virtual string ReportingDimensionId { get; set; }
Property Value
Type | Description |
---|---|
string |