Skip to main content

Shared Dashboards

Share your analytics with clients, stakeholders, or the public using read-only dashboard links. No Ovyxa account required for viewers.

  1. Go to Settings → Visibility for your site
  2. Under Shared Links, click Create Shared Link
  3. Optionally set a password for access control
  4. Copy the generated URL

The shared link gives read-only access to your full dashboard — visitors, pages, sources, devices, locations, and goals.

Password Protection

Add a password to restrict access:

  • Only people with the password can view the dashboard
  • The password is entered once per browser session
  • Share the password separately from the link for security

To add or change a password, edit the shared link in Settings → Visibility.

Embedding Dashboards

Embed your shared dashboard in another website using an iframe:

<iframe
src="https://app.ovyxa.com/share/YOUR_SHARE_ID"
width="100%"
height="800"
frameborder="0"
style="border: none;"
></iframe>

Embed Options

Customize the embed with URL parameters:

ParameterDescriptionExample
themeForce light or dark theme?theme=dark
backgroundBackground color (hex)?background=ffffff
date_rangeDefault date range?date_range=7d

Example

<iframe
src="https://app.ovyxa.com/share/YOUR_SHARE_ID?theme=dark&date_range=30d"
width="100%"
height="800"
frameborder="0"
></iframe>

From Settings → Visibility:

  • Copy link — copy the URL to clipboard
  • Edit — change password or display settings
  • Delete — revoke access immediately (the link stops working)

You can create multiple shared links per site with different passwords for different audiences.

Security Considerations

  • Shared links provide read-only access — viewers cannot change settings or access other sites
  • Shared links do not expose raw event data, IP addresses, or any PII
  • Revoking a shared link is immediate — bookmarked URLs stop working
  • Password-protected links add an extra layer of access control
  • Embedded dashboards respect the same access rules as direct links

Use Cases

  • Client reporting — share a password-protected link with each client
  • Public stats — make your analytics public (open source projects, transparency reports)
  • Internal dashboards — embed in your company wiki or Notion page
  • Investor updates — share growth metrics with investors