To tag
a page, add the appropriate tag code to the end of the <BODY>
section of each page of interest, right before the body close tag,
</BODY>. The minimal code required to tag a page is as follows:
<script language="javascript" type="text/javascript"
src="http://ccs.domain.com/sastag/SASTag.js"></script>
<script language="javascript" type="text/javascript">st_init();</script>
Before
you insert the code into your pages, the protocol and domain
http://ccs.domain.com
must match the domain name of the clickstream collection server
that contains the tag code. If you are collecting data over Secure
Socket Layer (SSL), then the https prefix should be used instead of
http.