Versions Compared

Key

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

Use the method below to log product views.

Code Block
languagejs
var data = {
  "OM.pv" : productCode, 
  "OM.pn" : productName, 
  "OM.ppr" : productPrice, 
  "OM.pv.1" : productBrand, 
  "OM.inv": inventory // Number of items in stock
};
visilabsApi.customEvent("Product View", data);

 

Ui button
colorgreen
titleNext Step
urlhttps://relateddigital.atlassian.net/wiki/spaces/KB/pages/1091043354/React+Native+-+Category+View