1

Install Fathom Analytics

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

2

Update Looop Config

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

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