Should I use custom events or Product mapper to trigger engagements?
I have a dynamic list of data that I would be rendering. Now I want that on clicking any item from this list an engagement to be triggered. So i have tried out 2 ways- one is to add a custom event and then associate engagement with it, the other way is to associate the engagement with product mapper. In the case of a custom event I would have to would have to create the event and then from backend I would have to send the event name, while in case of product mapper I would have to create a unique selector for every item. Which one of this would be the better option?