CodeIT icon indicating copy to clipboard operation
CodeIT copied to clipboard

[FEATURE] Add support for Umami

Open aozaki-kuro opened this issue 4 years ago • 1 comments

Describe the feature you want

mikecao/umami is a free self-hosted analytics as an alternative choice of Google Analytics and provides detailed info.

But unfortunately I don't know how to write Go 😞

I hope this could be added to the supported list.

Useful reference

The script added into

looks like this
<script async defer data-website-id="xxxxxxxx" src="https://example.com/umami.js"></script>

For the config.toml

[params.analytics.umami]
      id = "" # data-website-id
      domain = "" # replace example.com

aozaki-kuro avatar Sep 24 '21 03:09 aozaki-kuro

Hi @aozaki-kuro. Thank you for your contribution. I will add this when I'll have some time. 😉

victor-pogor avatar Sep 28 '21 19:09 victor-pogor