{{ $campaign->name }}

{{ $channel->name }}

@switch($channel->type->value) @case('email') @break @case('social') @break @case('display') @break @default @endswitch {{ $channel->type->label() }} @if($channel->external_url) {{ $channel->external_url }} @endif

{{ __('Total Clics (historique)') }}

{{ number_format($totalClicksAllTime, 0, ',', ' ') }}

{{ __('Clics sur la période') }}

{{ number_format($totalClicks, 0, ',', ' ') }}

{{ __('Moyenne / jour') }}

{{ number_format($dailyAverage, 1, ',', ' ') }}

{{ __('Évolution des clics') }}

{{ __('Performance sur la période sélectionnée') }}

{{ __('Répartition géographique') }}

{{ __('Top pays par nombre de clics') }}

@if(count($countriesChartData['labels']) > 0)
@else

{{ __('Aucune donnée géographique disponible') }}

@endif
@script @endscript