Skip to content

Commit ca2b388

Browse files
committed
Added Google Analytics tracking code.
1 parent 1a6461d commit ca2b388

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dddsample/src/site/site.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
img="http://sflogo.sourceforge.net/sflogo.php?group_id=210606&type=2"/>
1010
</poweredBy>
1111
<body>
12+
<head>
13+
<script type="text/javascript">
14+
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
15+
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
16+
</script>
17+
<script type="text/javascript">
18+
var pageTracker = _gat._getTracker("UA-5770162-1");
19+
pageTracker._trackPageview();
20+
</script>
21+
</head>
1222
<links>
1323
<item name="Domain Language" href="http://www.domainlanguage.com/" />
1424
<item name="Citerus" href="http://www.citerus.se/"/>

0 commit comments

Comments
 (0)