Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Aug 20, 2023
1 parent cfe0e42 commit 83976a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ theme:
extra:
analytics:
provider: google
property: G-0HPG8D56KJ
property: G-QBKG1JE5QF

# +------------------------------------------------------------------------------------------------------+
# | |
Expand Down
4 changes: 2 additions & 2 deletions overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<script async type="text/javascript" id="_fed_an_ua_tag" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=NIST&subagency=github&pua=UA-66610693-1&yt=true&exts=ppsx,pps,f90,sch,rtf,wrl,txz,m1v,xlsm,msi,xsd,f,tif,eps,mpg,xml,pl,xlt,c">
</script> -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-1Q89M6QHG7"></script> -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0HPG8D56KJ"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QBKG1JE5QF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-0HPG8D56KJ');
gtag('config', 'G-QBKG1JE5QF');
</script>

{% endblock %}

0 comments on commit 83976a0

Please sign in to comment.