-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add v2 of analytics module umami (#6442)
* feat: create analytics module umami2 --------- Co-authored-by: Nicolas Giard <github@ngpixel.com>
- Loading branch information
Showing
3 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
head: | | ||
<script async src="{{url}}/script.js" data-website-id="{{websiteID}}"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
key: umami2 | ||
title: Umami Analytics v2 | ||
description: Umami is a simple, fast, privacy-focused alternative to Google Analytics. | ||
author: CDN18 | ||
logo: https://static.requarks.io/logo/umami.svg | ||
website: https://umami.is | ||
isAvailable: true | ||
props: | ||
websiteID: | ||
type: String | ||
title: Website ID | ||
order: 1 | ||
url: | ||
type: String | ||
title: Umami Server URL | ||
hint: The URL of your Umami instance. It should start with http/https and omit the trailing slash. (e.g. https://umami.example.com) | ||
order: 2 |