E-com event implementation
Product upgrade Tracking within ecom
Userstory
1. A user accesses the checkout. He/she can upgrade the product within the checkout.
- He/she clicks on the upgrade button – the product in the checkout is upgraded
3.(Optional) The user can upgrade again to the next best product.
Business question:
1. How many times a product is upgraded? From which to which product?
- When an order is made, was there before an Upgrade to a Product? From which to which?
Current thoughts about implementation:
1. We want to setup a merchandise evar with values for upgrading in this specific syntax:
If we update the initial product one time to another product
[initialProductId]_to_[updatedProductId]
If you somehow refresh or make the choice to update again:
[initialProductId]_to_[updatedProductId_1]_to_[updatedProductId_2]
We want to trigger an upgrade event at the point in the time the user clicks on the upgrading
AND we want to persist the value till the order
How do we need to setup the merchandising evar? Which syntax AND how can we influence the expiry that it will expire after purchase OR the user leaves the checkout page – to not wrongly attribute.