mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
28 lines
1.2 KiB
HTML
28 lines
1.2 KiB
HTML
{% if jekyll.environment == 'production' and site.analytics.provider and page.analytics != false %}
|
|
|
|
{% case site.analytics.provider %}
|
|
{% when "google" %}
|
|
{% include /analytics-providers/google.html %}
|
|
{% when "google-universal" %}
|
|
{% include /analytics-providers/google-universal.html %}
|
|
{% when "google-gtag" %}
|
|
{% include /analytics-providers/google-gtag.html %}
|
|
{% when "custom" %}
|
|
{% include /analytics-providers/custom.html %}
|
|
{% endcase %}
|
|
|
|
<!-- Ticksel v1.0 -->
|
|
<script type="text/javascript">
|
|
var _tcfg = _tcfg || [];
|
|
(function() {
|
|
_tcfg.push(["tags", ""]);
|
|
var u="https://cdn.ticksel.com/js/analytics_v1.0.js"; _tcfg.push(["account_id", 8091180]);
|
|
var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0];
|
|
g.type="text/javascript"; g.async=true; g.src=u; g.setAttribute("crossorigin", "anonymous");
|
|
g.setAttribute("integrity", "sha256-7grd8jMivCG0iCcJ7m/Ny4gvWb0mPVpFhRQovLkaUl8=");
|
|
s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<noscript><img src="https://beacon.ticksel.com/beam?account_id=8091180&referrer=&tags=" style="border:0;" width="0" height="0" alt="" /></noscript>
|
|
<!-- End Ticksel Code -->
|
|
{% endif %} |