Simple installation for non-Flash-based websites

The following simple steps for installing the pixel-code are required to integrate the pixel-code into a non-Flash-based website without manually allocating page and group names.

1. Copy the pixel-code under 'Configuration – Pixel-Code – Description'.

2. Insert the copied pixel-code into the HTML code between the two body tags (<BODY> </BODY>) of the website. The best position is the line directly in front of the closing body tag (</BODY>).

3. If the website transmits data via an encrypted connection (SSL), the pixel-code will need to be adjusted by replacing the 'http' after  "img src=" " with 'https' in the <noscript> part of the pixel-code.

These steps should be repeated for all pages that are to be included in the analysis.
The following is a basic example of how a simple integration of the pixel-code might appear:

Code between the two body tags:
<BODY>
....weiterer HTML-Code....
....
<!-- WiredMinds eMetrics tracking with HotTracker V3.0 START -->
<script type="text/javascript" src="http://ctsde01.wiredminds.de/track/count.js"></script>
<script type="text/javascript"><!--
wm_custnum="1";
// Begin own parameters.
// End own parameters.
wiredminds.count();
// -->
</script>
<noscript>
<div>
<a target="_blank" HREF="http://www.wiredminds.de"><img src="http://ctsde01.wiredminds.de/track/ctin.php?custnum=1&nojs=1"
alt="WiredMinds eMetrics tracking with Enterprise Edition" border="0"></a>
</div>
</noscript>
<!-- WiredMinds eMetrics tracking with HotTracker V3.0 END -->
</BODY>
© by HotTracker 2002-2010