|
ClickTracks_Config.xml |
|
This file contains the configuration data for the site, and dictates the overall structure of the domain names. An example file looks like :
<CLICKTRACKSSERVER>
<TIMESTAMP>1152902994</TIMESTAMP>
<JDC>1</JDC>
<SITE>
<NAME>www.bobsfruitsite.com</NAME>
<MERCHANT></MERCHANT>
</SITE>
<SUBDOMAINS>
<COUNT>1</COUNT>
<SUBDOMAIN1>
<NAME>wwwbobsfruitsitecom</NAME>
<SERVERSCRIPTING>none</SERVERSCRIPTING>
<DEFAULTPAGES></DEFAULTPAGES>
<ALTWEBSRVNAMES>www.bobsfruitsite.com;66.70.45.190</ALTWEBSRVNAMES>
<CASESENSITIVE>0</CASESENSITIVE>
<SESSIONID>clicktracks_session</SESSIONID>
<PERSISTENTCOOKIEID>Persistent_id_bobsfruit</PERSISTENTCOOKIEID>
<SERVERS>
<COUNT>1</COUNT>
<SERVER1>
<NAME>www</NAME>
</SERVER1>
</SERVERS>
<CASESENSITIVEPARAMS>0</CASESENSITIVEPARAMS>
<DUMMYPARAMETER></DUMMYPARAMETER>
</SUBDOMAIN1>
</SUBDOMAINS>
<GLOBALOPTIONS>
<LASTLOGHADREFERRERS>1</LASTLOGHADREFERRERS>
<LASTLOGHADCOOKIES>1</LASTLOGHADCOOKIES>
</GLOBALOPTIONS>
</CLICKTRACKSSERVER>
Following is a description of what each of these fields contains:
<SITE>: This field contains the general information for the entire dataset
<NAME>: This is the primary URL of the website
<MERCHANT>: If one of the pre-set ecommerce systems was checked in the dataset setup, (e.g. Yahoo!) it will be specified here.
<SUBDOMAINS>: www in most cases. More complex sites containing multiple subdomains can be defined (e.g. mail, admin, support, etc.)
<COUNT>: This is a count of all the subdomains included in the dataset
<SUBDOMAIN1>: All the data for each dataset is included within the SUBDOMAIN tags. The number at the end of each tag name increments for each domain.
<SERVERSCRIPTING>: Set to either 'ASP', 'PHP', 'JSP', 'ColdFusion' or 'static' depending on the server script.
<DEFAULTPAGES>: This setting determines how the server interprets the default page ( index.html or default.asp )
<ALTWEBSERVERNAMES>: Alternative names by which the target site is known. This includes the main site name. Without this nothing works.
<CASESENSITIVE>: 0 or 1 depending whether the customers website is Unix or Windows ( not this web server, but the actual site belonging to the end-user of the service )
<SESSIONID>: This specifies the name of the cookie that contains the session ID. It will always be 'clicktracks_session' on the JDC.
<PERSISTENTCOOKIEID>: This specifies the name of the cookie that contains the session ID. It will always be 'persistent_id_DOMAIN' on the JDC.
<CASESENSITIVEPARAMS>: This indicates whether the letter case should be considered in distinguishing between parameter names. Default is 0 (no).
<DUMMYPARAMETER>:
<LASTLOGHADREFERRERS>:
<LASTLOGHADCOOKIES>: