Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationTeamGetting updates
Next.jsReactVueNuxtAngularSvelteKitAstroRemixSolidStartQwikGatsbyExpoLaravelDjangoRuby on RailsExpressNestJSFlaskPhoenixWordPressShopifyWixWebflowSquarespaceFramerTilda
Integrations
AI agents and MCPllms.txtllms-full.txt
Installation

Ruby on Rails

Install Talivia in a Rails app.

View Markdown

Add Talivia to the application layout so every rendered page includes the tracker.

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.

Add the script

Open app/views/layouts/application.html.erb and place the snippet before the closing </body> tag.

<%= yield %>
<script defer src="https://talivia.com/script.js" data-website-id="YOUR_WEBSITE_ID"></script>
</body>

Replace the website ID. Copy the ID from Talivia Settings -> Tracking for this Rails domain.

Open the Rails app in a browser and check Talivia for the new session.

Django

Install Talivia in a Django base template.

Express

Install Talivia in an Express app.