Hello, I'm trying to create an event rule for a page where most events are driven by ReactVR objects, not by DOM API or CSS. I know that I can create a custom event, and track a click that way. (I found the answer here) But, because there aren't any CSS selector to latch onto, I'd like to know if an...