替换渲染器的 ga id
This commit is contained in:
parent
fcd44e49d2
commit
aa6f8cfd62
@ -13,7 +13,7 @@
|
|||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<script
|
<script
|
||||||
async
|
async
|
||||||
src="https://www.googletagmanager.com/gtag/js?id=G-0Y7ER0SZ2V"
|
src="https://www.googletagmanager.com/gtag/js?id=G-LPQRRS1VVF"
|
||||||
></script>
|
></script>
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
@ -21,7 +21,8 @@
|
|||||||
dataLayer.push(arguments);
|
dataLayer.push(arguments);
|
||||||
}
|
}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'G-0Y7ER0SZ2V');
|
|
||||||
|
gtag('config', 'G-LPQRRS1VVF');
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user