Website Installation Instructions


Overview

Springtime allows for variations in installation depending on customer requirements.


The Most Coverage (Recommended)

Our coverage-based approach provides a focus on consent coverage by loading our consent manager early in the page load sequence, maximizing security and compliance.

The process for this is pretty trivial and only requires the following code to be added to your website in the HEAD section of your website.


Note that since this method blocks other processes, it is less performant than the alternative approach described below.

<script src="https://wsv3cdn.audioeye.com/springtime.js?h=<SITE_HASH>"></script>

The Best Performance

A performance based setup still provides coverage, but prioritizes performance over complete coverage. It is important to note that this setup defers some of the blocking, but will eventually block all appropriate cookies as needed. While this may not be ideal for most, there are some companies who choose performance over complete coverage.



<script type="text/javascript">!function(){var b=function(){window.__AudioEyeSiteHash = "e07df6ae7fa3e24ade94eaf4bb6c7cec"; var a=document.createElement("script");a.src="https://wsmcdn.audioeye.com/aem.js";a.type="text/javascript";;document.getElementsByTagName("body")[0].appendChild(a)};"complete"!==document.readyState?window.addEventListener?window.addEventListener("load",b):window.attachEvent&&window.attachEvent("onload",b):b()}();</script>

Working with Consent Maximization

Consent Maximization is a way of maximizing consent while adhering to local laws. Please read the documentation on Consent Maximization for more information on configuring your installation of Springtime to work with Consent Maximization.

Share by: