Versions Compared

Key

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

Using the following method when the user adds a product to favorites:


Code Block
languagejava
var data = {"OM.pf" : "Product Code", "OM.pfu" : "1", "OM.ppr" : "Product Price"};
api.customEvent("Add To Favorites", data);


Using the following when the user removes a product from favorites , use the following method:



Code Block
languagejava
var data = {"OM.pf" : "Product Code", "OM.pfu" : "-1", "OM.ppr" : "Product Price"};
api.customEvent("Add To Favorites", data);




Parent Page: React Native