Web Analytics & Traffic Report

Monitor visitors, page views, bounce rate, session duration, and traffic sources in real-time

Export PDF
Unique Visitors
{{ number_format($metrics['visitors']) }}
Active users on website
Page Views
{{ number_format($metrics['pageViews']) }}
Avg. {{ $metrics['visitors'] > 0 ? round($metrics['pageViews'] / $metrics['visitors'], 1) : 0 }} views per visitor
Bounce Rate
{{ $metrics['bounceRate'] }}%
Single-page session percentage
Avg. Session Duration
{{ $metrics['avgSessionDuration'] }}
Total active time on site
Traffic Overview & Volume

Compare unique visitors and total page views over time

{{ $filter }} View
Traffic Sources

Understand where your audience originates

Traffic Sources Breakdown

Detailed metrics of user acquisition methods

@php $sourceLabels = [ 'direct' => 'Direct Traffic', 'searchengine' => 'Search Engine', 'social' => 'Social Media', 'referral' => 'Referrals', 'video' => 'Video Traffic', 'ad' => 'Paid Advertising' ]; @endphp @forelse($trafficSources as $src) @php $pct = $metrics['visitors'] > 0 ? round(($src['count'] / $metrics['visitors']) * 100, 1) : 0; $color = '#2563eb'; if($src['source'] == 'searchengine') $color = '#10b981'; if($src['source'] == 'social') $color = '#eab308'; if($src['source'] == 'referral') $color = '#a855f7'; if($src['source'] == 'video') $color = '#ef4444'; if($src['source'] == 'ad') $color = '#f97316'; @endphp @empty @endforelse
Acquisition Source Total Sessions Percentage Share
{{ $sourceLabels[$src['source']] ?? ucfirst($src['source']) }} {{ number_format($src['count']) }}
{{ $pct }}%
No traffic source data available
Top Referring Domains

Websites driving external referral traffic to your store

@forelse($topReferrers as $ref) @empty @endforelse
Referring Website Total Referrals
{{ $ref['host'] }}
{{ $ref['url'] }}
{{ number_format($ref['count']) }}
No referring domains logged for this period
@script @endscript