Strategy model
The strategy model stores account-scoped strategy data: one row (or aggregated row) per account with a flexible set of properties. Typical sources include CRM strategy or account plan objects synced from a warehouse or API-backed connection.
Prerequisites
How strategy rows work
- Rows are keyed by
account_id. - Every column you map becomes a property on the strategy entity for that account (including fields beyond the defaults below). Use consistent property names for reporting and workflows.
- Invalid rows may be skipped on refresh; ensure
account_idvalues exist in your accounts model.
Field reference
Required key
| Property | Type | Description |
|---|---|---|
account_id | string | Account this strategy record describes. |
Default guidance
The configuration UI may pre-populate account_id as the minimum mapping. Add mappings for every strategic field your source provides (for example goals, priorities, renewal strategy, competitor notes)—each becomes a named property in FunnelStory.
There is no fixed global list: treat this model like a wide, account-level profile driven by your query.
Configure
- Add model → Strategy.
- Point at the connection and query that returns one logical strategy row per account (or that FunnelStory aggregates per account per refresh rules).
- Map
account_idand map additional columns to descriptive property names. - Validate, save, refresh.
- Confirm strategy fields on account records in the product UI where exposed.