Configuration of the UD1-parameter

The optional custom parameter „UD1“ makes it possible to collect more information about the visitor. It is possible, for example, to fill this parameter with the user ID (or username) of the logged in user. These visitors will be marked with a symbol („“) in the "Visitor Details" statistic. The individual  content of the UD1 parameter can be viewed under the visitors "Detail View".

Example:
The parameter will be set to the customer number of a logged in customer (i.e. 1234):

wm_ud1 = “1234“;

The customer number could be viewed under the "Detail View" of that visitor and this visitor wold be marked with an icon in the column "Info" („“)  in the "Visitor Details" statistic.

To set up the UD1 parameter in the pixel-code, the variable wm_ud1 should  be given a value between the lines „// Begin own parameters“ und „// End own parameters“. Further information for the configuration of the counting pixel can be found in the section “Integrating the pixel-code”.

The Parameter UD1 can be filled with any information. Even a content of a form could be stored with it. In this case a separator should be used to make the value understandable (i.e.: „|“).

Saving long texts and usage of special characters in the  wm_ud1 are to be avoid.

Example:

Pixel-code with the parameter wm_ud1:
<BODY>
....further HTML-Code....
....
<!-- WiredMinds eMetrics tracking V5.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.
wm_ud1="1234";
wm_page_name="MY_PAGE_NAME";
wm_group_name="MY_GROUP_NAME";
// End own parameters.
wiredminds.count();
// -->
</script>
<noscript>
<div>
<a target="_blank" HREF="http://www.hottracker.de"><img src="http://ctsde01.wiredminds.de/track/ctin.php?custnum=1&nojs=1&wm_page_name=MY_PAGE_NAME&wm_group_name=MY_GROUP_NAME&wm_ud1=1234"
alt="WiredMinds eMetrics tracking" border="0"></a>
</div>
</noscript>
<!-- WiredMinds eMetrics tracking V5.0 END -->
</BODY>
© by HotTracker 2002-2010