Ucraft is a website builder with a single-owner model and team member support on business plans.
Permission Model
| Role | Edit Website | Manage Domain | Billing | Team Management | Custom Code | E-commerce |
|---|---|---|---|---|---|---|
| Account Owner | Yes | Yes | Yes | Yes | Yes | Yes |
| Team Member | Yes | No | No | No | Partial | Partial |
Account Owner
Full control over all website features, billing, domain management, and integrations.
Team Members
Can edit website content and design. Limited access to advanced settings and integrations.
Analytics Integration
Add tracking code via Settings > Custom Code > Header:
<!-- Ucraft: Settings > Custom Code > Header Code -->
<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>
Ucraft also has a built-in Google Analytics integration under Settings > SEO > Google Analytics where you enter your Measurement ID directly.
Custom Roles
Ucraft does not support custom roles. Access is either account owner (full) or team member (limited).
Best Practices
- Use the built-in GA integration field for standard GA4 tracking
- Use Custom Code header for GTM or additional analytics platforms
- Enable two-factor authentication on the owner account
- Ucraft's built-in analytics provide basic visitor data -- evaluate before adding external tools
- On e-commerce plans, restrict team member access to content editing only