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

Function startTour

packages/analytics-plugin-intercom/src/browser.js:44–48  ·  view source on GitHub ↗
(tourId)

Source from the content-addressed store, hash-verified

42 /* Custom methods TODO: shutdown? hide show */
43 methods: {
44 startTour(tourId) {
45 const intercom = window.Intercom;
46 if (typeof intercom === "undefined") return;
47 intercom("startTour", tourId);
48 },
49 shutdown() {
50 const intercom = window.Intercom;
51 if (typeof intercom === "undefined") return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected