Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
116
export
default
function
callGA(payload: GAevent) {
117
TagManager.dataLayer({
118
dataLayer: payload
119
});
120
}
Callers
15
GrowthBookReduxConnector
Function · 0.85
GrowthBookWrapper
Function · 0.85
DonateModal
Function · 0.85
handleAmountConfirmationClick
Function · 0.85
selectAmountTabClick
Function · 0.85
editAmountClick
Function · 0.85
handleBecomeSupporterClick
Function · 0.85
handleGoogleClick
Function · 0.85
handleMoreWaysClick
Function · 0.85
handleSignout
Function · 0.85
Login
Function · 0.85
ShowCertification
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected