
Filter by event properties
Filter the activity feed by event properties to focus on specific user actions or behaviors.
How to use the activity feed
The Activity Feed is your real-time view into what users are doing on your app. This guide shows you how to use it for investigation and user research.Step 1: Open the Activity Feed
Go to the Formo Dashboard
Open app.formo.so.
Step 2: Understand event types
Each event has a structured schema and type based on the event specs:| Event Type | What it captures |
|---|---|
page | Page view with URL path |
connect | Wallet connection |
disconnect | Wallet disconnection |
signature | Message signing |
transaction | Onchain transaction |
track | Custom events |
decoded_log | Smart contract events |

Step 3: Filter to find specific events
Use filters to narrow down the feed: Common filter combinations:| Goal | Filters |
|---|---|
| Connects from Twitter | type = connect, referrer contains twitter |
| Visitors from marketing campaign | utm_source = newsletter |
| Events from mobile devices | device = mobile |
| Failed transactions | type = transaction, status = failed |
| Wallet connects from Twitter | type = connect, referrer contains twitter |
| Specific user’s activity | address = 0x… |
| Events on a specific page | path = /swap |
| High-value transactions | type = transaction, value > 1000 |

Step 4: Investigate a user’s journey
To see everything a specific user did:View their complete Wallet Profile
See Wallet Profiles for more details.

Step 5: Investigate issues
When users report problems, use the Activity Feed to investigate: Investigating a failed transaction:
Investigating a drop-off:
Use Funnels to measure drop-off rates at each step
See Funnels for more details.
Use Flows to visualize common paths users take
See Flows for more details.
Common investigation patterns
“Why are users bouncing from our swap page?”
“Which transactions are failing?”
“What do our best users do differently?”
“Is our new feature being used?”