American Plastics

Web Analytics & Traffic Performance Report

{{ \Carbon\Carbon::parse($start_date)->format('M d, Y') }} - {{ \Carbon\Carbon::parse($end_date)->format('M d, Y') }}

Generated: {{ now()->format('Y-m-d H:i:s') }}

{{ number_format($visitors) }}
Unique Visitors
{{ number_format($page_views) }}
Page Views
{{ $bounce_rate }}%
Bounce Rate
{{ $avg_duration }}
Avg. Duration
Traffic Sources Breakdown
@php $sourceLabels = [ 'direct' => 'Direct Traffic', 'searchengine' => 'Search Engine', 'social' => 'Social Media', 'referral' => 'Referrals', 'video' => 'Video Traffic', 'ad' => 'Paid Advertising' ]; @endphp @forelse($traffic_sources as $src) @php $pct = $visitors > 0 ? round(($src->count / $visitors) * 100, 1) : 0; @endphp @empty @endforelse
Source Sessions Share
{{ $sourceLabels[$src->source] ?? ucfirst($src->source) }} {{ number_format($src->count) }} {{ $pct }}%
No traffic source data available
Top Referring Domains
@forelse($top_referrers as $ref) @empty @endforelse
Referring Website Referrals
{{ $ref['host'] }} {{ number_format($ref['count']) }}
No referral traffic logged
Traffic Timeline Overview ({{ ucfirst($filter) }})
@forelse($timeline->take(15) as $item) @empty @endforelse @if($timeline->count() > 15) @endif
Date / Period Unique Visitors Page Views Views per Visitor
{{ $item['label'] }} {{ number_format($item['visitors']) }} {{ number_format($item['page_views']) }} {{ $item['visitors'] > 0 ? round($item['page_views'] / $item['visitors'], 1) : 0 }}
No timeline data available
Showing top 15 records. Download full report for complete set.