Appearance
Changelog: September 2024
API
Added
- Added the ability to customize how different classification values affect popularity calculations. This offers more flexibility in how popularity sortings are determined. For example, if you classify by a segment, such as country or customer type, most may wish to factor in both local behavior and global trends, while a specific segment can focus exclusively on its own silo of behaviour. This feature supports a wide range of scenarios beyond this example, allowing for precise adjustments based on specific requirements.
Changed
- Improved Search Analytics tracking for batched requests arriving from same user at the same time. Priority is given to product search results.
- Validation messages when faulty-shaped filter collections are being supplied, have been improved.
Fixed
- DataObjectCondition: 'ObjectValueIsSubsetOfCondition' will report validation exception upon creation if mistakenly built with 'text' instead of expected 'collection'.
- Fixed an issue that was degrading the logic used to order Retail Media results.
- Fixed an issue where a Retail Media campaign's status would not react properly when increasing its spending limit.
- Fixed an issue where concurrent variant updates were handled in an incorrect order while being sorted by popularity.
My Relewise
Added
- Language and Currency selectors are now also shown when there's only 1 language or currency available.
Fixed
- Fixed an issue with truncating long datakeys in entity modals to keep the list readable.
- Merchandising: Fixed an bug where "0" values was not shown for GreaterThan or LessThan conditions.
- Merchandising: Fixed an issue with creating data values with spaces when using text lists.
- Merchandising: Fixed an issue with the keyboard navigation jumping 2 entries when searching for different entities.
Integration
Added
- Java SDK: Added missing DataValueFactory method for booleans.
Fixed
- Demo Shop: Fixed an issue where recommendations on the Product Details Page (PDP) would not update automatically after the user had performed a product search.
- Java SDK: Fixed an issue where some parameters did not have a correct nullability annotation.
Documentation
Added
- Added a deeper explanation of the data fields available for User Entities. Available here.
- Added code samples for integrating product and content with the Java SDK. Available here.
- Added documentation for User Conditions, which allow you to configure the parameters of user behaviors to be considered when working with, for instance, triggers or merchandising rules. Available here.
- FAQ: Added an FAQ entry called "Why do my Redirects not work?" Available here.