Accounts model
The account is the primary B2B customer entity in FunnelStory: the organization you sell to, renew, and measure. Every other model ultimately ties back to account_id from this model.
The accounts model is mandatory. Configure it before users, subscriptions, activities, and most integrations.
What you get
- A canonical list of customer accounts with stable IDs
- Properties for name, domain, revenue, churn, hierarchy, CRM links, and internal ownership
- Optional custom properties for filtering, audiences, and workflows
Account hierarchy
If your customers include subsidiaries, regions, or holding companies, map parent_account_id (and optionally is_container) as described in Configuring the account model. For how rollups, per-product funnels, and per-product predictions behave—and how they interact with the Products model—see the dedicated guides:
- Account hierarchy overview
- Setting up hierarchy
- Product-level funnels
- Product-level predictions
- Parent account rollups
Full configuration guide
Step-by-step setup, query patterns for every connection type, the complete property list, advanced options (ARR, parent–child, assignments), examples, and troubleshooting live here:
Getting started: Configuring the account model
That guide replaces long account-specific content on this page. Use it as the source of truth while mapping columns and validating data.
Minimum expectations
At a minimum, your account model must provide a unique account_id per row. FunnelStory pre-populates recommended mappings such as name, domain, and created_at; filling these makes the rest of the product usable. See Account model field reference for every supported property and data type.
After configuration
- Save and activate the model.
- Run Refresh model (or wait for scheduled refresh).
- Open Accounts in the app and confirm counts and key fields.
- If something looks wrong, use Verification & troubleshooting.
Related
- Data models overview
- Account hierarchy (parent–child, products, rollups, funnels)
- Users model (depends on accounts)
- Subscriptions and Plans (entitlements)
- Products (catalog for multi-product and hierarchy)