@if(count($interests) > 0)
Behavior Name
Impressions
CPM
Reach
Clicks
CPC
CTR
Spend
Conversions
ROAS
Uses
@foreach($interests as $interest)
{{ $interest->interest_name }}
{{ $interest->impressions }}
{{ $interest->reach }}
{{ round($interest->cpm,2) }}
{{ $interest->clicks }}
{{ round($interest->cpc,2) }}
{{ round($interest->ctr,2) }}
{{ $interest->spend }}
{{ $interest->purchases ?? '-' }}
{{ $interest->roas ?? '-' }}
{{ $interest->ad_set_count }}
@endforeach @else
No interests used in this ad set
@endif