Hello @innovati,you can write an activity that executes the following
code accordingly when you click on the element. So e.g. wait via
JavaScript until the element exists and then put a click event on it.
adobe.target.getOffer({ "mbox": "customMbox123", "success": function
(offer) { adobe.target.applyOffer({ "mbox": "customMbox123", "offer":
offer }); }, "error": function (status, error) { console.log('Error',
status, error); } });In the actual Activity corresponding to the mbox
customMbox123 e....