Skip to content

Commit 27b9b1c

Browse files
committed
experiment code
1 parent cd7b809 commit 27b9b1c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

views/index.handlebars

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
<html>
44
<head>
5+
<!-- Google Analytics Content Experiment code -->
6+
<script>function utmx_section(){}function utmx(){}(function(){var
7+
k='82551778-2',d=document,l=d.location,c=d.cookie;
8+
if(l.search.indexOf('utm_expid='+k)>0)return;
9+
function f(n){if(c){var i=c.indexOf(n+'=');if(i>-1){var j=c.
10+
indexOf(';',i);return escape(c.substring(i+n.length+1,j<0?c.
11+
length:j))}}}var x=f('__utmx'),xx=f('__utmxx'),h=l.hash;d.write(
12+
'<sc'+'ript src="'+'http'+(l.protocol=='https:'?'s://ssl':
13+
'://www')+'.google-analytics.com/ga_exp.js?'+'utmxkey='+k+
14+
'&utmx='+(x?x:'')+'&utmxx='+(xx?xx:'')+'&utmxtime='+new Date().
15+
valueOf()+(h?'&utmxhash='+escape(h.substr(1)):'')+
16+
'" type="text/javascript" charset="utf-8"><\/sc'+'ript>')})();
17+
</script><script>utmx('url','A/B');</script>
18+
<!-- End of Google Analytics Content Experiment code -->
19+
520
<title>HCI Project Portfolio</title>
621
<meta charset="utf-8">
722
<meta name="viewport" content="width=device-width, initial-scale=1.0">

0 commit comments

Comments
 (0)