@php($usdToTndRate = 4)

Details de l'ad Meta

{{ $connection->ad_account_name }} ({{ $connection->ad_account_id }})

Retour aux ads

Identification

Nom de l'ad
{{ $ad->ad_name ?: '-' }}
Ad ID
{{ $ad->ad_id }}
Statut
{{ $ad->effective_status ?: ($ad->ad_status ?: '-') }}
Derniere mise a jour locale
{{ $ad->updated_at?->format('d/m/Y H:i') ?? '-' }}

Structure de diffusion

Campagne
{{ $ad->campaign_name ?: '-' }}
{{ $ad->campaign_id ?: '-' }}
Ad set
{{ $ad->adset_name ?: '-' }}
{{ $ad->adset_id ?: '-' }}

Page liee a l'ad

La page est lue depuis le creative (object story spec) quand Meta la fournit.

Nom de la page
{{ $ad->page_name ?: '-' }}
Page ID
{{ $ad->page_id ?: '-' }}
Instagram Actor ID
{{ $ad->instagram_actor_id ?: '-' }}

Metriques lifetime

Cumuls lifetime recuperees depuis l'endpoint insights (niveau ad).

Spend
{{ number_format((float) ($ad->lifetime_spend ?? 0), 2, ',', ' ') }} $
{{ number_format(((float) ($ad->lifetime_spend ?? 0)) * $usdToTndRate, 2, ',', ' ') }} TND
Impressions
{{ number_format((int) ($ad->lifetime_impressions ?? 0), 0, ',', ' ') }}
Clicks
{{ number_format((int) ($ad->lifetime_clicks ?? 0), 0, ',', ' ') }}
CPC
{{ number_format((float) ($ad->lifetime_cpc ?? 0), 4, ',', ' ') }} $
{{ number_format(((float) ($ad->lifetime_cpc ?? 0)) * $usdToTndRate, 4, ',', ' ') }} TND
CTR
{{ number_format((float) ($ad->lifetime_ctr ?? 0), 4, ',', ' ') }}%
CPM
{{ number_format((float) ($ad->lifetime_cpm ?? 0), 4, ',', ' ') }} $
{{ number_format(((float) ($ad->lifetime_cpm ?? 0)) * $usdToTndRate, 4, ',', ' ') }} TND