Skip to content

Commit 4d2d19e

Browse files
Merge pull request #8 from Hariprashad-Ravikumar/googleanalyts
googleanalyts
2 parents ed23065 + a8c23b8 commit 4d2d19e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,17 @@
193193
}
194194
</style>
195195
</head>
196+
197+
<!-- Google tag (gtag.js) -->
198+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9D3J9V8DM9"></script>
199+
<script>
200+
window.dataLayer = window.dataLayer || [];
201+
function gtag(){dataLayer.push(arguments);}
202+
gtag('js', new Date());
203+
204+
gtag('config', 'G-9D3J9V8DM9');
205+
</script>
206+
196207
<body>
197208
<h1>AI Data-Science Lab</h1>
198209
<h2>Built with Pandas, scikit-learn, and OpenAI GPT-3.5 API</h2>

0 commit comments

Comments
 (0)