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

« Previous Version 2 Current »

Kullanıcı favorilerine bir ürün eklediğinde customEvent metodunu aşağıdaki gibi çağırın:


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


Kullanıcı favorilerinden bir ürün çıkardğında customEvent metodunu aşağıdaki gibi çağırın:


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



Ana Başlık: Expo

  • No labels