Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Umami analytics #164

Open
mikecao opened this issue Apr 19, 2024 · 0 comments
Open

Add support for Umami analytics #164

mikecao opened this issue Apr 19, 2024 · 0 comments

Comments

@mikecao
Copy link

mikecao commented Apr 19, 2024

Hi, I'm the founder of Umami Analytics. I saw that you had an analytics integration section, https://mintlify.com/docs/integrations/analytics/overview, and would love to get included.

The implementation would look like this:

"analytics": {
  "umami": {
    "websiteId": "required",
    "hostUrl": "optional"
  }
}

The parameters would generate the following script:

<script defer src="{hostUrl}" data-website-id="{websiteId}"></script>

if hostUrl is not specified, it should default to https://cloud.umami.is/script.js.

Great product btw! We were looking for a solution for our own docs and found Mintlify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant