Is it possible to view custom events without defining them as a 'goal'? #1772
Replies: 3 comments 4 replies
-
|
A couple follow-on questions around custom events.
|
Beta Was this translation helpful? Give feedback.
-
|
To follow up here: (When) can we design multiple conversion flows in seperate entities? Just one goal funnel is quickly not enough anymore and makes plausible really unattractive beyond a very small business stage... |
Beta Was this translation helpful? Give feedback.
-
|
This has been solved by the community. The recommended approach today is {
"overrides": [
{
"files": ["**/*.{js,jsx,ts,tsx}"],
"customSyntax": "postcss-styled-syntax"
}
]
}For context: Stylelint removed its built-in CSS-in-JS support after v14 in favor of pluggable custom syntaxes, and the old The alternative mentioned in the thread ( |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few custom events that are fired on delays or failures to a user request. They aren't goals but currently the only way I can see of viewing those events is by defining them as a goal. At the moment, this is mostly a semantic issue but if Plausible ever had an overall 'Conversion Rate' stat, then I wouldn't want these events to be included in that as they are in fact errors.
In addition to this, it would be great to be able to view events that haven't been registered in any way in the Dashboard. Just send them from the website and see them appear somewhere.
Beta Was this translation helpful? Give feedback.
All reactions