Adds GA to docs (#11022)

CC @baskaryan
This commit is contained in:
Jacob Lee
2023-09-25 14:54:32 -04:00
committed by GitHub
parent af5390d416
commit 6d072e97c8
2 changed files with 29 additions and 14 deletions

View File

@@ -0,0 +1,7 @@
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-9B66JQQH2F");