-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
30 lines (15 loc) · 810 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
***
Supported browsers:
Chrome
IE9+
Any others not listed here but have implemented the Navigation Spec will work too
***
To install disabled by default
Add this to <head> in any page you want tracked:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="http://your.domain.com/Scripts/ClientTiming.js"></script>
Then to enable, browse to your page and add "enableCST=1" to the URL.
To install enabled by default:
Add this to <head> in any page you want tracked:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type="text/javascript" src="http://your.domain.com/Scripts/ClientTiming.js" cst_enabledByDefault></script>