Added option to exclude authenticated users. Helps narrow data collection and focus on sign-up bandits.
Exclude users without a session ID. Will reduce spam in database from bots and yield more accurate results.
Made UserActivity log searchable within admin view.
Excludes 404 pages from UserActivity tracking. Reduces spam in database from bots.
Added tests for all the above.