All Collections
Account Setup
How can I connect Chekkit to Google Analytics?
How can I connect Chekkit to Google Analytics?

Connect your Google Analytics to Chekkit.

Paul Sequeira avatar
Written by Paul Sequeira
Updated over a week ago

Connecting Chekkit to various software can help maximize what your dashboard can do for you. You can now see how often people are interacting with your webchat widget straight out of the box.

All you need to do is ensure that the following is installed on your website.

  • Google Analytics script

  • Your Chekkit webchat widget code

  • Lastly, the Google Tag

    • <!-- Google tag (gtag.js) --> 
      <script async src="https://www.googletagmanager.com/gtag/js?id=GA_TRACKING_ID"></script>
      <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){window.dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'GA_TRACKING_ID');
      </script>
    • Ensure you replace GA_TRACKING_ID with your Google ID

If you'd like some additional assistance on how to install your web chat widget on your website, click the button below.

Once all the pieces of code are installed on your website you can log into your Google Analytics dashboard and see people interacting with your widget in real-time.

To see real-time interactions with the widget follow these steps:

  1. Click on Realtime

  2. Then select Events

Report &gt; Realtime &gt; Events

You'll then see real people interacting with your widget and whether they're opening, closing, or sending a message with your widget.

If you'd like to see an overview of the interactions with your widget follow these steps:

  1. Click Behaviour

  2. Select Events

  3. Then choose Overview

  4. Lastly, choose Event Actions

Behavior &gt; Events &gt; Overview
Event action; Webchat Opened, webchat closed, webchat message.

You can now see all of the Event Actions that have to do with your webchat widget.

* * *

Hopefully, this helps you get everything running, but if you have any difficulties or other questions please contact us at support@chekkit.io!

Did this answer your question?