We need to ability to run a script to determine if a visitor should see
the test before the test generates (2 request schema). This
qualification script should live with the test so that it's only running
to determine qualification for that specific activity (NOT a global
script).Example:1. visitor hits the test page url (as specified in the
a/b test activity)2. qualification javascript runs (checking for window
object value, existence of DOM element, visitor activity on page,
etc.)3a. if qualif...