Class GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo
App pre-registration ads link to your app or game listing on Google Play, and can run on Google Play, on YouTube (in-stream only), and within other apps and mobile websites on the Display Network. It will help capture people's interest in your app or game and generate an early install base for your app or game before a launch.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonAppPreRegistrationAdInfo : 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 asset IDs whose images may be displayed with the ad.
Declaration
[JsonProperty("images")]
public virtual IList<GoogleAdsSearchads360V23CommonAdImageAsset> Images { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdImageAsset> |
YoutubeVideos
List of YouTube video asset IDs whose videos may be displayed with the ad.
Declaration
[JsonProperty("youtubeVideos")]
public virtual IList<GoogleAdsSearchads360V23CommonAdVideoAsset> YoutubeVideos { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAdVideoAsset> |