Campaign Details

Campaign Name:
{{ $camps->campaign_name }}
Start Date:
{{ $camps->start_date ? \Carbon\Carbon::parse($camps->start_date)->format('d M Y') : 'N/A' }}
Funding Model:
{{ $camps->funding_model }}
Status:
{{ $camps->campaign_status }}
Daily Budget:
{{ $camps->daily_budget_value }} {{ $camps->daily_budget_currency }}
Targeting:
{{ $camps->campaign_targeting_type }}

Performance Metrics

@foreach ($camps->performanceMetrics->take(5) as $metrics) @endforeach
# Start Date End Date Impressions Clicks Cost Sales ROAS ACOS CPC (Cost Per Click) CTR (Click-Through Rate) CPI (Cost Per Impression) CVR (Conversion Rate)
{{ $loop->iteration }} {{ \Carbon\Carbon::parse($metrics->start_date)->format('d F Y') }} {{ \Carbon\Carbon::parse($metrics->end_date)->format('d F Y') }} {{ number_format($metrics->impressions) }} {{ number_format($metrics->clicks) }} ${{ number_format($metrics->cost, 2) }} {{ number_format($metrics->sales1d) }} {{ number_format($metrics->roas, 2) }} {{ number_format($metrics->acos, 2) }}% ${{ number_format($metrics->cpc, 2) }} {{ number_format($metrics->ctr, 2) }}% ${{ number_format($metrics->cpi, 2) }} {{ number_format($metrics->cvr, 2) }}%

Keywords List Sync Keywords

@foreach ($camps->keywords->take(5) as $keyword) @endforeach
# Keyword ID Keyword Text Ad Group ID Match Type Status Bid Value Bid Currency
{{ $loop->iteration }} {{ $keyword->keyword_id }} {{ $keyword->keyword_text }} {{ $keyword->ad_group_id }} {{ $keyword->match_type }} {{ $keyword->keyword_status }} {{ $keyword->bid_value }} {{ $keyword->bid_currency }}
{{-- {!! $keywords->links() !!} --}}

Ads Group List Sync Ad Group List

{{-- @dd($adGroups) --}} @foreach ($camps->adGroups->take(5) as $group) @endforeach
# Group ID Group Name Bid Value Bid Currency Status
{{ $loop->iteration }} {{ $group->ad_group_id }} {{ $group->name }} {{ $group->default_bid_value }} {{ $group->default_bid_currency }} {{ $group->ad_group_status }}
{{-- {!! $adGroups->links() !!} --}}