# | 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) }}% |
# | 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 }} |
# | 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 }} |