Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonResponsiveSearchAdInfo

A responsive search ad. Responsive search ads let you create an ad that adapts to show more text, and more relevant messages, to your customers. Enter multiple headlines and descriptions when creating a responsive search ad, and over time, Google Ads will automatically test different combinations and learn which combinations perform best. By adapting your ad's content to more closely match potential customers' search terms, responsive search ads may improve your campaign's performance. More information at https://support.google.com/google-ads/answer/7684791

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

Properties

Descriptions

List of text assets for descriptions. When the ad serves the descriptions will be selected from this list.

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 for headlines. When the ad serves the headlines will be selected from this list.

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

Path1

First part of text that can be appended to the URL in the ad.

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

Path2

Second part of text that can be appended to the URL in the ad. This field can only be set when path1 is also set.

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