MCPcopy Create free account
hub / github.com/DavidWells/analytics / aboutMethods

Function aboutMethods

scripts/docs.js:479–486  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

477}
478
479function aboutMethods(name) {
480 return {
481 'page': `Sends page views into ${name}`,
482 'track': `Track custom events and send to ${name}`,
483 'identify': `Identify visitors and send details to ${name}`,
484 'reset': `Reset browser storage cookies & localstorage for ${name} values`
485 }
486}
487
488const DATA_METHODS = ['page', 'track', 'identify']
489function whatThisEnablesText(name, provider, methods) {

Callers 1

mainUsageBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected