Talivia Docs
Talivia Docs
HomeDashboard
IntroductionInstallationGetting updates
Getting started

Getting updates

Understand how Talivia updates work.

Talivia Cloud updates automatically. You do not need to upgrade the tracker script manually when the hosted app ships new features.

Tracker updates

The script is loaded from Talivia with defer, so visitors receive the latest compatible tracker when their browser requests script.js.

If your site uses a strict Content Security Policy, make sure the Talivia script origin and collection endpoint are allowed.

Product updates

New dashboard features can appear without a site change. For example, revenue attribution, search keyword reports, and session replay use the data already flowing through the tracker and connected integrations.

When to change your code

You only need to update your site code when you intentionally enable a new tracking behavior, such as:

  • Adding custom event attributes.
  • Calling window.talivia.identify.
  • Passing window.talivia.getSession() into checkout.
  • Enabling performance collection with data-performance="true".

Installation

Previous Page

Next.js

Install Talivia in a Next.js app with a root layout.