Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAppEngagementAdInfo

App engagement ads allow you to write text encouraging a specific action in the app, like checking in, making a purchase, or booking a flight. They allow you to send users to a specific part of your app where they can find what they're looking for easier and faster.

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

Images

List of image assets that may be displayed with the ad.

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

Videos

List of video assets that may be displayed with 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