Skip to content

Commit

Permalink
Add survicate.com
Browse files Browse the repository at this point in the history
  • Loading branch information
my8bit committed Sep 8, 2016
1 parent 07cbf55 commit de53398
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/src/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,14 @@ html(lang="en-US")
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83061652-1', 'auto');
ga('send', 'pageview');
script(type='text/javascript').
(function(w) {
w['_sv'] = {trackingCode: 'dnHrDsgKCTPgMoAbEEgPZPajaYskOjhS'};
var s = document.createElement('script');
s.src = '//api.survicate.com/assets/survicate.js';
s.async = true;
var e = document.getElementsByTagName('script')[0];
e.parentNode.insertBefore(s, e);
})(window);
noscript
a(href='http://survicate.com') Website Survey

0 comments on commit de53398

Please sign in to comment.