forked from snowplow/snowplow-javascript-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtracker.lite.config.ts
More file actions
23 lines (23 loc) · 859 Bytes
/
Copy pathtracker.lite.config.ts
File metadata and controls
23 lines (23 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export const performanceTiming = false;
export const performanceNavigationTiming = false;
export const gaCookies = false;
export const geolocation = false;
export const optimizelyX = false;
export const clientHints = false;
export const linkClickTracking = false;
export const formTracking = false;
export const errorTracking = false;
export const timezone = false;
export const enhancedEcommerce = false;
export const adTracking = false;
export const siteTracking = false;
export const snowplowEcommerceTracking = false;
export const mediaTracking = false;
export const youtubeTracking = false;
export const enhancedConsent = false;
export const snowplowMedia = false;
export const vimeoTracking = false;
export const privacySandbox = false;
export const buttonClickTracking = false;
export const eventSpecifications = false;
export const webVitals = false;