Install Flowpoint on a Custom Webite

Add Flowpoint to any website.

Flowpoint can be added to virtually any website as long as you can access the website's <head> section — here's how.

Adding Flowpoint to Your Website's Header

Before adding Flowpoint to your website, make sure you're familiar with how code is added to your website. If you're using a content management system (CMS), there's likely a section for adding custom code. If you're not using a CMS, you can add the Flowpoint script directly to the <head> section of the web pages you want to track.

Here's an example of a website page's HTML file with the Flowpoint script added to it.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>My First HTML Page</title>

      <script src="https://sdk.flowpoint.ai?apiKey=bd15c0d9a3e63e2b4b9e08c1t50e3d1&clientId=2jiUMok6Jdw5E8k6cl2baAd7D1kuA2"></script>

    </head>
<body>
    <h1>Welcome to My Website</h1>
    <p>This is a paragraph of text on my very first HTML page.</p>
    <a href="https://www.example.com">Visit Example.com</a>
</body>
</html>

Implementation Recommendations

Flowpoint is most effective when added to all of your website pages, not just some of them. Make sure you're able to implement it across your entire site either by using your website's CMS or by manually adding the script to every page.

We highly recommend using Google Tag Manager to add Flowpoint to your website. By using Google Tag Manager, you can easily manage the scripts on your website. Read our Google Tag Manager implementation guide here.

On this page

Search the docs

/