-
Notifications
You must be signed in to change notification settings - Fork 0
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
Custom Events + "User Journey" Deep Dive 👤 📈 🔍 #11
Comments
There's a section on this -> https://github.com/dwyl/learn-analytics/tree/main/plausible#4-exploring-custom-events-in-plausible. |
@iteles FYI: this is the highest value task we can be doing because it will give the client value when they can see a "journey" through their product. |
Answering this issue:
So, here's what I'm hoping to document and implement in accordance to this issue:
|
@LuchoTurtle this is a good plan of action to make progress on this issue/task. Thanks. |
Story
As an engineer building a web-based software product,
I would like to log custom events per unique session to the
Analytics
backendSo that I can visualise the "User Journey" in same interface as all other
Analytics
events/data (page views, etc.)As noted in #11 (comment) ⬇️ the stats collected by ("Plausible Community Edition") are "basic".
Todo
custom-events.md
file in this repo where we will document all knowledge acquired. 📝new
file. 📋session_id
to track a given "User" journey?Types
of data can be sent to the APIPlausible Anlytics
UI without any customisation/modification.session_id
and submit it to the API with each eventso that all pages for a given
User-Agent
are tied into a "Journey"?the
session_id
would be saved inlocalStorage
and read before sending each event.If we end up having to build our own UI components, that's fine (and expected),
we just want to see how far we can get with the built-in UI.
Bonus Level
The text was updated successfully, but these errors were encountered: