Hi Scott, I would probably change the function process_event from qa-event-logger.php:
And tell it:
function process_event($event, $userid, $handle, $cookieid, $params)
{
if ($event != "in_a_select" && $event != "in_a_unselect" && $event != "a_select" && $event != "a_unselect" ) {
// log ...
}
}