@if(Auth::user()->role_id == 1) @endif @if(isset($totals) && count($admobReports) > 0) @endif @if(count($admobReports) === 0) @else @foreach ($admobReports as $r) @if(Auth::user()->role_id == 1) @endif @endforeach @endif
App Date estimated_ecpm observed_ecpm requests match_rate matched_requests show_rate impressions ctr clicksHành động
TỔNG - {{ number_format($totals->total_estimated_ecpm ?? 0, 2) }} {{ number_format($totals->avg_observed_ecpm ?? 0, 2) }} {{ number_format($totals->total_requests ?? 0) }} {{ number_format($totals->avg_match_rate ?? 0, 2) }}% {{ number_format($totals->total_matched_requests ?? 0) }} {{ number_format($totals->avg_show_rate ?? 0, 2) }}% {{ number_format($totals->total_impressions ?? 0) }} {{ number_format($totals->avg_ctr ?? 0, 2) }}% {{ number_format($totals->total_clicks ?? 0) }} -
Không có dữ liệu
{{ Str::limit($r->app->app_name ?? 'N/A', 50) ?? 'N/A' }} {{ optional($r->report_date)->format('Y-m-d') }} {{ $r->estimated_ecpm }} {{ $r->observed_ecpm }} {{ number_format($r->requests) }} {{ $r->match_rate }}% {{ number_format($r->matched_requests) }} {{ $r->show_rate }}% {{ number_format($r->impressions) }} {{ $r->ctr }}% {{ number_format($r->clicks) }}
@if(isset($admobReports) && method_exists($admobReports, 'links'))
{{ $admobReports->links('components.pagination') }}
@endif