plausible icon indicating copy to clipboard operation
plausible copied to clipboard

🎟️ Plausible Analytics integration for Nuxt

Results 11 plausible issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Hi there! I wanted to use Plausible in a Nuxt project and exclude some of my routes from being automatically tracked as pageview. Since this is currently not possible with...

Hello, I'm not sure if this feature must be here of within the plausible analytics but could be nice to remove `utm` query in order to avoid users to share...

We've encountered an issue integrating Plausible Analytics in a Nuxt 3 application, specifically during testing with `vitest`. Despite following documentation and trying various mocking strategies, we're unable to successfully mock...

We could use to automatically handle 404 event. - https://nuxt.com/docs/getting-started/error-handling#error-page - https://plausible.io/docs/error-pages-tracking-404 (need to try if it could works)

Is there a way to make the new revenue tracking work? https://plausible.io/docs/ecommerce-revenue-tracking

enhancement

Hey, just wanted to notify you about a new feature we'll be soon introducing in Plausible - a site verification tool allowing you to verify the integration. It will employ...

I'm getting a lot of `TypeError: Failed to fetch` in Sentry from failing Plausible fetch requests: I tried wrapping the `useTrackEvent` composable into a try/catch like so: But the events...

I'm able to install everything with no issues or error in dev, but unable to deploy to vercel. I'm using Nuxt UI Pro if that helps any.

I would like everything to be proxied as [described in the docs](https://plausible.io/docs/proxy/introduction): ``` https:///js/script.js -> https://plausible.io/js/script.js https:///api/event -> https://plausible.io/api/event ``` In Nuxt normally this can be done easily by use...