替换渲染器的 ga id

This commit is contained in:
wangxuefeng 2025-03-28 17:01:13 +08:00
parent fcd44e49d2
commit aa6f8cfd62

View File

@ -13,7 +13,7 @@
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-0Y7ER0SZ2V"
src="https://www.googletagmanager.com/gtag/js?id=G-LPQRRS1VVF"
></script>
<script>
window.dataLayer = window.dataLayer || [];
@ -21,7 +21,8 @@
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-0Y7ER0SZ2V');
gtag('config', 'G-LPQRRS1VVF');
</script>
</body>
</html>