Versions Compared

Key

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

...

The relevance with the main product of the PDP is important here, especially for online marketing campaign visitors landing on the PDP. Therefore, instead of “simply” showing manually defined accessories or the top-selling product of the product’s category, you can offer a meaningful logic of what makes other products good alternatives (similar products) or good cross-selling options. Therefore, many of the first Best Practices are from the group Product & Content Context (PCC).

Info

It might be confusing why we speak about cross-selling in this WPO while there is another WPO called “CROSS-SELL”. The reason is that the UP-SELL WPO covers all the widgets appearing on the PDP directly, while the CROSS-SELL WPO covers all widgets appearing on the basket page on an overlay after the user clicks on the add-to-basket button.

...

The UP-SELL WPO belongs to the EVALUATION customer journey step (first third column of the diagram above) and corresponds to LEVEL 1 as it is solely about products and not other types of content: combine it with READ to also support recommendations of other types of content like banners or blog articles and use it within a smart, personalized and dynamic layout with PERSUADE.

...

Expand
titleWidgets Configuration Use Case - Similar Categories (copy and import in widget editor)
Code Block
languagejson
[
  {
    "useCaseModelSource": "library",
    "useCaseModelId": 20,
    "useCaseModelVersion": 1,
    "useCaseModelSubVersion": 1,
    "name": "Same Product Attributes",
    "order": "8",
    "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_category_leaf_id"
        },
        "scope": "global"
      },
      {
        "name": "operator",
        "value": {
          "format": "StringParameterValue",
          "value": "matches exactly"
        },
        "scope": "global"
      },
      {
        "name": "required",
        "value": {
          "format": "BooleanParameterValue",
          "value": false
        },
        "scope": "global"
      },
      {
        "name": "orCondition",
        "value": {
          "format": "BooleanParameterValue",
          "value": false
        },
        "scope": "global"
      },
      {
        "name": "boostFilter",
        "value": {
          "format": "BooleanParameterValue",
          "value": true
        },
        "scope": "global"
      },
      {
        "name": "boostWeight",
        "value": {
          "format": "StringParameterValue",
          "value": "500"
        },
        "scope": "global",
        "startval": {},
        "schema": ""
      },
      {
        "name": "role",
        "value": {
          "format": "StringParameterValue",
          "value": "mainProduct"
        },
        "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 CONTEXT"
      },
      "character": {
        "value": "",
        "tooltip": ""
      },
      "mode": {
        "label": "",
        "value": "",
        "tooltip": ""
      }
    },
    "sections": [
      {
        "id": "main",
        "label": "Values",
        "active": true
      },
      {
        "id": "advanced",
        "label": "Advanced",
        "active": false
      }
    ],
    "status": true,
    "isSelected": true
  }
]