Shared Dashboards
Share your analytics with clients, stakeholders, or the public using read-only dashboard links. No Ovyxa account required for viewers.
Creating a Shared Link
- Go to Settings → Visibility for your site
- Under Shared Links, click Create Shared Link
- Optionally set a password for access control
- 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:
| Parameter | Description | Example |
|---|---|---|
theme | Force light or dark theme | ?theme=dark |
background | Background color (hex) | ?background=ffffff |
date_range | Default 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>
Managing Shared Links
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