Hi,
I would like to implement abandon basket in AJO.
I found out that instruction - https://experienceleague.adobe.com/docs/commerce-merchant-services/data-connection/use-cases/using-a...
However how do you check that event commerce.purchases did not happen?
Is there any other instruction how to implement that use-case?
Thanks
Mike
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@Michael_Soprano You need to do that at the audience level to identify those who didn't make a purchase when the journey starts with an event (ex. commerce.productListAdds). A high-level journey will contain the following,
Take a look at this thread.
@Michael_Soprano You need to do that at the audience level to identify those who didn't make a purchase when the journey starts with an event (ex. commerce.productListAdds). A high-level journey will contain the following,
Take a look at this thread.
It would be on the following lines -
1) Create a unitary event (say for example - eventType = 'commerce.checkout')
2) Create another unitary event (with eventType = 'commerce.purchases') and specify a time out say for 1 hour. If you don't see a purchase event happening in an hour from the initial event, abandon cart email would be sent out
Thanks for your response!
But there should be some filtering between these two events which checks that commerce.purchases event did not happen?
Views
Replies
Total Likes
If the commerce.purchases event did not happen within the specified duration (timeout), it would traverse down the timeout path and we connect the Abandon message to this transition.
If this event is recorded within the timeout duration, journey would end for the respective profile.
So, no explicit filtering is needed if the check is based on event types.
Views
Likes
Replies