Getting Started

Setting up your Clive tracking code

Overview

Find your Clive tracking code and embed it in your pages to start tracking your site visitors.

A flowchart illustrating the steps to collect visitor data, including tracking code, visitor attributes, forms, and smart content.

Embed your Clive tracking code in the body of your pages to track visitors to your site. Site visitors will be listed in Clive under the Visitors area; by a unique ID number if they're anonymous, or under their name or email address if they've completed a Clive form and provided that information.

Find your tracking code

Your code is located on your Clive dashboard under Tracking Code and will look something like this:

<script async="true" src="https://live.clive.cloud/page-views/track/##"></script>

Highlight the code or click the Copy button to copy the snippet.

Embed your tracking code

Using the CMS or tag manager of your choice, place your tracking code within the <body></body> tags of your site's pages. We recommend placing it just before the closing </body> tag.

HTML code snippet illustrating a simple script tag, with a focus on a variable named "Clive."