Installation
Django
Install Talivia in a Django base template.
Install Talivia in the base template inherited by your public pages.
Copy the complete snippet from Settings -> Tracking. The examples below focus on framework placement. Keep generated attributes such as
data-domain in the installed snippet. See Tracker configuration for every option and Subdomain tracking when the same visitor moves between subdomains.Base template
Open a shared template such as templates/base.html and place the snippet before </body>.
<script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
</body>
</html>If different parts of the site use different base templates, add Talivia to each public base template.
Do not leave the placeholder. Replace YOUR_WEBSITE_ID with the value from Talivia Settings -> Tracking.
Deploy the template, visit a page, and confirm the first session in Talivia.