Class NativeContent
Native content for a creative.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.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? |
VideoUrl
The URL to fetch a native video ad.
Declaration
[JsonProperty("videoUrl")]
public virtual string VideoUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoVastXml
The contents of a VAST document for a native video ad.
Declaration
[JsonProperty("videoVastXml")]
public virtual string VideoVastXml { get; set; }
Property Value
Type | Description |
---|---|
string |