feat: add tracking events for loyalty pages

This commit is contained in:
Christel Westerberg
2024-07-11 10:12:46 +02:00
parent 127df6ab90
commit a8a67d5e35
7 changed files with 186 additions and 0 deletions

1
types/window.d.ts vendored
View File

@@ -1,5 +1,6 @@
interface Window {
datalayer: { [key: string]: any }
adobeDataLayer: any[]
_satellite: { cookie: { get: (s: string) => string } }
adobe: {
OptInCategories: { ANALYTICS: string }