Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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


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:

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



Parent Page: React Native

  • No labels