How it works
The Unify Intent client is a JavaScript library that allows you to collect events from your website and send them to Unify. It supports page, identify, and custom events.Page events
e.g. a user visits the pricing page of your marketing website
Custom events
e.g. a user clicks a button to open a pricing calculator modal
Identify events
e.g. a user logs into your web application with their email address
Installation
There are multiple ways to install the Unify Intent client depending on your setup. In most cases, the website tag is the best option to get started.Website tag
Paste a pre-configured JavaScript snippet in your website’s HTML. This
method is the easiest way to get started and is suitable for most websites.
React library
Install the client in your React web application for a more native
integration.
JavaScript library
Install the client in your non-React frontend application, such as a Single
Page App (SPA).
You should only use one installation method per website or application. If the
client is installed twice on the same site, it may not work correctly.