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/dfareporting:v4.ts";

Online Behavioral Advertiser icon.

interface ObaIcon {
iconClickThroughUrl?: string;
iconClickTrackingUrl?: string;
iconViewTrackingUrl?: string;
program?: string;
resourceUrl?: string;
size?: Size;
xPosition?: string;
yPosition?: string;
}

§Properties

§
iconClickThroughUrl?: string
[src]

URL to redirect to when an OBA icon is clicked.

§
iconClickTrackingUrl?: string
[src]

URL to track click when an OBA icon is clicked.

§
iconViewTrackingUrl?: string
[src]

URL to track view when an OBA icon is clicked.

§
program?: string
[src]

Identifies the industry initiative that the icon supports. For example, AdChoices.

§
resourceUrl?: string
[src]

OBA icon resource URL. Campaign Manager only supports image and JavaScript icons. Learn more

§
size?: Size
[src]

OBA icon size.

§
xPosition?: string
[src]

OBA icon x coordinate position. Accepted values are left or right.

§
yPosition?: string
[src]

OBA icon y coordinate position. Accepted values are top or bottom.