You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to track visits to my status pages using umami.
π·οΈ Feature Request Type
Status-page, API / automation options
π Feature description
In the status page editor you should add two fields for umami tracking.
One for domain name, one for website id.
Then those information can be used to add a script tag to the head to reference the umami tracking.
βοΈ Solution
I saw the code for the google analytics feature.
I can probably easily add umami support as well, with two fields. One script url and the other being the website id.
Where {{domainUrl}} is something like example.com and {{websiteId}} is something like fb992981-2c95-4962-abf1-9c72e8504dr3.
This should add a script tag to the head tag on the status page
β Alternatives
No response
π Additional Context
I do not want to use Google Analytics as I like to host all my information.
I also saw you could contribute to uptime-kuma and need to create an issue first, so this is why I'm doing it (as I wouldn't mind contributing and adding this feature since I need it and am a developer).
The text was updated successfully, but these errors were encountered:
π I have found these related issues/pull requests
Related to 2180.
I would like to track visits to my status pages using umami.
π·οΈ Feature Request Type
Status-page, API / automation options
π Feature description
In the status page editor you should add two fields for umami tracking.
One for domain name, one for website id.
Then those information can be used to add a script tag to the head to reference the umami tracking.
βοΈ Solution
I saw the code for the google analytics feature.
I can probably easily add umami support as well, with two fields. One script url and the other being the website id.
An umami tracker script looks like this :
Where
{{domainUrl}}
is something likeexample.com
and{{websiteId}}
is something likefb992981-2c95-4962-abf1-9c72e8504dr3
.This should add a
script
tag to thehead
tag on the status pageβ Alternatives
No response
π Additional Context
I do not want to use Google Analytics as I like to host all my information.
I also saw you could contribute to uptime-kuma and need to create an issue first, so this is why I'm doing it (as I wouldn't mind contributing and adding this feature since I need it and am a developer).
The text was updated successfully, but these errors were encountered: