Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonDemandGenVideoResponsiveAdInfo

A Demand Gen video responsive ad.

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

Properties

Breadcrumb1

First part of text that appears in the ad with the displayed URL.

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

Breadcrumb2

Second part of text that appears in the ad with the displayed URL.

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

BusinessName

Required. The advertiser/brand name.

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

CallToActions

Assets of type CallToActionAsset used for the "Call To Action" button.

Declaration
[JsonProperty("callToActions")]
public virtual IList<GoogleAdsSearchads360V23CommonAdCallToActionAsset> CallToActions { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdCallToActionAsset>

CompanionBanners

List of image assets used for the companion banner. Currently, only a single value for the companion banner asset is supported.

Declaration
[JsonProperty("companionBanners")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> CompanionBanners { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdImageAsset>

Descriptions

List of text assets used for the description.

Declaration
[JsonProperty("descriptions")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> Descriptions { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdTextAsset>

ETag

The ETag of the item.

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

Headlines

List of text assets used for the short headline.

Declaration
[JsonProperty("headlines")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> Headlines { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdTextAsset>

LogoImages

Logo image to be used in the ad. Valid image types are GIF, JPEG, and PNG. The minimum size is 128x128 and the aspect ratio must be 1:1 (+-1%).

Declaration
[JsonProperty("logoImages")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> LogoImages { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdImageAsset>

LongHeadlines

List of text assets used for the long headline.

Declaration
[JsonProperty("longHeadlines")]
public virtual IList<GoogleAdsSearchads360V23CommonAdTextAsset> LongHeadlines { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdTextAsset>

Videos

List of YouTube video assets used for the ad.

Declaration
[JsonProperty("videos")]
public virtual IList<GoogleAdsSearchads360V23CommonAdVideoAsset> Videos { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdVideoAsset>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX