Adding Google Analytics to the Foundry documentation (#243)

The analytics are under Rachel Clune's OSMF account and will only be used for reporting to the Rosetta Commons Board
This commit is contained in:
Rachel Clune
2026-03-18 19:07:18 -07:00
committed by GitHub
parent 6ab4add581
commit d746dc56a3
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6Q7T573HLF');

View File

@@ -57,3 +57,8 @@ source_suffix = {
".rst": "restructuredtext",
".md": "markdown",
}
html_js_files = [
'https://www.googletagmanager.com/gtag/js?id=G-6Q7T573HLF',
'ga.js',
]