
Our Device Tracking service identifies devices as they move across networks
and integrates seemlessly with minFraud. To use, simply include the following
code on your e-commerce website:
<script type="text/javascript">
maxmind_user_id = "";
(function() {
var mt = document.createElement('script'); mt.type = 'text/javascript'; mt.async = true;
mt.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'www.maxmind.com/app/device.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(mt, s);
})();
</script>
The data from this JavaScript include will be used to adjust the riskScore to identify high risk online transactions.
|