Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAppAdInfo

An app ad.

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

Properties

AppDeepLink

An app deep link asset that may be used with the ad.

Declaration
[JsonProperty("appDeepLink")]
public virtual GoogleAdsSearchads360V23CommonAdAppDeepLinkAsset AppDeepLink { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdAppDeepLinkAsset

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>

Html5MediaBundles

List of media bundle assets that may be used with the ad.

Declaration
[JsonProperty("html5MediaBundles")]
public virtual IList<GoogleAdsSearchads360V23CommonAdMediaBundleAsset> Html5MediaBundles { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdMediaBundleAsset>

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>

MandatoryAdText

Mandatory ad text.

Declaration
[JsonProperty("mandatoryAdText")]
public virtual GoogleAdsSearchads360V23CommonAdTextAsset MandatoryAdText { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdTextAsset

YoutubeVideos

List of YouTube video assets that may be displayed with the ad.

Declaration
[JsonProperty("youtubeVideos")]
public virtual IList<GoogleAdsSearchads360V23CommonAdVideoAsset> YoutubeVideos { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdVideoAsset>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX