Skip to content

Commit c2bce5c

Browse files
authored
Update index.html
Signed-off-by: Mohamed El-Hadedy <47838875+mealycpp@users.noreply.github.com>
1 parent fd3f5db commit c2bce5c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,6 +644,15 @@ <h2>🤝 Acknowledgments</h2>
644644
Special thanks to all our partners for hardware, funding, and expertise that made this course possible.
645645
</p>
646646
</div>
647+
<!-- Google tag (gtag.js) -->
648+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7ZZFF2X8YR"></script>
649+
<script>
650+
window.dataLayer = window.dataLayer || [];
651+
function gtag(){dataLayer.push(arguments);}
652+
gtag('js', new Date());
653+
654+
gtag('config', 'G-7ZZFF2X8YR');
655+
</script>
647656

648657
</body>
649658
</html>

0 commit comments

Comments
 (0)