Skip to content

Exploration/billing integration#6393

Open
aerosol wants to merge 9 commits into
masterfrom
billing-exploration
Open

Exploration/billing integration#6393
aerosol wants to merge 9 commits into
masterfrom
billing-exploration

Conversation

@aerosol
Copy link
Copy Markdown
Member

@aerosol aerosol commented May 25, 2026

Changes

This PR renames "Funnels" billing feature to "Funnels and user journeys".
The exploration panel is no longer available for super-admins on all sites, but only on sites where the related subscription enables the Funnels feature.
Deploying this is essentially go-live at this point.

Awaiting CTA tweaks from @sanne-san, then I'll rebase clean.

@aerosol aerosol changed the title WIP Exploration/billing integration May 25, 2026
@github-actions
Copy link
Copy Markdown

Preview environment👷🏼‍♀️🏗️
PR-6393

aerosol and others added 9 commits May 26, 2026 07:32
- Preview mocks are non-interactive, blurred previews of the reports that are rendered behind the CTA when the feature isn't available on the current plan. They give users an at-a-glance idea of what the report looks like without needing to navigate elsewhere. Always heavily blurred in their parent container, so the goal is to be suggestive rather than pixel-perfect.
@aerosol aerosol force-pushed the billing-exploration branch from cbc4cce to 58ebfbd Compare May 26, 2026 05:33
@aerosol aerosol requested a review from zoldar May 26, 2026 05:45
@aerosol aerosol marked this pull request as ready for review May 26, 2026 05:45
</TabButton>
))}
{!site.isConsolidatedView && site.explorationAvailable && (
{!site.isConsolidatedView && isEnabled(Mode.EXPLORATION) && (
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we should also check for FunnelExploration being set, like for funnel at https://github.com/plausible/analytics/pull/6393/changes#diff-e368685087d921e325f4a03fe91dbf05740fca7faa373792c50a2884befb43ffR556 ? CE tests do not seem to be complaining, but they may be not catching that.

Comment on lines -677 to +678
team = Teams.with_subscription(team)
team =
Teams.with_subscription(team)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some accidental reformat?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants