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
해결되었습니다! 솔루션으로 이동.
토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.
조회 수
답글
좋아요 수
@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?
조회 수
답글
좋아요 수
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.