Your Insights for the past 30 days
@foreach ($insights['summary'] as $summary_title => $summary_value)
@if ($ctr === 1)
@endif
@endforeach
@if ($ctr === 1)
GMB statistics are not available for the above dates.
@endif
-
Direct Search Customers who find your listing searching for your business name or address.
-
Discovered through keywords Customers who find your listing searching for a category, product, or service.
@php $total = $insights['summary']['QUERIES_INDIRECT'] + $insights['summary']['QUERIES_DIRECT'];
$queries_indirect_p = ($insights['summary']['QUERIES_INDIRECT']/$total)*100;
$queries_direct_p = ($insights['summary']['QUERIES_DIRECT']/$total)*100;
@endphp
-
{{@$insights['summary']['QUERIES_DIRECT']}}
({{round($queries_direct_p,2)}}% of total)
-
{{@$insights['summary']['QUERIES_INDIRECT']}}
({{round($queries_indirect_p,2)}}% of total)
-
Total Views
{{$insights['search_views_daily_total'] + $insights['maps_views_daily_total']}}
-
Listing Search
{{$insights['search_views_daily_total']}}
-
Listing Maps
{{$insights['maps_views_daily_total']}}
-
Visit your website
{{$insights['website_daily_total']}}
-
Request directions
{{$insights['driving_daily_total']}}
-
Call you
{{$insights['phone_daily_total']}}
@if (isset($reviews->reviews))
@foreach($reviews->reviews as $review)
@if(isset($review->comment) && $review->comment != '')
-
@endif
@endforeach
@else
@include('no_data', [
'nd_title' => 'No Reviews',
'nd_subtitle' => 'No reviews found for this Business.'
])
@endif
@if(isset($local_posts->localPosts))
@foreach($local_posts->localPosts as $post)
{{date('F d, Y', strtotime(@$post->createTime))}}
{{@$post->summary}}
@endforeach
@else
@include('no_data', [
'nd_title' => 'No Local Posts',
'nd_subtitle' => 'No local posts found for this Business.'
])
@endif
@if(isset($questions->questions))
@foreach ($questions->questions as $question)
@endforeach
@else
@include('no_data', [
'nd_title' => 'No Q&A data',
'nd_subtitle' => 'No Q&A data found for this Business.'
])
@endif