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

Event

import type { Event } from "https://googleapis.deno.dev/v1/adsenseplatform:v1.ts";

A platform sub-account event to record spam signals.

interface Event {
eventInfo?: EventInfo;
eventTime?: Date;
eventType?: "EVENT_TYPE_UNSPECIFIED" | "LOG_IN_VIA_PLATFORM" | "SIGN_UP_VIA_PLATFORM";
}

§Properties

§
eventInfo?: EventInfo
[src]

Required. Information associated with the event.

§
eventTime?: Date
[src]

Required. Event timestamp.

§
eventType?: "EVENT_TYPE_UNSPECIFIED" | "LOG_IN_VIA_PLATFORM" | "SIGN_UP_VIA_PLATFORM"
[src]

Required. Event type.