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

ObaIcon

import type { ObaIcon } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

OBA Icon for a Creative

interface ObaIcon {
clickTrackingUrl?: string;
dimensions?: Dimensions;
landingPageUrl?: string;
position?:
| "OBA_ICON_POSITION_UNSPECIFIED"
| "OBA_ICON_POSITION_UPPER_RIGHT"
| "OBA_ICON_POSITION_UPPER_LEFT"
| "OBA_ICON_POSITION_LOWER_RIGHT"
| "OBA_ICON_POSITION_LOWER_LEFT";
program?: string;
resourceMimeType?: string;
resourceUrl?: string;
viewTrackingUrl?: string;
}

§Properties

§
clickTrackingUrl?: string
[src]

Required. The click tracking URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com

§
dimensions?: Dimensions
[src]

The dimensions of the OBA icon.

§
landingPageUrl?: string
[src]

Required. The landing page URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com

§
position?: "OBA_ICON_POSITION_UNSPECIFIED" | "OBA_ICON_POSITION_UPPER_RIGHT" | "OBA_ICON_POSITION_UPPER_LEFT" | "OBA_ICON_POSITION_LOWER_RIGHT" | "OBA_ICON_POSITION_LOWER_LEFT"
[src]

The position of the OBA icon on the creative.

§
program?: string
[src]

The program of the OBA icon. For example: “AdChoices”.

§
resourceMimeType?: string
[src]

The MIME type of the OBA icon resource.

§
resourceUrl?: string
[src]

The URL of the OBA icon resource.

§
viewTrackingUrl?: string
[src]

Required. The view tracking URL of the OBA icon. Only URLs of the following domains are allowed: * https://info.evidon.com * https://l.betrad.com