Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationGetting updates
Next.jsReactVueNuxtAngularSvelteKitAstroRemixSolidStartQwikGatsbyExpoLaravelDjangoRuby on RailsExpressNestJSFlaskPhoenixWordPressShopifyWixWebflowSquarespaceFramerTilda
Installation

Ruby on Rails

Install Talivia in a Rails app.

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

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.