|
20 | 20 | <script src="javascripts/custom-repos.js"></script> |
21 | 21 | <script src="javascripts/shopify-opensource.js"></script> |
22 | 22 |
|
23 | | - <script type="text/javascript"> |
24 | | - var _gaq = _gaq || []; |
25 | | - _gaq.push(['_setAccount', 'UA-49178120-1']); |
26 | | - _gaq.push(['_trackPageview']); |
27 | | - |
28 | | - (function() { |
29 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
30 | | - ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
31 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
32 | | - })(); |
33 | | - |
34 | | - (function() { |
35 | | - var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
36 | | - ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js'; |
37 | | - var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
38 | | - })(); |
39 | | - |
40 | | - (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
41 | | - (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
42 | | - m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
43 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','_gaUTracker'); |
44 | | - |
45 | | - _gaUTracker('create', 'UA-82702-49', { |
46 | | - cookieDomain: 'shopify.com', |
47 | | - legacyCookieDomain: 'shopify.com' |
48 | | - }); |
49 | | - _gaUTracker('send', 'pageview'); |
50 | | - </script> |
51 | | - |
52 | 23 | </body> |
53 | 24 | </html> |
0 commit comments