Skip to main content
Go to Latest
enum HitType
Re-export
import { HitType } from "https://deno.land/x/flagship_io_js_sdk@3.0.11/index.ts";

Members

EVENT = "EVENT"

User has made a specific action.

ITEM = "ITEM"

Item bought in a transaction.

PAGE = "PAGEVIEW"

User has seen a URL

PAGE_VIEW = "PAGEVIEW"

User has seen a URL

SCREEN = "SCREENVIEW"

User has seen a screen.

SCREEN_VIEW = "SCREENVIEW"

User has seen a screen.

TRANSACTION = "TRANSACTION"

User has made a transaction.