Skip to content

Commit

Permalink
Update matomo script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurab13 committed Jan 31, 2020
1 parent cbc90b4 commit a8ebb8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u = '//18.236.91.26/';
var u = '//matomo.vaultilo.com/';
_paq.push(['setTrackerUrl', u + 'matomo.php']);
_paq.push(['setSiteId', '1']);
_paq.push(['setSiteId', '2']);
var d = document,
g = d.createElement('script'),
s = d.getElementsByTagName('script')[0];
Expand Down

0 comments on commit a8ebb8b

Please sign in to comment.