-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Dynamic custom event support #218
Comments
Hey, thanks for your suggestion! Do you think #134 would also solve your use-case? You could have one event |
Hmm I must've missed #134 in my search before creating this issue. But I guess it would depend on how they'd show up in the dashboard. I was hoping to be able to see all a user's events in any given session and they would be in chronological order and can be read in a very "reader-friendly" way:
In the above, |
There's also #171 which is about visualizing events in a funnel. Your request seems to be a mix of both? First you need to be able to add some metadata to the individual events and then you also need to be able to assign relevant events as part of a funnel so you can see the user progress in a more visual way. |
@mkay581 Can you make your use-case work with the recently launched custom event props? |
@ukutaht thank you. I'll try to configure it this weekend and see if all is well but it definitely looks like it would give me the ability to do what I mentioned. I'm just not sure if looking at the custom events will allow me to easily see which events led up to the custom one. Should I wait on #171 for that? |
Yeah, this would cover the first part of your request but not the funnel part. But would be good to hear from you after you try it out. I'll close this for now as we have #171 for the funnel part of your request. |
@ukutaht @metmarkosaric Just implemented this on my site and works really well! I can see all the custom events in the dashboard. It's more of a data dump so kinda difficult to wrap my head around. So I'll wait for a better way to visualize it similar to what I mentioned in my comment above. Thanks again! |
good to hear @mkay581! we plan to introduce some kind of funnel visualisation feature at some point in the future. cannot promise any timeline at this stage. |
Prerequisites
Feature request
Is your feature request related to a problem? Please describe.
I'm trying to use custom events that are dynamic. Ex. User clicks to play video, I'd like to track which video was clicked by adding the video ID in the string sent to Plausible. But I can't get the events to show up because Plausible only allows for specific strings.
How would you like it to work
I'd like to be able to send custom event strings with dynamic data and have them show up in the dashboard.
The text was updated successfully, but these errors were encountered: