📈 Semana 3 Dashboard

🔑 Métricas Clave

MétricaAnteriorActualCambio
CPC€8.0€2.4-70%
CTR0.8%1.9%+137%
ROAS1.2x2.8x+133%

📊 Evolución Semanal

<svg viewBox="0 0 500 200" class="w-full rounded-lg shadow-md block mx-auto" style="max-height: 200px; border: 1px solid #e5e7eb;">
  <!-- CPC Bar (verde) -->
  <rect x="50" y="120" width="80" height="80" fill="#10b981" rx="4"/>
  <text x="90" y="145" text-anchor="middle" fill="#fff" font-size="12" font-weight="bold">CPC</text>
  
  <!-- CTR Bar (azul) -->
  <rect x="150" y="70" width="80" height="130" fill="#3b82f6" rx="4"/>
  <text x="190" y="145" text-anchor="middle" fill="#fff" font-size="12" font-weight="bold">CTR</text>
  
  <!-- ROAS Bar (naranja) -->
  <rect x="250" y="40" width="80" height="160" fill="#f59e0b" rx="4"/>
  <text x="290" y="145" text-anchor="middle" fill="#fff" font-size="12" font-weight="bold">ROAS</text>
</svg>