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.
Implements
Inherited Members
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> |