Google tag manager

You can use “Google Tag Manager” to add Volument tracking code to your website. Please navigate to the Custom HTML section and insert this snippet:

<script>
  var script = document.createElement('script')
  script.async = true
  script.setAttribute('token', 'YOUR_TOKEN')
  script.src = 'https://cdn.volument.com/v1/volument.js'
  document.head.appendChild(script)
</script>