Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonDemandGenProductAdInfo

A Demand Gen product ad.

Inheritance
object
GoogleAdsSearchads360V23CommonDemandGenProductAdInfo
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 GoogleAdsSearchads360V23CommonDemandGenProductAdInfo : 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

CallToAction

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

Declaration
[JsonProperty("callToAction")]
public virtual GoogleAdsSearchads360V23CommonAdCallToActionAsset CallToAction { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdCallToActionAsset

Description

Required. Text asset used for the description.

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. Text asset used for the short headline.

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

LogoImage

Required. 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("logoImage")]
public virtual GoogleAdsSearchads360V23CommonAdImageAsset LogoImage { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdImageAsset

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX