Events
Track any events provided by the Frontnow Advisor to adept your user experience or track the events with your event tracking systems.
init
advisor.on("init", function () {
console.log("Advisor initialized");
});open
advisor.on("open", function () {
console.log("Advisor opened");
});close
advisor.on("close", function () {
console.log("Advisor closed");
}); hideLauncher
showLauncher
pageChange
prompt
suggestionClick
click
Was this helpful?