MCPcopy Create free account
hub / github.com/freeCodeCamp/freeCodeCamp / callGA

Function callGA

client/src/analytics/call-ga.ts:116–120  ·  view source on GitHub ↗
(payload: GAevent)

Source from the content-addressed store, hash-verified

114 | CallSocratesEvent;
115
116export default function callGA(payload: GAevent) {
117 TagManager.dataLayer({
118 dataLayer: payload
119 });
120}

Callers 15

GrowthBookReduxConnectorFunction · 0.85
GrowthBookWrapperFunction · 0.85
DonateModalFunction · 0.85
selectAmountTabClickFunction · 0.85
editAmountClickFunction · 0.85
handleGoogleClickFunction · 0.85
handleMoreWaysClickFunction · 0.85
handleSignoutFunction · 0.85
LoginFunction · 0.85
ShowCertificationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected