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

AdSlot

import type { AdSlot } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Ad Slot

interface AdSlot {
comment?: string;
compatibility?:
| "DISPLAY"
| "DISPLAY_INTERSTITIAL"
| "APP"
| "APP_INTERSTITIAL"
| "IN_STREAM_VIDEO"
| "IN_STREAM_AUDIO";
height?: bigint;
linkedPlacementId?: bigint;
name?: string;
paymentSourceType?: "PLANNING_PAYMENT_SOURCE_TYPE_AGENCY_PAID" | "PLANNING_PAYMENT_SOURCE_TYPE_PUBLISHER_PAID";
primary?: boolean;
width?: bigint;
}

§Properties

§
comment?: string
[src]

Comment for this ad slot.

§
compatibility?: "DISPLAY" | "DISPLAY_INTERSTITIAL" | "APP" | "APP_INTERSTITIAL" | "IN_STREAM_VIDEO" | "IN_STREAM_AUDIO"
[src]

Ad slot compatibility. DISPLAY and DISPLAY_INTERSTITIAL refer to rendering either on desktop, mobile devices or in mobile apps for regular or interstitial ads respectively. APP and APP_INTERSTITIAL are for rendering in mobile apps. IN_STREAM_VIDEO refers to rendering in in-stream video ads developed with the VAST standard.

§
height?: bigint
[src]

Height of this ad slot.

§
linkedPlacementId?: bigint
[src]

ID of the placement from an external platform that is linked to this ad slot.

§
name?: string
[src]

Name of this ad slot.

§
paymentSourceType?: "PLANNING_PAYMENT_SOURCE_TYPE_AGENCY_PAID" | "PLANNING_PAYMENT_SOURCE_TYPE_PUBLISHER_PAID"
[src]

Payment source type of this ad slot.

§
primary?: boolean
[src]

Primary ad slot of a roadblock inventory item.

§
width?: bigint
[src]

Width of this ad slot.