All Reports

Sync Reports
@foreach ($processedData as $row) {{-- --}} @endforeach
Task ID Report Name Status Date From Date To Expected Completion Date Report URL
{{ $row->task_id }} {{ $row->report_name ?? 'Report Inprogress' }} {{ $row->status }} {{ \Carbon\Carbon::parse($row->date_from)->format('d M Y') }} {{ \Carbon\Carbon::parse($row->date_to)->format('d M Y') }} {{ \Carbon\Carbon::parse($row->expected_completion_date)->format('d M Y') }} {{-- View Report --}} @if($row->status == 'SUCCESS') @endif {{ $row['Ad group name'] }} {{ $row['Ad group ID'] }} {{ $row['Item ID'] }} {{ $row['Title'] }} {{ $row['Price (current or last price)'] }} {{ $row['Quantity available'] }} {{ $row['Listing start date'] }} {{ $row['Listing end date'] }} {{ $row['Total sold quantity'] }} {{ $row['Impressions'] }} {{ $row['Clicks'] }} {{ $row['CTR'] }} {{ $row['Sold quantity'] }} {{ $row['Ad fees (excl. VAT)'] }} {{ $row['Sales'] }} {{ $row['Conversion rate (Sold quantity/Clicks)'] }} {{ $row['Return on ad spend (Sales/Ad fees (excl. VAT))'] }} {{ $row['Average cost per sale'] }} {{ $row['Average cost per click'] }}