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

DynamicLinkEventStat

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

Dynamic Link event stat.

interface DynamicLinkEventStat {
count?: bigint;
event?:
| "DYNAMIC_LINK_EVENT_UNSPECIFIED"
| "CLICK"
| "REDIRECT"
| "APP_INSTALL"
| "APP_FIRST_OPEN"
| "APP_RE_OPEN";
platform?:
| "DYNAMIC_LINK_PLATFORM_UNSPECIFIED"
| "ANDROID"
| "IOS"
| "DESKTOP"
| "OTHER";
}

§Properties

§
count?: bigint
[src]

The number of times this event occurred.

§
event?: "DYNAMIC_LINK_EVENT_UNSPECIFIED" | "CLICK" | "REDIRECT" | "APP_INSTALL" | "APP_FIRST_OPEN" | "APP_RE_OPEN"
[src]

Link event.

§
platform?: "DYNAMIC_LINK_PLATFORM_UNSPECIFIED" | "ANDROID" | "IOS" | "DESKTOP" | "OTHER"
[src]

Requested platform.