Documentation Index

Fetch the complete documentation index at: https://help.userflow.com/llms.txt

Use this file to discover all available pages before exploring further.

Why is my segmentation post not appearing on the standalone page?

Prev Next

If a segmented post isn’t showing on your standalone page, it’s almost always because  can’t match the visitor to your segment. Work through these checks in order — the first resolves most cases.

  1. Make sure Beamer can identify the visitor. Segmentation only applies once Beamer recognizes the user. Quick test: open the Beamer widget on your site first, then click the widget header to open the standalone page.

  2. Confirm the post is set to appear on standalone. In the post’s Changelog options, make sure Standalone is selected as a placement.

  3. Check that the post’s category isn’t hidden on standalone. The standalone page shows all categories by default. If you’ve explicitly selected or hidden specific categories in Settings > Standalone settings, make sure those settings aren’t hiding the post.

  4. Check your segment logic. Basic filters are simple, single-condition filters; advanced filters let you combine multiple conditions. When a post is assigned to more than one segment, those segments combine with OR (for example, admin or manager). Keep basic and advanced segment names distinct to avoid conflicts.

  5. Still not showing? Verify the user belongs to the segment (via their attributes or user_id) and that the post isn’t excluded by a URL rule (filter_by_url).