MCPcopy Create free account
hub / github.com/IABTechLab/uid2docs / Window

Interface Window

src/utils/pushGtmEvent.ts:2–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1declare global {
2 interface Window {
3 dataLayer: Record<string, unknown>[];
4 }
5}
6
7export function pushGtmEvent(data = {}) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected