1

Install Google Analytics

For this integration, you will need to have a Google Analytics installed on your website. If you haven’t done so, you can follow the instructions on the Webflow Blog.

2

Update Looop Config

Add googleAnalytics: true, to your Looop Config. This will enable the Google Analytics integration for Looop. Your Looop Config should look like this:

<script>
   window.LooopConfig = {
       // ... other previous configs
   googleAnalytics: true,
   }
</script>