Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias EventHit
import { type EventHit } from "https://deno.land/x/flagship_io_js_sdk@3.0.14/hit/Legacy.ts";
definition: CommonHit & { category: "Action Tracking" | "User Engagement"; action: string; label?: string; value?: number; documentLocation?: string; pageTitle?: string; }