Skip to main content
Zenovay
Free5 minutesBeginner

How do I share a public dashboard?

Zenovay can share both a read-only dashboard URL and the live 3D globe publicly. Both are off by default. Here's how to enable, scope, and password-protect them.

public-dashboardsharinggloberead-onlylink
Last updated:

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

SurfaceWhat it showsURL pattern
Public dashboardRead-only version of your main analytics dashboard (visitors, top pages, sources, devices, countries)app.zenovay.com/share/dashboard/{slug}
Public globeLive, real-time 3D globe with no PII visibleapp.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

  1. Open your website's settings

    In app.zenovay.com, choose the website you want to share, then go to Settings → Public sharing.

  2. Toggle on the surface(s) you want

    Flip Public dashboard to enabled, Public globe to enabled, or both.

  3. Copy the URLs

    Each toggle exposes a unique URL with a random slug — share that link with anyone you want to see your stats.

  4. (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.

  5. (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:

  1. Go back to Settings → Public sharing.
  2. Click Rotate URL under the surface you want to invalidate.
  3. 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).

Was this article helpful?