Skip to content

Commit 4e5e830

Browse files
CDNNGPixel
andauthored
feat: add v2 of analytics module umami (#6442)
* feat: create analytics module umami2 --------- Co-authored-by: Nicolas Giard <[email protected]>
1 parent 545ba4e commit 4e5e830

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

server/modules/analytics/umami/definition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
key: umami
2-
title: Umami Analytics
2+
title: Umami Analytics v1
33
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
44
author: CDN18
55
logo: https://static.requarks.io/logo/umami.svg
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
head: |
2+
<script async src="{{url}}/script.js" data-website-id="{{websiteID}}"></script>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
key: umami2
2+
title: Umami Analytics v2
3+
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics.
4+
author: CDN18
5+
logo: https://static.requarks.io/logo/umami.svg
6+
website: https://umami.is
7+
isAvailable: true
8+
props:
9+
websiteID:
10+
type: String
11+
title: Website ID
12+
order: 1
13+
url:
14+
type: String
15+
title: Umami Server URL
16+
hint: The URL of your Umami instance. It should start with http/https and omit the trailing slash. (e.g. https://umami.example.com)
17+
order: 2

0 commit comments

Comments
 (0)