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

ExitEvent

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

Exit event of the creative.

interface ExitEvent {
name?: string;
reportingName?: string;
type?: "EXIT_EVENT_TYPE_UNSPECIFIED" | "EXIT_EVENT_TYPE_DEFAULT" | "EXIT_EVENT_TYPE_BACKUP";
url?: string;
}

§Properties

§
name?: string
[src]

The name of the click tag of the exit event. The name must be unique within one creative. Leave it empty or unset for creatives containing image assets only.

§
reportingName?: string
[src]

The name used to identify this event in reports. Leave it empty or unset for creatives containing image assets only.

§
type?: "EXIT_EVENT_TYPE_UNSPECIFIED" | "EXIT_EVENT_TYPE_DEFAULT" | "EXIT_EVENT_TYPE_BACKUP"
[src]

Required. The type of the exit event.

§
url?: string
[src]

Required. The click through URL of the exit event. This is required when type is: * EXIT_EVENT_TYPE_DEFAULT * EXIT_EVENT_TYPE_BACKUP