Show / Hide Table of Contents

Class NativeContent

Native content for a creative.

Inheritance
object
NativeContent
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.AdExchangeBuyerII.v2beta1.Data
Assembly: Google.Apis.AdExchangeBuyerII.v2beta1.dll
Syntax
public class NativeContent : IDirectResponseSchema

Properties

AdvertiserName

The name of the advertiser or sponsor, to be displayed in the ad creative.

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

AppIcon

The app icon, for app download ads.

Declaration
[JsonProperty("appIcon")]
public virtual Image AppIcon { get; set; }
Property Value
Type Description
Image

Body

A long description of the ad.

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

CallToAction

A label for the button that the user is supposed to click.

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

ClickLinkUrl

The URL that the browser/SDK will load when the user clicks the ad.

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

ClickTrackingUrl

The URL to use for click tracking.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Headline

A short title for the ad.

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

Image

A large image.

Declaration
[JsonProperty("image")]
public virtual Image Image { get; set; }
Property Value
Type Description
Image

Logo

A smaller image, for the advertiser's logo.

Declaration
[JsonProperty("logo")]
public virtual Image Logo { get; set; }
Property Value
Type Description
Image

PriceDisplayText

The price of the promoted app including currency info.

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

StarRating

The app rating in the app store. Must be in the range [0-5].

Declaration
[JsonProperty("starRating")]
public virtual double? StarRating { get; set; }
Property Value
Type Description
double?

StoreUrl

The URL to the app store to purchase/download the promoted app.

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

VideoUrl

The URL to fetch a native video ad.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX