@unifygtm/intent-client
Version:
JavaScript client for interacting with the Unify Intent API in the browser.
26 lines (22 loc) • 830 B
text/typescript
import {
type AutoTrackOptions,
DefaultTrackEvent,
NavatticTrackEvent,
} from '../types';
export const UNIFY_INTENT_V1_URL = 'https://api.unifyintent.com/analytics/v1';
export const DEFAULT_SESSION_MINUTES_TO_EXPIRE = 30;
export const DEFAULT_AUTO_TRACK_OPTIONS: AutoTrackOptions = {
clickTrackingSelectors: [],
navatticProductDemos: {
[]: true,
[]: true,
[]: true,
},
defaultForms: {
[]: true,
[]: true,
[]: true,
[]: true,
[]: true,
},
};