Merge pull request #20 from kananinirav/Nirav/git-page-theme-change

[Modified/Added] Google Analytics JS Added
This commit is contained in:
kanani Nirav
2022-09-26 11:08:24 +05:30
committed by GitHub
2 changed files with 10 additions and 3 deletions

View File

@@ -3,5 +3,3 @@ remote_theme: pages-themes/cayman@v0.2.0
title: 'AWS Cloud Practitioner Short Notes' title: 'AWS Cloud Practitioner Short Notes'
description: 'It will help you with quick revision before the exam.' description: 'It will help you with quick revision before the exam.'
show_downloads: false show_downloads: false
google_analytics: 'G-JMDDTT0Y7C'

View File

@@ -0,0 +1,9 @@
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JMDDTT0Y7C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JMDDTT0Y7C');
</script>