React Native - Basket Events
Sepete ürün eklendiğinde, çıkartıldığında veya sepetteki ürün adedi artırılıp, azaltıldığında alttaki kod çalıştırılmalıdır.
Submit the product codes in the parameter OM.pb
, separating them with a semicolon.
Submit the quantity of the relevant product in the basket in the OM.pu
parameter, separating them with a semicolon.
In the OM.ppr
parameter, multiply the price of the relevant product and the number in the basket and send them by separating them with a semicolon.
var data = {
"OM.pbid" : basketID,
"OM.pb" : "Product1 Code;Product2 Code",
"OM.pu" : "Product1 Quantity;Product2 Quantity",
"OM.ppr" : "Product1 Price*Product1 Quantity;Product2 Price*Product2 Quantity"
};
visilabsApi.customEvent("Cart", data);
Â
Copyright 2020 Related Digital