You are viewing an old version of this content. View the current version.
Compare with Current View Version History
Version 1 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" } });