Tracking 404 Pages
<!-- After the tracker is included -->
<script>
UST.addTag('404-page-not-found');
UST.addEvent({
category: 'ERROR',
action: '404_NOT_FOUND',
});
</script>
Last updated
<!-- After the tracker is included -->
<script>
UST.addTag('404-page-not-found');
UST.addEvent({
category: 'ERROR',
action: '404_NOT_FOUND',
});
</script>
Last updated