Class GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels
Explicitly selected channels for channel controls in Demand Gen ad groups.
Inheritance
GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAdGroupDemandGenAdGroupSettingsDemandGenChannelControlsDemandGenSelectedChannels : IDirectResponseSchema
Properties
Discover
Whether to enable ads on the Discover channel.
Declaration
[JsonProperty("discover")]
public virtual bool? Discover { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Display
Whether to enable ads on the Display channel.
Declaration
[JsonProperty("display")]
public virtual bool? Display { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gmail
Whether to enable ads on the Gmail channel.
Declaration
[JsonProperty("gmail")]
public virtual bool? Gmail { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
YoutubeInFeed
Whether to enable ads on the YouTube In-Feed channel.
Declaration
[JsonProperty("youtubeInFeed")]
public virtual bool? YoutubeInFeed { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
YoutubeInStream
Whether to enable ads on the YouTube In-Stream channel.
Declaration
[JsonProperty("youtubeInStream")]
public virtual bool? YoutubeInStream { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
YoutubeShorts
Whether to enable ads on the YouTube Shorts channel.
Declaration
[JsonProperty("youtubeShorts")]
public virtual bool? YoutubeShorts { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |