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.

5 lines (4 loc) 783 B
export { track } from './trackers'; export * from './constants'; import type { AttachedPolicyToUserData, CancelPolicyRequestedData, CepAutocompletedData, EventDataMap, Events, FormStepRenderData, PaymentMethodUpdatedData, PersonAutocompletedData, TransactionData, TutorialBeginData, TutorialCompleteData, UserAccountOnboardingCompletedData, VehicleAutocompletedData, OtpErrorEvent, OneClickCheckoutCompletedEvent } from './types'; export type { AttachedPolicyToUserData, CancelPolicyRequestedData, CepAutocompletedData, EventDataMap, Events, FormStepRenderData, PaymentMethodUpdatedData, PersonAutocompletedData, TransactionData, TutorialBeginData, TutorialCompleteData, UserAccountOnboardingCompletedData, VehicleAutocompletedData, OtpErrorEvent, OneClickCheckoutCompletedEvent, };