I have a rule that is bound to the mouse click event. In the conditions section I want to be able to use this event in my custom code before I execute any actions.
Adobe Analytics extension has this event object in the Set Variables action. But I need to use the same object before I reach this action.
Is there a way to pass the event object into the condition that is configured as a custom code? (I don't want to use global event object since it is not present in the old versions of some browsers.)