Google Analytics: storing LiveChat data

3 min. readlast update: 10.17.2023

Using our Google Analytics integration, you can easily collect live chat related data and log it in on your Google Analytics account.

undefined

Give it a go and learn more about your visitors browsing habits and make use of all the valuable data gathered.

Data usage

LiveChat and Google Analytics integration is based on GA Events. When a visitor performs an action related to an interaction with LiveChat, the data is pushed to your Google Analytics account via the Analytics JavaScript.

Events are being passed with Category, Action and Label attribute – each corresponding to different information. This integration can collect the following information:

  • Automated greeting - every time a visitor is sent a greeting.
  • Rich greeting button clicked - when a visitor clicks a rich greeting button.
  • Pre-chat survey filled in - when the pre-chat form is submitted.
  • Chat - when the chat starts.
  • Ticket form filled in - when the ticket form is submitted.
  • Post-chat survey filled in - when the post-chat survey is submitted.

This integration doesn't collect any personal data of the visitor.

Setting-up

Follow the instructions below to set-up the integration on your live chat:

1) Go to the Google Analytics integration page and click on the Settings button.

undefined

2) You will get a notification that the app was installed successfully.

undefined

From now on, the aforementioned information will be tracked in your Google Analytics as events.

Please note - Google Analytics integration is paid after a free trial period.
Make sure you have both the LiveChat tracking code and Google Analytics tracking code installed on your sites in order to log all the information coming from LiveChat to your Google Analytics account. 

Using Google Analytics with Google Tag Manager 

If you plan to use the Google Tag Manager integration, you need to configure a couple of additional settings to make sure that various events are recorded correctly.

Learn how to integrate your Google Tag Manager with LiveChat to properly record on-site events in Google Analytics versions 3 and 4.

Using several versions of the Google Analytics code 

If you are using several different versions of the Google Analytics code, you can let LiveChat know which version to use for the integration.

You can do that by adding the following parameter to your LiveChat tracking code:

window.__lc.ga_version

Depending on which instance of the code you want to track, you can use the following values for the parameter: "pageTracker | urchinTracker | gtm | gaq | ga". After selecting the values to track, place the additional piece of code in your LiveChat tracking code.

The parameters stand for:
gtm – Google Tag Manager gtag – Global Site Tag (gtag.js); gaq – 'traditional' asynchronous code for Google Analytics ga – Universal Analytics 

Here's an example LiveChat tracking code with the additional parameter added:

<script type="text/javascript"> window.__lc = window.__lc || {}; window.__lc.license = XXXXXXX; window.__lc.ga_version = "ga"; (function() { var lc = document.createElement('script'); lc.type = 'text/javascript'; lc.async = true; lc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.livechatinc.com/tracking.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(lc, s); })(); </script>

Feel free to copy the example above and use it on your website – just remember to replace the XXXXXXX with your own license number!
Both your code and your license number can be found at Settings > Channel > Website section of your LiveChat. 
Was this article helpful?