Releases
2026
14 Sept 2026
Segment Orders by Tags in Fluent Analytics
ReleaseFluent Analytics now lets you segment and compare orders by their business tags - such as brand, region, or sales channel. Order tags are available as dimensions, drill-down columns, and dashboard filters across every metric on the Orders dashboard, in both Fluent Analytics Studio and Fluent Embedded Analytics.This release also includes an internal authentication update to the Fluent Analytics service, applied ahead of an upstream provider change so that analytics and embedded dashboards keep working without interruption. No action is required on your side.📖 See Configuring Fluent Analytics Studio Dashboard Filters to add the Tag 1, Tag 2, and Tag 3 filters to your dashboards.ReleasedPlatform, ToolEnhancement, Fix
26 Aug 2026
Controls Utilities Bundle
ReleaseControls determine what inventory is available to sell in a Virtual Catalog, applying buffers, exclusions and thresholds to positions. This bundle enables a Rule resolve and apply those controls consistently, and consolidates what would otherwise be many individual controls into fewer, wide-scope context-based ones. The Utility includes:- Applying Controls: resolve the controls that apply to a position and apply them in one call, returning the updated position and an audit of every change (
`ControlUtils`). - Standard Control Types: inclusion, exclusion, buffer (absolute and percentage), limit and threshold controls are applied in a defined order (
`ControlTypes`). - Context-Based Targeting: match positions by catalog, product, variant, location, category, network or the virtual position itself.
- Extensibility: add or override control types with custom control functions.
Benefit:- Reduces redundancy by replacing many individual controls with fewer wide-scope, context-based ones
- Applies availability controls consistently wherever they are used
- Keeps rules lightweight by loading the required data and resolving controls
- Produces a full before/after audit of every applied control
- Extends to tenant-specific control types
ReleasedToolNew capability