Common Recommendation Validator Errors
Here are some of the common errors that sometimes occur, and how to fix them, when using the Recommendation Validator.
Error Type | Error | Repair |
---|---|---|
Data Error | Availability allocation is defined as 0 on a base product in Business Manager. |
|
Data doesnβt appear for the Einstein Dashboard in the Reports and Dashboards tool. | Obtaining data for the Einstein Dashboard depends on viewProduct and
viewReco events firing properly. If data doesnβt appear in the Einstein
Dashboard, make sure that youβre using the correct isobject statement.
|
|
Storefront Error |
isnβt
firing.
|
Make sure to use <isobject object="${product}"
view="detail"> on global product detail page templates. |
isnβt firing.
|
Make sure that you use <isobject object="${product}"
view="recommendation"> in your content slotsNote: For Page
Designer implementations, Storefront Reference Architecture (SFRA) versions
6.0 and higher include the code necessary to properly set object
context.
|
|
isnβt firing.
|
Use the Validator to check for clickReco. If it's missing, check the page with the recommendations that you clicked for viewReco. If viewReco is there, make sure that its product ID matches the product ID
in the viewProduct activity on the page after you click. If the IDs don't
match, ensure that the |
|
The incorrect price is displaying because of base product price definitions. | Fix the template API to call on variation price definitions instead of the base product ID. | |
or
isnβt firing.
|
If you use an isobject tag when rendering each product tile, the
tracking of these events happens automatically. If the events don't fire, check the
product tile code. |