added google analytics to shop.html

main
R-Murod 2024-01-23 15:22:00 +06:00
parent 6ff505edf8
commit c7cb590ccb
1 changed files with 10 additions and 1 deletions

View File

@ -152,4 +152,13 @@
</div>
</section>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DTB27SGYGF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-DTB27SGYGF');
</script>
{% endblock content %}