"Post purchase" journey
Hi there,
I have an exemplary use case like this
- We have a catalog of 200 products which can be purchased.
- We have a "product tip" for each product such as "If you press button A and B at the same time, you can ..."
- In case a customer purchases a product we want to send a "product tip" one day after the purchase via email.
- Also, 2 weeks later, we want to send another email asking to provide a brief survey on experience with this new product.
In AJO I would create a journey, triggered by "commerce.purchase".
I would also create 200 offers in ODE which include product tips and offer rule is tied to "purchased sku=xyz".
As the first step of the journey I would wait 24h and then send an email. Email content would include an offer component / call to ODE in order to get the right "product tipp" rendered into the email.
The journey is concluded with a wait activity of 2 weeks and then an email asking to fill the survey.
Question a)
Would you agree this is a proper solution in AJO for the given use case?
Question b)
It can happen that a customer purchases another product, while still being in the journey for the first purchased product.
AJO prevents a profile to enter a journey, if the same journey is already running. Thus no communication would go out.
What can I do?
Creating 200 journeys (one for each product) does not scale and is not really an option.
Thank you for your thoughts.