feat: Add GA integration, support for GA4 (#4626)
* GA integration settings * trackingId -> measurementId Hook up script * Public page GA tracking Correct layout of settings * Remove multiple codepaths for loading GA measurementID, add missing db index * Remove unneccessary changes, tsc * test
This commit is contained in:
2
app/typings/window.d.ts
vendored
2
app/typings/window.d.ts
vendored
@@ -1,5 +1,7 @@
|
||||
declare global {
|
||||
interface Window {
|
||||
dataLayer: any[];
|
||||
|
||||
DesktopBridge: {
|
||||
/**
|
||||
* The name of the platform running on.
|
||||
|
||||
Reference in New Issue
Block a user