This example suppresses the cookies and tracking that our widget does by default.
<!-- TODO: update the script with your own Cloudsponge key -->
<script src="https://api.cloudsponge.com/widget/localhost-only.js"></script>
<script>
cloudsponge.init({
noTracking: true
});
</script>