There should be 3 test sites available with the following differences:
All test sites have the same content:
This is how look like the web tracking scripts (v1 and v2) clients will be using:
<script type="text/javascript" src="https://beacon.digima.com/v2/bootstrap/{BOOTSTRAP_CODE}"></script>
<script type="text/javascript">
var digima_account = "{ACCOUNT-CODE-1}, {ACCOUNT-CODE-2}";
var digima_domains = ["*.digima.com", "www.teleapo.com", "comvex.co.jp"];
(function(){
var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true;
s.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//dgmapi.com/analytics.js';
var f = document.getElementsByTagName("script")[0]; f.parentNode.insertBefore(s, f);
})();
</script>