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
25 lines (25 loc) · 889 Bytes
/
Copy pathtracker.test.config.ts
File metadata and controls
25 lines (25 loc) · 889 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
25
export const performanceTiming = true;
export const gaCookies = true;
export const geolocation = true;
export const optimizelyX = true;
export const clientHints = true;
export const consent = true;
export const linkClickTracking = true;
export const formTracking = true;
export const errorTracking = true;
export const timezone = true;
export const ecommerce = true;
export const enhancedEcommerce = true;
export const adTracking = true;
export const siteTracking = true;
export const snowplowEcommerceTracking = false;
export const optimizely = true;
export const browserFeatures = 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;