The ad on this page has 2 visitor conditions:
User IS Admin AND User IS Ad Admin.
It should show up, depending on what the current user can and is.
More interesting: there should be one AJAX call to load the ad and create a cookie with user information.
After that, each following page request has only an AJAX call for tracking.
One problem: we have multiple AJAX-Calls on this page for testing here, so there is practically always one.