Skip to main content
Free5 minutesBeginner

How do I share a public dashboard?

Zenovay can share both a read-only analytics dashboard and the live 3D globe publicly. Both are off by default. Here's how to enable them, scope what's visible, and embed them elsewhere.

public-dashboardsharinggloberead-onlylink
Last updated:

Zenovay lets you publish a read-only version of your analytics and your live 3D globe. Sharing is off by default. When you turn it on, both surfaces become available under one share token, so a single link unlocks the dashboard and the globe.

What you can share

SurfaceWhat it showsURL pattern
Public dashboardRead-only version of your analytics (visitors, top pages, sources, devices, countries)app.zenovay.com/share/{token}
Public globeLive, real-time 3D globe with no PII visibleapp.zenovay.com/share/globe/{token}

Both surfaces are read-only. Visitors can see the data but cannot change settings, export, or drill into individual visitors.

Enabling public sharing

Turn sharing on from your website's settings. Enabling the Public dashboard toggle there switches on both surfaces (the dashboard and the globe) under one token.

  1. Open the website's General settings

    In app.zenovay.com, open the website you want to share, go to its Settings, and stay on the General tab. Scroll to the Public dashboard section.

  2. Turn on the Public dashboard toggle

    Flip the Public dashboard switch. Zenovay shows a short confirmation reminding you that your analytics will become publicly viewable, then enables both the dashboard and the globe.

  3. Copy the link

    Once enabled, Zenovay generates a unique share token and shows both links with a Copy button: the dashboard at app.zenovay.com/share/{token} and the globe at app.zenovay.com/share/globe/{token}.

  4. Share the link

    Send either link to anyone you want to see your stats. No Zenovay account is required to view it.

If you only want to publish the globe, you can instead open the website's Globe tab and use the Share button there. That enables the globe link on its own without making the full dashboard public.

To turn sharing back off, flip the Public dashboard toggle off again in General settings. The links stop resolving for visitors.

Choosing what's visible

Some tabs are sensitive, so they stay hidden on the public view unless you explicitly opt in. In the same Public dashboard section of the website's General settings, a Tab visibility list lets you switch on the tabs you want shared:

  • Revenue
  • Sessions
  • Heatmaps
  • Error tracking
  • AI Insights
  • Company identification

Anything you don't enable stays private. The core analytics (visitors, pages, sources, devices, countries) and the globe are always part of the public view.

What's never exposed

Even with sharing on, the following are never shown on a public link:

  • Identified users (logged-in user emails and IDs)
  • Session replays
  • Audit logs and team membership
  • Billing and account information

The "Powered by Zenovay" footer appears on every public surface. Removing it requires white-label branding, which is an Enterprise feature.

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-token-here"
  width="100%"
  height="600"
  frameborder="0"
  loading="lazy">
</iframe>

Anyone who can load the embed sees the same read-only view as the direct link.

Pricing

Public sharing is available on all plans, including Free. Choosing which tabs are visible is also free. The only paid difference is removing the "Powered by Zenovay" branding, which is part of the Enterprise white-label feature.

Was this article helpful?