Ucraft Roles and Permissions Guide | OpsBlu Docs

Ucraft Roles and Permissions Guide

Ucraft website builder team access -- account owner, team members, and custom code permissions for analytics.

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

  1. Use the built-in GA integration field for standard GA4 tracking
  2. Use Custom Code header for GTM or additional analytics platforms
  3. Enable two-factor authentication on the owner account
  4. Ucraft's built-in analytics provide basic visitor data -- evaluate before adding external tools
  5. On e-commerce plans, restrict team member access to content editing only