Spend total
{{ number_format((float) ($totals->spend ?? 0), 2, ',', ' ') }} $
{{ number_format(((float) ($totals->spend ?? 0)) * $usdToTndRate, 2, ',', ' ') }} TND
{{ $connection->ad_account_name }} ({{ $connection->ad_account_id }})
Spend total
{{ number_format((float) ($totals->spend ?? 0), 2, ',', ' ') }} $
{{ number_format(((float) ($totals->spend ?? 0)) * $usdToTndRate, 2, ',', ' ') }} TND
Impressions
{{ number_format((int) ($totals->impressions ?? 0), 0, ',', ' ') }}
Clicks
{{ number_format((int) ($totals->clicks ?? 0), 0, ',', ' ') }}
@if ($reportStartDate && $reportEndDate) Metriques calculees sur la periode selectionnee. Lancez une synchronisation pour mettre a jour les donnees journalieres. @else Metriques lifetime (sans filtre de dates). @endif
Aucune ad trouvee pour les publications selectionnees.
@endif @endif@if ($showInactive) Ads terminees ou en pause, de la plus recente a la plus ancienne. @else Ads en diffusion et en revision Meta (PENDING_REVIEW). Les ads terminees ou en pause sont masquees. @endif
| Statut | Campagne | Dépenses (lifetime) | Impressions (lifetime) | Clics (lifetime) | CPC | CPM | Résultats | Coût par résultat | Publication | Actions |
|---|---|---|---|---|---|---|---|---|---|---|
|
@php($statusLabel = $ad->displayStatusLabel())
$ad->isDelivering(),
'bg-sky-50 text-sky-700' => $ad->isPendingReview(),
'bg-amber-50 text-amber-700' => ! $ad->isDelivering() && ! $ad->isPendingReview() && $statusLabel === 'Terminee',
'bg-slate-100 text-slate-600' => ! $ad->isDelivering() && ! $ad->isPendingReview() && $statusLabel !== 'Terminee',
])>
{{ $statusLabel }}
@if ($ad->effective_status && $ad->effective_status !== 'ACTIVE')
Meta : {{ $ad->effective_status }} @elseif (! $ad->isDelivering() && $ad->effective_status === 'ACTIVE')Meta : ACTIVE @if ($ad->delivery_end_at) · fin {{ $ad->delivery_end_at->format('d/m/Y') }} @elseif ($ad->campaign_effective_status && strtoupper($ad->campaign_effective_status) !== 'ACTIVE') · campagne {{ $ad->campaign_effective_status }} @elseif ($ad->adset_effective_status && strtoupper($ad->adset_effective_status) !== 'ACTIVE') · ad set {{ $ad->adset_effective_status }} @endif @endif |
{{ $ad->ad_name ?: '-' }} {{ $ad->ad_id }} {{ $ad->campaign_name ?: '-' }} {{ $ad->campaign_id ?: '-' }} |
{{ number_format((float) ($ad->lifetime_spend ?? 0), 2, ',', ' ') }} $ {{ number_format(((float) ($ad->lifetime_spend ?? 0)) * $usdToTndRate, 2, ',', ' ') }} TND |
{{ number_format((int) ($ad->lifetime_impressions ?? 0), 0, ',', ' ') }} | {{ number_format((int) ($ad->lifetime_clicks ?? 0), 0, ',', ' ') }} |
{{ number_format((float) ($ad->lifetime_cpc ?? 0), 4, ',', ' ') }} $ {{ number_format(((float) ($ad->lifetime_cpc ?? 0)) * $usdToTndRate, 4, ',', ' ') }} TND |
{{ number_format((float) ($ad->lifetime_cpm ?? 0), 4, ',', ' ') }} $ {{ number_format(((float) ($ad->lifetime_cpm ?? 0)) * $usdToTndRate, 4, ',', ' ') }} TND |
{{ number_format((int) ($ad->lifetime_results ?? 0), 0, ',', ' ') }} |
{{ number_format((float) ($ad->lifetime_cost_per_result ?? 0), 4, ',', ' ') }} $ {{ number_format(((float) ($ad->lifetime_cost_per_result ?? 0)) * $usdToTndRate, 4, ',', ' ') }} TND |
@if ($ad->post_name)
{{ $ad->post_name }} {{ $ad->resultTypeLabel() }} @else Non configure @endif |
@include('integrations.meta.partials.ad-table-actions', [ 'connection' => $connection, 'ad' => $ad, 'destinationConnections' => $destinationConnections, 'redirectTo' => 'show', ]) |
| Aucune ad synchronisee pour ce compte. | ||||||||||