Class GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting
Vertical ads setting feature to enable/disable ad group format controls in search campaigns.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting : IDirectResponseSchema
Properties
DisableTextAds
If true, text ads will be disabled for this ad group.
Declaration
[JsonProperty("disableTextAds")]
public virtual bool? DisableTextAds { 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 |
EnableBookingLinks
If true, booking links will be enabled for this ad group.
Declaration
[JsonProperty("enableBookingLinks")]
public virtual bool? EnableBookingLinks { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
EnableVerticalPromotionAds
If true, vertical promotion ads will be enabled for this ad group.
Declaration
[JsonProperty("enableVerticalPromotionAds")]
public virtual bool? EnableVerticalPromotionAds { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |