Metriques par page

Periode : {{ \Illuminate\Support\Carbon::parse($startDate)->format('d/m/Y') }} — {{ \Illuminate\Support\Carbon::parse($endDate)->format('d/m/Y') }} @if (! empty($pageReport['period_label'])) {{ $pageReport['period_label'] }} @endif

@if (count($pageReport['pages']) === 0)

Aucune metrique synchronisee. Selectionnez des pages ci-dessus puis lancez une synchronisation.

@else
@foreach ($pageReport['pages'] as $row) @php $page = $row['page']; $metrics = $row['metrics']; $comparison = $row['comparison'] ?? []; $searchHaystack = mb_strtolower(($page->page_name ?: '').' '.$page->page_id); @endphp @endforeach
Page Fans Abonnes Vues media Vues uniques Engagements Abonnes nets Interactions posts Derniere sync Action

{{ $page->page_name ?: $page->page_id }}

@if (! $row['has_insights'])

Token page manquant — reconnectez Meta.

@endif
{{ $page->fan_count !== null ? number_format($page->fan_count, 0, ',', ' ') : '-' }} {{ $page->followers_count !== null ? number_format($page->followers_count, 0, ',', ' ') : '-' }} {{ number_format($metrics['impressions'], 0, ',', ' ') }} @include('engagement-metrics.partials.change-badge', ['change' => $comparison['impressions']['change'] ?? null]) {{ number_format($metrics['engaged_users'], 0, ',', ' ') }} @include('engagement-metrics.partials.change-badge', ['change' => $comparison['engaged_users']['change'] ?? null]) {{ number_format($metrics['post_engagements'], 0, ',', ' ') }} @include('engagement-metrics.partials.change-badge', ['change' => $comparison['post_engagements']['change'] ?? null]) @php $netFollowers = $metrics['net_followers'] ?? (($metrics['new_followers'] ?? 0) - ($metrics['unfollows'] ?? 0)); @endphp $netFollowers < 0])>{{ number_format($netFollowers, 0, ',', ' ') }} @include('engagement-metrics.partials.change-badge', ['change' => $comparison['net_followers']['change'] ?? null]) {{ number_format($metrics['post_interactions'] ?? 0, 0, ',', ' ') }} {{ $page->last_synced_at?->format('d/m/Y H:i') ?: '-' }} Details
@endif