Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonExpandedTextAdInfo

An expanded text ad. Expanded text ads are deprecated.

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

Properties

Description

The description of the ad.

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

Description2

The second description of the ad.

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

ETag

The ETag of the item.

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

HeadlinePart1

The first part of the ad's headline.

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

HeadlinePart2

The second part of the ad's headline.

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

HeadlinePart3

The third part of the ad's headline.

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

Path1

The text that can appear alongside the ad's displayed URL.

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

Path2

Additional text that can appear alongside the ad's displayed URL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX