mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-18 22:42:02 +02:00
Deploying to gh-pages from @ hacks-guide/Guide_3DS@5ca93d5db4 🚀
This commit is contained in:
@@ -774,17 +774,14 @@ window.cookieconsent.initialise({
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'G-760Y60FQ3T']);
|
||||
|
||||
_gaq.push(['_trackPageview']);
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-760Y60FQ3T"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
gtag('config', 'G-760Y60FQ3T', { 'anonymize_ip': false});
|
||||
</script>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user