Open
Conversation
- Fix hosting toggle: rename bare capture("cloud") to
pricing-hosting-toggled with hosting property
- Rename info-feature to pricing-feature-info-opened for consistency
- Add pricing-feature-info-closed on dialog dismiss
- Add pricing-feature-docs-clicked on "Learn more" links in dialogs
- Add pricing-deep-link-arrived for tier badge deep link attribution
✅ Deploy Preview for flowforge-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
In the current state, this event does not correspond to a real user journey, so I’m not sure it belongs in this PR. I’d suggest removing it for now and keeping this PR focused on tracking interactions that exist today. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Instruments the pricing page with PostHog events for feature interest signals.
Changes:
pricing-hosting-toggledhostingcapture("cloud")pricing-feature-info-openedfeature,hostinginfo-featurepricing-feature-info-closedfeature,hostingpricing-feature-docs-clickedfeature,hostingpricing-deep-link-arrivedhash,hosting,referrerThe old
info-featureevent used inconsistent naming. Renamed topricing-feature-info-openedfor consistency with other pricing events.The old hosting toggle fired
capture("cloud")orcapture("self-hosted")as bare event names — these collide with anything and are hard to find. Renamed topricing-hosting-toggled.PostHog setup (Production):
Related Issue(s)
Part of website analytics instrumentation initiative.
Checklist