Skip to content

Commit b762165

Browse files
committed
Updated google tracking.
1 parent 29a5b6a commit b762165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
(function() {
1717
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
18-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
18+
ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
1919
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
2020
})();
2121

0 commit comments

Comments
 (0)