Methods
(inner) getPageviewTracker(config) → {EventTracker}
Gets the appropriate analytics event tracker for logging virtual pageviews.
Parameters:
Name | Type | Description |
---|---|---|
config |
Object |
Returns:
- Type
- EventTracker
(inner) getStatsvTracker(user, config, experiments) → {EventTracker}
Gets the appropriate analytics event tracker for logging metrics to StatsD via the "StatsD timers and counters" analytics event protocol.
If logging metrics to StatsD is enabled for the duration of the user's
session, then the appriopriate function is mw.track
; otherwise it's
() => {}
.
Parameters:
Name | Type | Description |
---|---|---|
user |
Object | |
config |
Object | |
experiments |
Experiments |
Returns:
- Type
- EventTracker
(inner) handleDOMEventIfEligible(handler) → {function}
Creates an event handler that only executes if the current target is eligible for page previews and a title can be associated with the element.
Parameters:
Name | Type | Description |
---|---|---|
handler |
function |
Returns:
- Type
- function
(inner) registerChangeListeners(store, registerActions, userSettings, settingsDialog, previewBehavior, statsvTracker, pageviewTracker) → {void}
Subscribes the registered change listeners to the store.
Parameters:
Name | Type | Description |
---|---|---|
store |
Redux.Store | |
registerActions |
Object | |
userSettings |
UserSettings | |
settingsDialog |
function | |
previewBehavior |
PreviewBehavior | |
statsvTracker |
EventTracker | |
pageviewTracker |
EventTracker |
Returns:
- Type
- void