We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f9eabb + 6b7a86f commit e25430fCopy full SHA for e25430f
1 file changed
docs/index.html
@@ -213,5 +213,13 @@ <h6 class="half display-6 text-center">Try the <a href="https://demo.lubelogger.
213
</div>
214
</main>
215
<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>
224
</body>
225
</html>
0 commit comments