How to group events into actions on PostHog
Actions in PostHog allow you to group related events together for better analysis and tracking. You can create actions by navigating to the Actions tab, defining event criteria, and combining multiple events under a single action name.
Prerequisites
- Active PostHog account
- Events being tracked on your website or app
- Basic understanding of PostHog's event tracking
- Administrator or appropriate permissions in PostHog
Step-by-Step Instructions
Navigate to the Actions section
Create a new action
User Registration Flow or Purchase Completion that represents the group of events you want to track.Define the first event criteria
Add multiple events to the action
Configure action settings
Test your action configuration
Save and verify the action
Use actions in analysis and dashboards
Common Issues & Troubleshooting
Action not capturing expected events
Check your property filters are not too restrictive. Use the Preview feature to test different filter combinations and ensure event names match exactly.
Too many false positive triggers
Add more specific property filters to narrow down when the action should trigger. Consider using URL contains or element text filters for web events.
Action not showing historical data
Actions only track events from the creation date forward. If you need historical analysis, create insights using the individual events instead of the action.
Cannot find specific events in the dropdown
Ensure the events are actually being sent to PostHog by checking the Events tab in Data Management. Event names are case-sensitive and must match exactly.