MCPcopy Create free account
hub / github.com/codecombat/codecombat / trackPageView

Method trackPageView

app/core/Tracker2/InternalTracker.js:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 async trackPageView () {
37 await this.initializationComplete
38 const name = Backbone.history.getFragment()
39 this.trackEventInternal('Pageview', { url: name, href: window.location.href })
40 }
41
42 async trackEvent (action, properties = {}) {
43 await this.initializationComplete

Callers

nothing calls this directly

Calls 1

trackEventInternalMethod · 0.95

Tested by

no test coverage detected