feat: Add Google Analytics (gtag.js) tracking script to index.html.
This commit is contained in:
@@ -3,6 +3,15 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0MNNED524M"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() { dataLayer.push(arguments); }
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-0MNNED524M');
|
||||
</script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>AI Vision</title>
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user