Saltar al contenido principal
5 min de lectura

Quick Start Guide

Get your website analytics up and running with Zenovay in under 5 minutes.

Configurar Zenovay Analytics toma menos de dos minutos y no requiere experiencia técnica. Los usuarios agregan un solo script de seguimiento JavaScript liviano a su sitio web — el script pesa menos de 5 KB gzipped, se carga de forma asíncrona y no afecta el rendimiento de la página. Una vez instalado, Zenovay comienza inmediatamente a rastrear páginas vistas, visitantes, fuentes de referencia e información de dispositivos en tiempo real en un panel interactivo con globo 3D. Para implementaciones conscientes de la privacidad, habilitar el modo de seguimiento sin cookies con un solo atributo de datos elimina la necesidad de banners de consentimiento de cookies mientras mantiene análisis de visitantes precisos mediante fingerprinting respetuoso con la privacidad.

Step 1: Create Your Account

Sign up for a free Zenovay account at auth.zenovay.com/signup.

Free tier includes: 1 website, 10,000 events/month, 1 year data retention

Step 2: Add Your Website

  1. Go to your dashboard
  2. Click "Add Website"
  3. Enter your domain name (e.g., example.com)
  4. Give your website a name
  5. Click "Create Website"

Step 3: Install the Tracking Script

Copy the tracking script and add it to your website's <head> section:

Add to your website's <head>HTML
<!-- Zenovay Analytics -->
<script defer
data-tracking-code="YOUR_TRACKING_CODE"
src="https://api.zenovay.com/z.js">
</script>

Replace YOUR_TRACKING_CODE with your actual tracking code from the dashboard.

Step 4: Verify Installation

  1. Visit your website in a new browser window
  2. Go back to your Zenovay dashboard
  3. You should see your visit appear on the 3D globe within a few seconds
Demo interactiva

Watch as visitors appear on your globe in real-time!

Platform-Specific Installation

WordPress Installation

  1. Go to your WordPress admin dashboard
  2. Navigate to Appearance > Theme Editor
  3. Select your active theme
  4. Edit the header.php file
  5. Add the tracking script before the closing </head> tag
WordPress header.phpPHP
<!-- Zenovay Analytics -->
<script defer
data-tracking-code="<?php echo esc_attr(get_option('zenovay_tracking_code')); ?>"
src="https://api.zenovay.com/z.js">
</script>
<?php wp_head(); ?>

Next Steps

Now that you're tracking visitors, explore these powerful features:

Troubleshooting

Not seeing data in your dashboard?
  1. Check your tracking code - Make sure it matches exactly from your dashboard
  2. Verify script loading - Open browser dev tools and check the Network tab
  3. Disable ad blockers - Some ad blockers might block analytics scripts
  4. Check console errors - Look for JavaScript errors in the browser console
  5. Wait a few minutes - Data can take 1-2 minutes to appear
Tracking code not working on HTTPS sites?

Make sure you're using the HTTPS version of our script:

<script defer data-tracking-code="YOUR_TRACKING_CODE" src="https://api.zenovay.com/z.js"></script>
Need help with a specific platform?

Check our detailed integration guides or contact our support team at [email protected].

Need Help?


Congratulations! You've successfully set up Zenovay Analytics. Your visitors should now appear on your dashboard's 3D globe in real-time!

¿Fue útil esta página?