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