Add finteza.com analytics
This commit is contained in:
@@ -180,6 +180,9 @@ paige:
|
|||||||
account_id: "123456"
|
account_id: "123456"
|
||||||
fathom: # usefathom.com
|
fathom: # usefathom.com
|
||||||
account_id: "123456"
|
account_id: "123456"
|
||||||
|
finteza: # finteza.com
|
||||||
|
account_id: "123456"
|
||||||
|
script_url: "https://example.com/script.js"
|
||||||
matomo: # matomo.org
|
matomo: # matomo.org
|
||||||
account_id: "123456"
|
account_id: "123456"
|
||||||
host_url: "https://example.com"
|
host_url: "https://example.com"
|
||||||
|
@@ -28,6 +28,13 @@ clicky_site_ids.push({{ .account_id }});
|
|||||||
<script data-site="{{ .account_id }}" defer src="https://cdn.usefathom.com/script.js"></script>
|
<script data-site="{{ .account_id }}" defer src="https://cdn.usefathom.com/script.js"></script>
|
||||||
<noscript>{{ i18n "paige_analytics_noscript" }}</noscript>
|
<noscript>{{ i18n "paige_analytics_noscript" }}</noscript>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.Params.paige.analytics.finteza }}
|
||||||
|
<script type="text/javascript">
|
||||||
|
(function(a,e,f,g,b,c,d){a[b]||(a.FintezaCoreObject=b,a[b]=a[b]||function(){(a[b].q=a[b].q||[]).push(arguments)},a[b].l=1*new Date,c=e.createElement(f),d=e.getElementsByTagName(f)[0],c.async=!0,c.defer=!0,c.src=g,d&&d.parentNode&&d.parentNode.insertBefore(c,d))})(window,document,"script","{{ .script_url }}","fz");
|
||||||
|
fz("register","website","{{ .account_id }}");
|
||||||
|
</script>
|
||||||
|
<noscript>{{ i18n "paige_analytics_noscript" }}</noscript>
|
||||||
|
{{ end }}
|
||||||
{{ with .Site.Params.paige.analytics.matomo }}
|
{{ with .Site.Params.paige.analytics.matomo }}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = window._paq = window._paq || [];
|
var _paq = window._paq = window._paq || [];
|
||||||
|
Reference in New Issue
Block a user