Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonDemandGenCarouselAdInfo

A Demand Gen carousel ad.

Inheritance
object
GoogleAdsSearchads360V23CommonDemandGenCarouselAdInfo
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 GoogleAdsSearchads360V23CommonDemandGenCarouselAdInfo : IDirectResponseSchema

Properties

BusinessName

Required. The Advertiser/brand name.

Declaration
[JsonProperty("businessName")]
public virtual string BusinessName { get; set; }
Property Value
Type Description
string

CallToActionText

Call to action text.

Declaration
[JsonProperty("callToActionText")]
public virtual string CallToActionText { get; set; }
Property Value
Type Description
string

CarouselCards

Required. Carousel cards that will display with the ad. Min 2 max 10.

Declaration
[JsonProperty("carouselCards")]
public virtual IList<GoogleAdsSearchads360V23CommonAdDemandGenCarouselCardAsset> CarouselCards { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdDemandGenCarouselCardAsset>

Description

Required. The descriptive text of the ad.

Declaration
[JsonProperty("description")]
public virtual GoogleAdsSearchads360V23CommonAdTextAsset Description { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdTextAsset

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Headline

Required. Headline of the ad.

Declaration
[JsonProperty("headline")]
public virtual GoogleAdsSearchads360V23CommonAdTextAsset Headline { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdTextAsset

LogoImage

Required. Logo image to be used in the ad. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).

Declaration
[JsonProperty("logoImage")]
public virtual GoogleAdsSearchads360V23CommonAdImageAsset LogoImage { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdImageAsset

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX