I would be great to be able listen to all the event with a single handler something like: ``` adUnit.on('*', function(evt){ //Code to execute on every event of the adUnit }); ```