Versions Compared

Key

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

...

WPOS

Use Cases

Mode

Requirements

UP-SELL, CROSS-SELL

Lab Context Items Correlation Bought Together

RANKER*

You need to have enough purchases in your overall history with more than one product

...

You can import the JSON below directly in the Admin (use the Import button on the top right), as in this screen-shot.

...

Tip

You can define a max value if you want to display no more than a fixed number of products from this recommendations

Info

The weight which will be applied goes from 100% to 10% of the defined weight depending on the position of the product (first product gets 100%, second 90%, etc.)

...

Expand
titleUse-Cases (JSON) - click copy on the top right
Code Block
languagejson
[
  {
    "id": 3,
    "useCaseModelSource": "library",
    "useCaseModelId": 

...

264,
    "useCaseModelVersion": 1,
    "useCaseModelSubVersion": 1,
    "name": "Context 

...

Items Correlation",
    "order": 

...

3

...

,
    "fromIndex": -1,
    "toIndex": -1

...

,
    "variant": "",
    "scope": "local

...

"

...

,
    

...

"

...

active": true,
    "parameters": [
      {
        "name": "type",
        "value": {
          "format": "StringParameterValue",
          "value": "

...

bought_together"
        },
        "scope": "global"

...


      

...

},
      

...

{
        "name": "

...

topWeightNbValuesMaxThreshold",
        "value": {
          "format": "StringParameterValue",
          "value": "

...

0"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "

...

sourceField",
        "value": {
          "format": "

...

FieldParameterValue",
          "value

...

": "

...

id"
      

...

  

...

},
        "scope": "global

...

"

...


      },
      {
        "name": "

...

role",
        "value": {
          "format": "

...

StringParameterValue",
          "value": "

...

mainProduct"
        

...

},
        "scope": "global",
        "startval": {},
        "schema

...

": "

...

"

...


      

...

},
      

...

{
        "name": "required",
        "value": {
          "format": "BooleanParameterValue",
          "value": false
        },
        "scope": "global"
      },
      {
        "name": "

...

origin",
        "value": {
          "format": "StringParameterValue",
          "value": "

...

boxalino_std"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "topWeightMinThreshold",
        "value": {
          "format": "StringParameterValue",
          "value": "0"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "

...

boostWeight",
        "value": {
          "format":

...

 

...

"

...

StringParameterValue",
          "value": 

...

100000
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      }

...


    

...

],
    

...

"

...

conditions": 

...

[],
    

...

"

...

icons": {

...


      

...

"strategy": {
        "value": 

...

"cpo_sales.png",
        

...

"

...

tooltip": 

...

"SALES OPTIMIZATION"
      },
      

...

"level": {
        "value

...

": "

...

L1",
        "

...

tooltip": "

...

LEVEL 1 - 

...

ONLINE CONVERSIONS"
      

...

},

...


      "

...

initiative":

...

 

...

{
        "

...

value":

...

 

...

"fa-folder",
        "

...

tooltip": 

...

"EFFECTIVE CONTEXT"
      },
      

...

"character": 

...

{

...


        

...

"

...

value": 

...

"

...

"

...

,

...


        "

...

tooltip":

...

 

...

"

...

"

...


...

      

...

}

...

,
      

...

"

...

mode": {
        

...

"

...

label": "

...

",

...


        "value": "

...

"

...

,
        "

...

tooltip": "

...

"

...


      

...

}

...


...

 

...

   

...

}

...

,
    

...

"

...

options": {

...


...

 

...

     "

...

parameters": [
        {
          "name": "system",
          "values": [
            "false"
          ]
        }
      ]

...


    

...

}

...

,
    

...

"

...

sections": [
      {
        "id": "main",
        "label": "Values",
        "active": true
      },
      {
        "id": "advanced",
        "label": "Advanced",
        "active": false
      }
    ],
    "status": true,
    "isSelected": true
  }
]