Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

NativeContent

import type { NativeContent } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Native content for a creative.

interface NativeContent {
advertiserName?: string;
appIcon?: Image;
body?: string;
callToAction?: string;
clickLinkUrl?: string;
clickTrackingUrl?: string;
headline?: string;
image?: Image;
logo?: Image;
priceDisplayText?: string;
starRating?: number;
storeUrl?: string;
videoUrl?: string;
}

§Properties

§
advertiserName?: string
[src]

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

§
appIcon?: Image
[src]

The app icon, for app download ads.

§
body?: string
[src]

A long description of the ad.

§
callToAction?: string
[src]

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

§
clickLinkUrl?: string
[src]

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

§
clickTrackingUrl?: string
[src]

The URL to use for click tracking.

§
headline?: string
[src]

A short title for the ad.

§
image?: Image
[src]

A large image.

§
priceDisplayText?: string
[src]

The price of the promoted app including currency info.

§
starRating?: number
[src]

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

§
storeUrl?: string
[src]

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

§
videoUrl?: string
[src]

The URL to fetch a native video ad.