Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

WPOS

Use Cases

Mode

Requirements

ALL*

Product Attribute Value Retargeting

SCORER*You will need to select the name of the product attribute you want to promote**

The percentile distribution per leaf category must be relevant for your shop

SEARCH*, FIND*

Product Attribute Value Retargeting (Advanced)

SCORER**

Same Requirements

Info

* 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

  • none

...

Typically, we recommend using the advanced use-case for the CONSIDERATION journey step WPOs (e.g.: SEARCH, FIND) and to select the advanced option “onlyPriorSessions”. This way, the current session behavior will not alter the search or product listing results (which can be a UX problem if the user makes a search, clicks on a product and, when clicking back, sees the result list has changed).

Info

** 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

  • none

How to configure it?

You can import the JSON below directly in the Admin (use the Import button on the top right)

Tip

There are no parameters to change, as the product attribute is already selected (bq_high_low_end)

...

ALL WPOS

[ { "useCaseModelSource": "library", "useCaseModelId": 2, "useCaseModelVersion": 1, "useCaseModelSubVersion": 1, "name": "Viewed Product Attributes", "order": "1", "orGroup": null, "fromIndex": -1, "toIndex": -1, "maxWeight": null, "variant": "", "scope": "local", "overwriteLevel": 1, "overwriteLabel": null, "globalTargetTags": [], "active": true, "parameters": [
Expand
titleUse-Cases (JSON) - click copy on the top right
Code Block
languagejson
click copy on the top right
Code Block
languagejson
[
  {
    "useCaseModelSource": "library",
    "useCaseModelId": 2,
    "useCaseModelVersion": 1,
    "useCaseModelSubVersion": 1,
    "name": "Viewed Product Attributes",
    "order": "1",
    "orGroup": null,
    "fromIndex": -1,
    "toIndex": -1,
    "maxWeight": null,
    "variant": "",
    "scope": "local",
    "overwriteLevel": 1,
    "overwriteLabel": null,
    "globalTargetTags": [],
    "active": true,
    "parameters": [
      {
        "name": "field",
        "value": {
          "format": "FieldParameterValue",
          "value": "bq_high_low_end"
        },
        "scope": "global"
      },
      {
        "name": "maxHistoryDepth",
        "value": {
          "format": "NumberParameterValue",
          "value": 10
        },
        "scope": "global"
      },
      {
        "name": "maxAgeSeconds",
        "value": {
          "format": "StringParameterValue",
          "value": "0"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "boostFilter",
        "value": {
          "format": "BooleanParameterValue",
          "value": true
        },
        "scope": "global"
      },
      {
        "name": "boostWeight",
        "value": {
          "format": "StringParameterValue",
          "value": "500"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "required",
        "value": {
          "format": "BooleanParameterValue",
          "value": false
        },
        "scope": "global"
      },
      {
        "name": "minHistoryCount",
        "value": {
          "format": "NumberParameterValue",
          "value": 0
        },
        "scope": "global"
      }
    ],
    "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_journey.png",
        "tooltip": "JOURNEY OPTIMIZATION"
      },
      "level": {
        "value": "L1",
        "tooltip": "LEVEL 1 - ENGAGEMENT JOURNEYS (4+1+4)"
      },
      "initiative": {
        "value": "fa-folder",
        "tooltip": "EVALUATE VISITORS"
      },
      "character": {
        "value": "",
        "tooltip": ""
      },
      "mode": {
        "label": "",
        "value": "",
        "tooltip": ""
      }
    },
    "sections": [
      {
        "id": "main",
        "label": "Values",
        "active": true
      },
      {
        "id": "advanced",
        "label": "Advanced",
        "active": false
      }
    ],
    "status": true,
    "isSelected": true
  }
]

SEARCH, FIND (and other CONSIDERATION journey step WPOs)

Expand
titleUse-Cases (JSON) - click copy on the top right
Code Block
languagejson
[
  {
    "useCaseModelSource": "library",
    "useCaseModelId": 183,
    "useCaseModelVersion": 1,
    "useCaseModelSubVersion": 1,
    "name": "Viewed Product Attributes (prior sessions)",
    "order": "10",
    "orGroup": null,
    "fromIndex": -1,
    "toIndex": -1,
    "maxWeight": 1000,
    "variant": "",
    "scope": "local",
    "overwriteLevel": 1,
    "overwriteLabel": null,
    "globalTargetTags": null,
    "active": true,
    "parameters": [
      {
        "name": "field",
        "value": {
          "format": "FieldParameterValue",
          "value": "bq_high_low_end"
        },
        "scope": "global"
      },
      {
        "name": "maxHistoryDepth",
        "value": {
          "format": "NumberParameterValue",
          "value": 10
        },
        "scope": "global"
      },
      {
        "name": "minHistoryCount",
        "value": {
          "format": "NumberParameterValue",
          "value": 0
        },
        "scope": "global"
      },
      {
        "name": "maxAgeSeconds",
        "value": {
          "format": "StringParameterValue",
          "value": "0"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "boostFilter",
        "value": {
          "format": "BooleanParameterValue",
          "value": true
        },
        "scope": "global"
      },
      {
        "name": "boostWeight",
        "value": {
          "format": "StringParameterValue",
          "value": "500"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "fieldrequired",
        "value": {
          "format": "FieldParameterValueBooleanParameterValue",
          "value": "bq_high_low_end"false
        },
        "scope": "global"
      },
      {
        "name": "maxHistoryDepthminAgeSeconds",
        "value": {
          "format": "NumberParameterValue",
 StringParameterValue",
          "value": "0"
        },
        "valuescope": 10"global",
        "startval": {},
        "scopeschema": "global"
      },
      {
        "name": "maxAgeSecondslimit",
        "value": {
          "format": "StringParameterValue",
          "value": "010"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "boostFilteronlyCurrentSession",
        "value": {
          "format": "BooleanParameterValue",
          "value": truefalse
        },
        "scope": "global"
      },
      {
        "name": "boostWeightonlyLastSession",
        "value": {
          "format": "StringParameterValueBooleanParameterValue",
          "value": "500"
      
 },         "scopevalue": "global",false
        "startval": {},
        "schemascope": "global"
      },
      {
        "name": "requiredonlyPriorSessions",
        "value": {
          "format": "BooleanParameterValue",
          "value": falsetrue
        },
        "scope": "global"
      },
      {
        "name": "minHistoryCountsuppressOlder",
        "value": {
          "format": "NumberParameterValueBooleanParameterValue",
          "value": 0true
        },
        "scope": "global"
      }
    ],
    "segmentationIds": []null,
    "segmentationUniqueKeys": [],
    "CPOInitiativeId": null,
    "notes": null,
    "options": {
      "status": null,
      "includeWidgets": null,
      "excludeWidgets": null,
      "allWidgets": null,
      "conditionalSegmentsexcludeWidgets": null,
      "conditionalProductSelectionsallWidgets": null,
      "orderingconditionalSegments": null,
      "parametersconditionalProductSelections": [null,
       "ordering": {
 
        "nameposition": "system"null,
 
        "valuestype": [
   null,
        "falsepriority": null,
        "parameters": []
      },
 }     "parameters":  [],
      "allLinkedAccounts": null,
      "accounts": null[]
    },
    "icons": {
      "strategy": {
        "value": "cpo_journey.png",
        "tooltip": "JOURNEY OPTIMIZATION"
      },
      "level": {
        "value": "L1",
        "tooltip": "LEVEL 1 - ENGAGEMENT JOURNEYS (4+1+4)"
      },
      "initiative": {
        "value": "fa-folder",
        "tooltip": "EVALUATE VISITORS"
      },
      "character": {
        "value": "",
        "tooltip": ""
      },
      "mode": {
        "label": "",
        "value": "",
        "tooltip": ""
      }
    },
    "sections": [
      {
        "id": "main",
        "label": "Values",
        "active": truefalse
      },
      {
        "id": "advanced",
        "label": "Advanced",
        "active": false
      }
    ],
    "status": true,
    "isSelected": true
  }
]