ExitEvent
import type { ExitEvent } from "https://googleapis.deno.dev/v1/displayvideo:v4.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]Optional. 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]Optional. The name used to identify this event in reports. Leave it empty or unset for creatives containing image assets only.