Skip to content

Commit e25430f

Browse files
authored
Merge pull request #1206 from hargata/Hargata/1204
add gtag to landing page
2 parents 7f9eabb + 6b7a86f commit e25430f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,5 +213,13 @@ <h6 class="half display-6 text-center">Try the <a href="https://demo.lubelogger.
213213
</div>
214214
</main>
215215
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
216+
<!-- Google tag (gtag.js) -->
217+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-9DXRV4P2TL"></script>
218+
<script>
219+
window.dataLayer = window.dataLayer || [];
220+
function gtag(){dataLayer.push(arguments);}
221+
gtag('js', new Date());
222+
gtag('config', 'G-9DXRV4P2TL');
223+
</script>
216224
</body>
217225
</html>

0 commit comments

Comments
 (0)