We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a5b6a commit b762165Copy full SHA for b762165
doc/_templates/layout.html
@@ -15,7 +15,7 @@
15
16
(function() {
17
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';
+ ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
19
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
20
})();
21
0 commit comments