Class GoogleAdsSearchads360V23CommonCriterionCategoryChannelAvailability
Information of advertising channel type and subtypes a category is available in.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonCriterionCategoryChannelAvailability : IDirectResponseSchema
Properties
AdvertisingChannelSubType
Channel subtypes under the channel type the category is available to.
Declaration
[JsonProperty("advertisingChannelSubType")]
public virtual IList<string> AdvertisingChannelSubType { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AdvertisingChannelType
Channel type the category is available to.
Declaration
[JsonProperty("advertisingChannelType")]
public virtual string AdvertisingChannelType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AvailabilityMode
Format of the channel availability. Can be ALL_CHANNELS (the rest of the fields will not be set), CHANNEL_TYPE (only advertising_channel_type type will be set, the category is available to all sub types under it) or CHANNEL_TYPE_AND_SUBTYPES (advertising_channel_type, advertising_channel_sub_type, and include_default_channel_sub_type will all be set).
Declaration
[JsonProperty("availabilityMode")]
public virtual string AvailabilityMode { 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 |
IncludeDefaultChannelSubType
Whether default channel sub type is included. For example, advertising_channel_type being DISPLAY and include_default_channel_sub_type being false means that the default display campaign where channel sub type is not set is not included in this availability configuration.
Declaration
[JsonProperty("includeDefaultChannelSubType")]
public virtual bool? IncludeDefaultChannelSubType { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |