Skip to main content

Products model

The products model is your product catalog: discrete products or SKUs that can be tied to subscriptions and account metrics for multi-product reporting. Use it when a single account can buy multiple products and you need consistent product_id values across models.

Prerequisites

Field reference

Model key

PropertyTypeDescription
product_idstringStable product identifier across FunnelStory models.

Default properties

PropertyTypeDescription
namestringDisplay name.
descriptionstringOptional longer description.

Custom properties may be mapped for segmentation.

Configure

  1. Add model → Product.
  2. Query your source of truth for product definitions (warehouse table, CRM product object, etc.).
  3. Map product_id, name, and description.
  4. Save and refresh.
  5. In subscriptions, ensure products JSON references these ids consistently. For account metrics, map product_id when metrics are per product—see Account metrics.