Qlitics Integration
This tutorial was contributed by Shraddha Kesari
The qlitics.js
is a Javascript library that is used for tracking user interaction with the frontend website.
This tutorial consists of Qlitics related functions. The vast majority of these features are already wired and tracked by default (including when pages are loaded via AJAX) if you are a Malibu publisher.
Implementation for Malibu Publishers
If you are on the Malibu Platform, you just need to add the below <link>
tag in your layout.ejs
file. All the wiring is already done for you.
<link rel="preconnect dns-prefetch" href="https://prod-analytics.qlitics.com" crossorigin />
For Non-Malibu Publishers, they need to follow this documentation in order to integrate Qlitics.