Simvoly is a website builder with a single-owner model enhanced by team member access on agency/white-label plans.
Permission Model
| Role | Edit Website | Manage Domain | Billing | Team Management | Custom Code | Analytics |
|---|---|---|---|---|---|---|
| Account Owner | Yes | Yes | Yes | Yes | Yes | Yes |
| Team Member | Yes | No | No | No | Varies | Varies |
| Client (white-label) | Limited | No | No | No | No | View only |
Account Owner
Full control over all websites, billing, domains, team management, and integrations including analytics.
Team Members (Agency Plans)
Can edit website content and design. Access to custom code and analytics depends on the permissions granted by the owner.
Analytics Integration
The account owner configures analytics via Settings > Integrations > Custom Code:
<!-- Simvoly: Settings > Integrations > Custom Code > Header -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXXXXXX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-XXXXXXXXXX');
</script>
Simvoly also has a built-in Google Analytics field under Settings > SEO & Analytics.
Custom Roles
Simvoly does not support custom roles. Access is binary: owner (full) or team member (content editing).
Best Practices
- Use the built-in Google Analytics field for GA4 rather than custom code when possible
- Enable two-factor authentication on the owner account
- On agency plans, use separate client accounts for each client website
- Review team member access when project collaborators change
- Simvoly's built-in analytics provide basic traffic data -- evaluate before adding external tools