Intelligent tracking description
When cookies are disabled, either by a visitor or through the tag library, intelligent tracking is used to track individual visitors, who have not explicitly opted out.
The visitors are tracked by collecting and hashing a set of technical properties from JavaScript variables and HTTP headers. This feature is enabled through the tag library.
To enable intelligent tracking, call the cmSetIT(true) function. To disable intelligent tracking, call cmSetIT(false). Intelligent tracking is disabled by default.
Note: cmSetIT(true) requires the use of cmSetCookieSetting("D") as
described in Cookie suppression and session-only cookie tracking.
<script type="text/javascript">
cmSetIT(true);
</script>