UNPKG

@comparaonline/event-tracker

Version:

This library it's an interface between any frontend application and some event tracking platforms, currently Snowplow and Tag Manager.

10 lines (9 loc) 253 B
import type { CountryCode, BusinessUnit } from '../constants'; export type MandatoryProps = { app_name: string; app_version: string; country_code: CountryCode; business_unit: BusinessUnit; user_type: string; user_id?: string; };