Zenovay supports two kinds of public sharing — both are off by default and turn on with one click in your website's settings.
What you can share
| Surface | What it shows | URL pattern |
|---|---|---|
| Public dashboard | Read-only version of your main analytics dashboard (visitors, top pages, sources, devices, countries) | app.zenovay.com/share/dashboard/{slug} |
| Public globe | Live, real-time 3D globe with no PII visible | app.zenovay.com/share/globe/{slug} |
Both surfaces are read-only. Visitors can see the data but cannot change settings, export, or drill into individual visitors.
Enabling public sharing
Open your website's settings
In
app.zenovay.com, choose the website you want to share, then go to Settings → Public sharing.Toggle on the surface(s) you want
Flip Public dashboard to enabled, Public globe to enabled, or both.
Copy the URLs
Each toggle exposes a unique URL with a random slug — share that link with anyone you want to see your stats.
(Optional) Add a password
Click Set password on either surface to require a shared password before the page renders. Anyone with the URL still needs the password.
(Optional) Customize what's visible
Use the toggle list under each URL to hide specific cards (for example, hide "Top pages" if your URL paths leak business info).
What's hidden on the public view
Even when sharing is fully on, the following are never exposed:
- Identified users (logged-in user emails / IDs)
- Goals, funnels, and revenue figures (Pro+ features that need explicit unhiding per item)
- Session replays
- Heatmaps with raw URLs
- Audit logs and team membership
- Billing and account information
The "Powered by Zenovay" footer appears on every public surface — there's no way to remove it on Free or Pro. White-label removal is an Enterprise add-on.
Rotating the URL
If a public URL leaks (someone forwarded the link, search engines indexed it), regenerate the slug:
- Go back to Settings → Public sharing.
- Click Rotate URL under the surface you want to invalidate.
- The old URL returns 404 immediately. Distribute the new URL to anyone who should still see it.
Embedding in another site
The public dashboard and globe URLs can be embedded with a standard <iframe>:
<iframe
src="https://app.zenovay.com/share/globe/your-slug-here"
width="100%"
height="600"
frameborder="0"
loading="lazy">
</iframe>
The iframe inherits the password protection if you set one — visitors will be prompted before the embed renders.
Pricing
Public sharing is available on all plans, including Free. Password protection and per-card hiding are also free. The only paid upgrade is removing the "Powered by" footer (Enterprise).