MCPcopy Index your code
hub / github.com/IABTechLab/uid2docs / pushGtmEvent

Function pushGtmEvent

src/utils/pushGtmEvent.ts:7–10  ·  view source on GitHub ↗
(data = {})

Source from the content-addressed store, hash-verified

5}
6
7export function pushGtmEvent(data = {}) {
8 window.dataLayer = window.dataLayer || [];
9 window.dataLayer.push(data);
10}

Callers 13

HomepageCtaStripeFunction · 0.90
HomepageConsumerBenefitFunction · 0.90
DocSidebarItemLinkFunction · 0.90
DocSidebarItemCategoryFunction · 0.90
BlogPostItemFunction · 0.90
BlogListPageFunction · 0.90
FooterLinkItemFunction · 0.90
BlogTagsPostsPageContentFunction · 0.90
DocItemLayoutFunction · 0.90
NavbarNavLinkFunction · 0.90
RequestDemoFunction · 0.90
PartnersFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected