Story Performance

Facebook Story click tracking for FilmFlicks
Total Stories {{ $totalStories }}
Total Clicks {{ $totalClicks }}
Best Story {{ $topStory ? $topStory->clicks : 0 }} clicks
@if($storyLinks->count())
@foreach($storyLinks as $story) @php $oneHour = $story->performanceSnapshots->firstWhere('checkpoint', '1h'); $sixHours = $story->performanceSnapshots->firstWhere('checkpoint', '6h'); $twentyFourHours = $story->performanceSnapshots->firstWhere('checkpoint', '24h'); @endphp @endforeach
Title Facebook Page 1 Hour 6 Hours 24 Hours Winner Score Total Clicks Posted Tracking Link Action
{{ $story->article_title }} {{ $story->facebook_page ?: 'Not assigned' }} @if($oneHour) {{ $oneHour->clicks }} @else Pending @endif @if($sixHours) {{ $sixHours->clicks }} @else Pending @endif @if($twentyFourHours) {{ $twentyFourHours->clicks }} @else Pending @endif {{ number_format($story->winner_score) }} {{ number_format($story->clicks) }} {{ $story->posted_at ?: $story->created_at }} {{ url('/go/' . $story->code) }} @if (is_null($story->posted_at))
@csrf
@else Tracking Active @endif
@else
No Story tracking data yet. New tracked Story links will appear here automatically.
@endif