Performance dashboard allows a store manager or a supervisor to monitor the streamers’ activity and the data on the ongoing streams on a daily basis. Because the data for the dashboard is updated hourly, this monitoring will happen almost in real time.
The dashboard is available on both mobile and desktop platforms. The login link is https://daily.witheyezon.com/#/login. On mobile platforms, you can also open the login page by clicking the Admin login link.
For logging into the dashboard, the same login and password are used as for viewing the dialogs in the Statistics section of your eyezon account. You can find them in Settings → General. Please scroll down to Login and password for dialogs viewing.
<aside> ℹ️ The login is your eyezon Business ID.
</aside>
To find your server region, please refer to the button code in your eyezon account:
<script>
(function(w, d, s, o, f, js, fjs) {
w[o] = w[o] || function () { (w[o].q = w[o].q || []).push(arguments) };
js = d.createElement(s); fjs = d.getElementsByTagName(s)[0];
js.id = o; js.src = f; js.async = true; fjs.parentNode.insertBefore(js, fjs);
}(window, document, 'script', 'eyeZon', '<https://storage.googleapis.com/eyezonscriptv2/static/js/eyezonwidget.js>');
eyeZon('init', {
businessId: 'BUSINESS ID',
**region: 'us-1'**
});
</script>
The region
parameter value points to your server region: eu
, us
, or ru
, for servereu
, serverus
and serverru
regions, correspondingly.
shopID
parameter. Please see Connecting streamers to a store with the shopID
parameter section in this article for more information on this parameter.