Yola Roles and Permissions Guide | OpsBlu Docs

Yola Roles and Permissions Guide

Yola website builder access control -- single-owner model, site management, and analytics integration.

Yola is a website builder with a single-owner account model. Each account can manage multiple sites.

Permission Model

Access Level Edit Sites Domain Management Billing Custom Code Publishing
Account Owner Yes Yes Yes Yes (Premium) Yes

Yola does not support team collaboration or multiple user roles. The account owner has full control.

Analytics Integration

Add tracking via the site editor's HTML widget or site settings:

<!-- Yola: Use an HTML widget or Site Settings > Tracking Code -->
<!-- Add to every page via the site-wide 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>

Yola may also offer a Google Analytics integration field in Site Settings > SEO.

Custom Roles

Yola does not support custom roles or team collaboration.

Best Practices

  1. Use the built-in tracking code field when available
  2. For Premium plans, use the custom HTML header for GTM or additional analytics
  3. Yola provides basic built-in analytics -- use as a baseline before adding external tools
  4. Secure the account with a strong password since there are no per-site permission controls
  5. If managing multiple sites, track which sites have analytics configured