Appearance
Track screen view (Segment)
Use this action to send a screen view to Segment. This is commonly used for app-like interfaces where “screen” is a clearer concept than “page”.
Add the action
- In the WeWeb editor, open the
Data & APItab, then open theIntegrationssubtab and add theSegmentintegration. - In an
Interfaceworkflow, clickAdd an action. - Select
Interface→Segment→Track screen view. - Select the
Connectionyou want to use.
Configure the action
- User vs Anonymous: Choose whether this screen view belongs to a signed-in user (
User) or a visitor (Anonymous). - User ID / Anonymous ID: Fill the one that matches your selection.
- Screen Name: A clear name like
Dashboard(required). - Category: Optional grouping like
Settings. - Properties: Optional details (for example
{ "platform": "web", "appVersion": "1.2.0" }).
Advanced options
- Timestamp: When the screen view happened.
- Context: Extra info about the environment.
- Integrations: Control which Segment destinations receive the event.
- Message ID: A unique ID to help avoid duplicates.

