Adding openpanel analytics scipr.
This commit is contained in:
parent
87f8ba95b5
commit
5266625311
2 changed files with 11 additions and 4 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -1,3 +0,0 @@
|
|||
{
|
||||
"continue.telemetryEnabled": false
|
||||
}
|
||||
|
|
@ -42,6 +42,16 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<script src="https://analytics.gugulet.hu/api/script.js" data-site-id="1" data-web-vitals="true" defer></script>
|
||||
<!-- Analytics script to measure the performance of the website -->
|
||||
<script>
|
||||
window.op = window.op||function(...args){(window.op.q=window.op.q||[]).push(args);};
|
||||
window.op('init', {
|
||||
clientId: 'ff8fb0d7-c013-4ef3-a1f3-409968308a2b',
|
||||
trackScreenViews: true,
|
||||
trackOutgoingLinks: true,
|
||||
trackAttributes: true,
|
||||
});
|
||||
</script>
|
||||
<script src="https://openpanel.dev/op1.js" defer async></script>
|
||||
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue