Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
declare global {
2
interface
Window {
3
dataLayer: Record<string, unknown>[];
4
}
5
}
6
7
export
function
pushGtmEvent(data = {}) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected