August 3, 2026
gm, builders! Here’s your roundup of this week’s insights.
Highlights
-
Mobile Analytics: React Native SDK and Dashboard Support
-
Retention: Rolling and Recurring Toggle
-
Unified Filters for API
-
Flow Chart Fixes
-
Reading List
Mobile Analytics: React Native SDK and Dashboard Support
Mobile Analytics brings the full Formo analytics and attribution experience to iOS and Android crypto apps.
Drop in the React Native SDK to identify wallets, track in-app activity, and see the same funnels, charts, and wallet profiles you are already familiar with.
In addition to standard wallet events, this release adds a complete set of mobile lifecycle events ready to use in any chart:
-
Application Installed -
Application Updated -
Application Opened -
Application Backgrounded -
Application Crashed
Get started with analytics for your mobile app with the Mobile SDK guide .
Retention: Rolling and Recurring Toggle
Retention charts now expose a Rolling vs Recurring toggle:
-
Rolling : a user counts toward week N if they are active in week N or any later week. A smooth survival curve that can only go down.
-
Recurring : a user counts toward week N only if they are active in that specific week. Classic retention, so the curve can dip and recover.
Rolling is always the higher of the two, because it counts everyone Recurring counts plus anyone who returned later. Learn more about retention .
Unified Filters for API
We’ve unified separate filter parameters so every filter now has the same shape. Build mixed queries in a single request without juggling different envelopes for chains, apps, tokens, labels, or socials.
Supported operators:
-
eq, neq(equals, not equals) -
gt, gte, lt, lte(numeric comparisons) -
contains, startsWith, endsWith(string matching) -
in, nin(in list, not in list) -
isEmpty, notEmpty(existence)
Unified filters are live on the following APIs:
-
Profile search:
/v0/profiles/search -
Query API: funnel, flow, retention, KPIs, event timeseries, top wallets, top events, top sources, top chains, top locations, top pages, user frequency, user lifecycle, revenue and volume endpoints
-
Alerts triggers
See the profile search API and the Query API overview for a full reference.
Flow Chart Fixes
Six fixes across the Flow chart, resolving customer-reported correctness and performance issues:
-
Fixed two-anchor charts that could report completion above 100%; anchor totals now come from a single conserved session cohort and can never exceed 100%.
-
Fixed transition counts that could vary between identical runs when events in a session shared the same second (e.g., an SDK page + track pair).
-
Fixed anchoring on a built-in event type (
transaction, signature, connect) returning empty results when an Include events allowlist was set. -
Fixed multi-anchor charts failing to save due to improper validation.
-
Fixed multi-anchor overlays where a segment returning zero rows could shift every later anchor’s label, reach count, and drill-down onto the wrong node.
-
Fixed query memory (the pipe no longer OOMs on large projects), user-list timeouts, and drill-down speed on flow anchors.