Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting

Vertical ads setting feature to enable/disable ad group format controls in search campaigns.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAdGroupVerticalAdsFormatSetting
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX