Goal Info
Account Name: {{$account->account_name}}
Domain Name: {{$account->domain}}
Goal Name: {{$goal->goal_name}}
Start Date: {{ \Carbon\Carbon::parse($goal->goal_start_date)->format('j F, Y') }}
End Date: {{ \Carbon\Carbon::parse($goal->goal_end_date)->format('j F, Y') }}
Status: {{ $goal->goal_status == 1 ? "Active" : "Disabled" }}
Goal Type: {{$goal->goal_type}}
Goal Track: {{$goal->goal_track}}
Actions
Goal Recap Report
Top Referrers
Referrer URL | Count | Percentage |
---|---|---|
{{$data->goal_referrer}} | {{$data->ref_total}} | {{number_format((float)($data->ref_total / $report_sum * 100), 2, '.', '')}}% |
Top Visitor Locations
Visitor Location | Count | Percentage |
---|---|---|
{{$data->goal_city_name}} | {{$data->city_total}} | {{number_format((float)($data->city_total / $report_sum * 100), 2, '.', '')}}% |
Top Browsers
Browser | Count | Percentage |
---|---|---|
{{$data->goal_browser}} | {{$data->browser_total}} | {{number_format((float)($data->browser_total / $report_sum * 100), 2, '.', '')}}% |
Top Operating Systems
Operating System | Count | Percentage |
---|---|---|
{{$data->goal_operating_system}} | {{$data->os_total}} | {{number_format((float)($data->os_total / $report_sum * 100), 2, '.', '')}}% |