-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Improve bookmarklet experience #2823
Comments
@macobo from what I was mentioning yesterday in Slack. I think it could be a matter of updating the bookmarklet code to call I would definitely prioritize getting instrumentation here soon (but I'll probably need your help), without these metrics, we have no clue if this is actually helpful or not. |
One other thing to improve is the development process as we improve the UI (see this comment: #2953 (comment)) so changing the bookmarklet isn't as annoying.
I don't think it's quite so simple - it's a similar case to toolbar where you might need to embed a different posthog into the snippet. However we might not need a full snippet here - our capture endpoint should work with a simple GET query -> just do that when the bookmarklet is opened. https://posthog.com/docs/api/post-only-endpoints#sending-events |
When you use the bookmarklet on https://news.ycombinator.com/, the first time you click it nothing visual happens. The console says that CORS prevented the script form running. If I click it again, it says that posthog is already enabled. However no events will be tracked due to the error. |
This issue hasn't seen activity in 6 months. Is it still relevant? |
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the |
This issue was closed due to lack of activity. Feel free to reopen if it's still relevant. |
Is your feature request related to a problem?
#2774 introduced the bookmarklet which seems to be a game changer in terms of testing and demoing. The next step seems here to improve the experience around this feature so we can leverage its full potential.
Describe the solution you'd like
a) when a user adds the bookmarklet to their bookmarks (not sure if this will be possible), b) when the user uses the bookmarklet (relevant metadata should be included, e.g to identify if it's being used across different pages, ...).We absolutely need to have it in the onboarding experience. We already ask the user if they are using a website, we could then have a CTA to use it (highlighting that this will allow them to temporarily see events coming in instantly). Very strongly related to Rethink activation experience (onboarding & event ingestion) #2822.Describe alternatives you've considered
We could wait to have more data on this before improving (either qualitative from demo calls or quant [though point 1 is needed], however I do think these are relatively low-effort improvements we could ship to get better insights.
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: