| Creativo | Nombre / UTMs | Fechas | Registros | Acciones |
|---|---|---|---|---|
|
@if($utm['creative'] && $utm['creative']->creative_url)
@if($utm['creative']->creative_type === 'video')
@else
|
@if($utm['creative'] && $utm['creative']->friendly_name)
{{ $utm['creative']->friendly_name }}
@endif
@if($utm['utm_source'])
{{ $utm['utm_source'] }}
@endif
@if($utm['utm_medium'])
{{ $utm['utm_medium'] }}
@endif
@if($utm['utm_campaign'])
{{ $utm['utm_campaign'] }}
@endif
@if($utm['utm_term'])
{{ $utm['utm_term'] }}
@endif
@if($utm['utm_content'])
{{ $utm['utm_content'] }}
@endif
@if($utm['creative'] && $utm['creative']->notes)
{{ Str::limit($utm['creative']->notes, 50) }}
@endif
|
{{ $utm['first_seen']->format('d/m/Y') }}
@if($utm['first_seen']->format('Y-m-d') !== $utm['last_seen']->format('Y-m-d'))
{{ $utm['last_seen']->format('d/m/Y') }} @endif |
{{ $utm['count'] }} |
|
| No se encontraron registros con UTMs @if($searchSource || $searchMedium || $searchCampaign) @endif | ||||