@extends('layouts.superadmin') @section('title', 'Experiments / A-B') @section('page-title', 'منظومة الذكاء (EES) - تجارب A/B (Experiments)') @section('content')
تحليل التجارب التي تسجلها في score_records بصيغة exp:experiment_key:variant_key — مثل: exp:welcome_msg:A و exp:welcome_msg:B.
كل صف يمثل Variant لتجربة معيّنة، مع عدد الأعضاء، الأحداث، والتحويلات.
| التجربة | Variant | عدد الأعضاء | عدد الأحداث | التحويلات | نسبة التحويل | مجموع النقاط | أول نشاط | آخر نشاط |
|---|---|---|---|---|---|---|---|---|
| {{ $expKey }} | {{ $varKey }} | {{ $users }} | {{ $events }} | {{ $conv }} | @if($users > 0) {{ $convRate }}% @else — @endif | {{ $points }} | {{ $firstDate }} | {{ $lastDate }} |