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, ',', ' ') }}
| Campagne | Derniere date | Spend | Impressions | Clicks |
|---|---|---|---|---|
| {{ $campaign->campaign_name }} | {{ \Illuminate\Support\Carbon::parse($campaign->last_date)->format('d/m/Y') }} |
{{ number_format((float) $campaign->spend, 2, ',', ' ') }} $ {{ number_format(((float) $campaign->spend) * $usdToTndRate, 2, ',', ' ') }} TND |
{{ number_format((int) $campaign->impressions, 0, ',', ' ') }} | {{ number_format((int) $campaign->clicks, 0, ',', ' ') }} |
| Aucune metrique synchronisee pour ce compte. | ||||
Liste des ads avec campagne, ad set et page liee quand disponible depuis Meta.
| Ad | Statut | Campagne | Ad set | Page | Spend (lifetime) | Impressions (lifetime) | Clicks (lifetime) | Details |
|---|---|---|---|---|---|---|---|---|
|
{{ $ad->ad_name ?: '-' }} {{ $ad->ad_id }} |
{{ $ad->effective_status ?: ($ad->ad_status ?: '-') }} |
{{ $ad->campaign_name ?: '-' }} {{ $ad->campaign_id ?: '-' }} |
{{ $ad->adset_name ?: '-' }} {{ $ad->adset_id ?: '-' }} |
{{ $ad->page_name ?: '-' }} {{ $ad->page_id ?: ($ad->instagram_actor_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, ',', ' ') }} | Ouvrir |
| Aucune ad synchronisee pour ce compte. | ||||||||