Manual integration
Smartlook can be manually integrated into various analytic frameworks using our IntegrationListener
.
Listener can be registered like this:
Smartlook.registerIntegrationListener(
(visitorUrl: string) => {
console.log('app visitor', visitorUrl);
},
(dashboardUrl: string) => {
console.log('app dash', dashboardUrl);
},
);
Integration samples
Samples adjusted for specific analytic tools can be found in the Integrations documentation: