For example, say I have a rule, and in that rule, I want to check that both:1. The Data Layer has completed, which I can tell by a direct call2. The windowLoaded event has been fired by the browser. I though of doing in a custom event, and I understand how to check for windowLoaded, but how do I ...