PCA - Value Flags

Overview

Promote products or content with valuable value flags (5 stars, best-seller, in-discount, staff pick of the week, …)

WPOS

Use Cases

Mode

Requirements

WPOS

Use Cases

Mode

Requirements

ALL

Product Attribute Promoter

SCORER*

You will need to select the name of the product attribute and the value you want to promote

* the Use Cases configuration is provided as SCORER with a default weight of 500. You will need to adjust the weight to have the desired strength in the results or change the Mode to RANKER or FILTER if you want the returned suggestions to always match this Best Practice.

Variables

  • field: the name of the product attribute

  • value: the value of the product attribute to be promoted

Cases to consider

You might want to configure this Best Practice several times, for example for the following cases

  • Products with 5 stars (especially if you show the stars in the product preview)

  • Products labeled as Best-sellers (especially if you indicate it in the product preview)

  • Products labeled as novelties (especially if you indicate it in the product preview)

  • Products in discounts

  • If you have such a label: same with the “staff pick” or “selection of the week”

How to configure it?

You can import the JSON below directly in the Admin (use the Import button on the top right), as in this screen-shot, you will need to select a field (product attribute) and replace the “{{value}}” with a value

You can use the search icon on the right of the field and values parameter to get help to select the right field and value.

 

[ { "useCaseModelSource": "library", "useCaseModelId": 1, "useCaseModelVersion": 1, "useCaseModelSubVersion": 1, "name": "Value Flags", "order": 1, "orGroup": null, "fromIndex": -1, "toIndex": -1, "maxWeight": null, "variant": "", "scope": "global", "overwriteLevel": 1, "overwriteLabel": null, "globalTargetTags": [], "active": true, "parameters": [ { "name": "field", "value": { "format": "FieldParameterValue", "value": "{{field}}" }, "scope": "global" }, { "name": "operator", "value": { "format": "StringParameterValue", "value": "matches exactly" }, "scope": "global" }, { "name": "values", "value": { "format": "FieldValueParameterValues", "values": [ "{{value}}" ] }, "scope": "global" }, { "name": "orCondition", "value": { "format": "BooleanParameterValue", "value": true }, "scope": "global" }, { "name": "boostFilter", "value": { "format": "BooleanParameterValue", "value": true }, "scope": "global" }, { "name": "boostWeight", "value": { "format": "StringParameterValue", "value": "500" }, "scope": "global", "startval": {}, "schema": "" } ], "segmentationIds": [], "segmentationUniqueKeys": [], "CPOInitiativeId": null, "notes": null, "options": { "status": null, "includeWidgets": null, "excludeWidgets": null, "allWidgets": null, "conditionalSegments": null, "conditionalProductSelections": null, "ordering": null, "parameters": [ { "name": "system", "values": [ "false" ] } ], "allLinkedAccounts": null, "accounts": null }, "icons": { "strategy": { "value": "cpo_sales.png", "tooltip": "SALES OPTIMIZATION" }, "level": { "value": "L1", "tooltip": "LEVEL 1 - ONLINE CONVERSIONS" }, "initiative": { "value": "fa-folder", "tooltip": "EFFECTIVE PROMOTIONS" }, "character": { "value": "", "tooltip": "" }, "mode": { "label": "", "value": "", "tooltip": "" } }, "sections": [ { "id": "main", "label": "Values", "active": true }, { "id": "advanced", "label": "Advanced", "active": false } ], "status": false, "isSelected": true } ]