Calling a Custom Event Without CSS Selector
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 and how I can get around having to use the CSS selector or if there's a trick for that.
Thanks in advance!

