You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 3 Next »
The method subscribes the user to an email notification that the product is available.
personaclick("subscribe_trigger", "product_available", params);
Additional product properties. The following are available:
personaclick("subscribe_trigger", "product_available", { item: "100500", email: "john.doe@examplestore.com", properties: { fashion_size: "XL" } });
The method subscribes the user to an email notification of a product price decrease.
personaclick("subscribe_trigger", "product_price_decrease", params);
personaclick("subscribe_trigger", "product_price_decrease", { item: "100500", price: 146.55, email: "john.doe@examplestore.com", properties: { fashion_size: "XL" } });