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

[FEATURE REQUEST] Umami event tracking #484

Open
JoblersTune opened this issue Dec 10, 2024 · 0 comments
Open

[FEATURE REQUEST] Umami event tracking #484

JoblersTune opened this issue Dec 10, 2024 · 0 comments
Labels
website Issues related to the website's functionality, for content updates use the `documentation` tag

Comments

@JoblersTune
Copy link
Collaborator

Feature Request

Describe the feature you'd like to request

We have basic page view and site visit tracking in place using Umami. However, we still need to implement more detailed event tracking.

Describe the solution you'd like

  • Since Starlight uses mdx pages we need a way to add link attributes.
  • We cannot do this by simply changing the links to use anchor tags since the Starlight links validator will no longer be able to validate links in that format.
  • So we either need a way to add attributes using the [link name](link href] approach (perhaps using a plugin to do this), or we need to investigate using client side event tracking instead of event attributes.

Describe alternatives you've considered

Additional context

We use Umami to track site visits on a per page basis currently.

@JoblersTune JoblersTune added the website Issues related to the website's functionality, for content updates use the `documentation` tag label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
website Issues related to the website's functionality, for content updates use the `documentation` tag
Projects
None yet
Development

No branches or pull requests

1 participant