Ticket #217 (assigned feature)
Enquisite Implementation
Reported by: | brent | Owned by: | khaled |
---|---|---|---|
Priority: | major | Milestone: | Beta 16.1 Release |
Component: | main web platform | Version: | |
Severity: | In Design (Product) | Keywords: | |
Cc: |
Description
http://unified.enquisite.com/unified.html
U: brent@…
P: fullturn1
Need to add enquisite tracking code to every page.
1. Copy the following JavaScript? code:
<script type="text/javascript">
var enqsiteid = '60a738cae59811deae80fb44b92d58af';
var enqhost = (window.location.protocol == "https:")
? "https://logssl" : "http://log";
document.writeln('<'+'script src="'+ enqhost
+'.enquisite.com/log.js?id='+ enqsiteid
+'" type="text/javascript"><'+'\/script>');
</script>
2. Paste the code into every page of your web site, just above the closing </HEAD> tag
Change History
Note: See
TracTickets for help on using
tickets.