How to connect Insightarc to your site

To install the Insightarc analytics to your site, copy the following code and paste it immediately after the </head> tag on every page of your site. Replace API_KEY with the API key of the project to which you want to send data. You need only one global snippet per page.

<!-- Global site tag - InsightArc connector -->
<script async src="https://www.insightarc.com/js/iarc.js"></script>
<script>
  window.iArcConfig = {
    "apiKey": "API_KEY",
  }
</script>

This snippet loads the iarc-clickstream.js library establishes API_KEY and connects Insightarc analytics to your site.