Versions Compared

Key

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

...

Tip

You can define a max value if you want to display no more than a fixed number of products from this these 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": 32,
    "useCaseModelSource": "library",
    "useCaseModelId": 264,
    "useCaseModelVersion": 1,
    "useCaseModelSubVersion": 1,
    "name": "Context Items CorrelationProducts > Collaborative Filtering Bought Together",
    "order": 30,
    "fromIndex": -1,
    "toIndex": -1,
    "variant": "",
    "scope": "local",
    "active": true,
    "parameters": [
      {
        "name": "type",
        "value": {
          "format": "StringParameterValue",
          "value": "collaborative-filtering-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,
    "overwriteLevel": 1
  }
]