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

CreativeCustomEvent

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

Creative Custom Event.

interface CreativeCustomEvent {
advertiserCustomEventId?: bigint;
advertiserCustomEventName?: string;
advertiserCustomEventType?: "ADVERTISER_EVENT_TIMER" | "ADVERTISER_EVENT_EXIT" | "ADVERTISER_EVENT_COUNTER";
artworkLabel?: string;
artworkType?:
| "ARTWORK_TYPE_FLASH"
| "ARTWORK_TYPE_HTML5"
| "ARTWORK_TYPE_MIXED"
| "ARTWORK_TYPE_IMAGE";
exitClickThroughUrl?: CreativeClickThroughUrl;
id?: bigint;
popupWindowProperties?: PopupWindowProperties;
targetType?:
| "TARGET_BLANK"
| "TARGET_TOP"
| "TARGET_SELF"
| "TARGET_PARENT"
| "TARGET_POPUP";
videoReportingId?: string;
}

§Properties

§
advertiserCustomEventId?: bigint
[src]

Unique ID of this event used by Reporting and Data Transfer. This is a read-only field.

§
advertiserCustomEventName?: string
[src]

User-entered name for the event.

§
advertiserCustomEventType?: "ADVERTISER_EVENT_TIMER" | "ADVERTISER_EVENT_EXIT" | "ADVERTISER_EVENT_COUNTER"
[src]

Type of the event. This is a read-only field.

§
artworkLabel?: string
[src]

Artwork label column, used to link events in Campaign Manager back to events in Studio. This is a required field and should not be modified after insertion.

§
artworkType?: "ARTWORK_TYPE_FLASH" | "ARTWORK_TYPE_HTML5" | "ARTWORK_TYPE_MIXED" | "ARTWORK_TYPE_IMAGE"
[src]

Artwork type used by the creative.This is a read-only field.

§
exitClickThroughUrl?: CreativeClickThroughUrl
[src]

Exit click-through URL for the event. This field is used only for exit events.

§
id?: bigint
[src]

ID of this event. This is a required field and should not be modified after insertion.

§
popupWindowProperties?: PopupWindowProperties
[src]

Properties for rich media popup windows. This field is used only for exit events.

§
targetType?: "TARGET_BLANK" | "TARGET_TOP" | "TARGET_SELF" | "TARGET_PARENT" | "TARGET_POPUP"
[src]

Target type used by the event.

§
videoReportingId?: string
[src]

Video reporting ID, used to differentiate multiple videos in a single creative. This is a read-only field.