@extends('layouts.app') @section('content')
線上人數

{{$realtime}}

搜尋總數

{{$totalTracking}}

口碑搜尋排行榜
@for ($x = 0; $x < count($ranktop100searches); $x++) @endfor
關鍵字 被搜尋次數
關鍵字 被搜尋次數
{{ $ranktop100searches[$x]->Keyword }} {{ $ranktop100searches[$x]->total }}
口碑搜尋字詞紀錄
@for ($x = 0; $x < count($top100searches); $x++) @endfor
IP 關鍵字 來自頁面 時間
IP 關鍵字 來自頁面 時間
{{ $top100searches[$x]->IP }} {{ $top100searches[$x]->Keyword }} {{ $top100searches[$x]->FromPage }} {{ $top100searches[$x]->created_at }}
線上人數

{{$realtime}}

搜尋總數

{{$totalDVTracking}}

每日調查、網路爆紅搜尋排行榜
@for ($x = 0; $x < count($rankDVsearches); $x++) @endfor
關鍵字 被搜尋次數
關鍵字 被搜尋次數
{{ $rankDVsearches[$x]->Keyword }} {{ $rankDVsearches[$x]->total }}
每日調查、網路爆紅搜尋字詞紀錄
@for ($x = 0; $x < count($dvsearches); $x++) @endfor
IP 關鍵字 來自頁面 時間
IP 關鍵字 來自頁面 時間
{{ $dvsearches[$x]->IP }} {{ $dvsearches[$x]->Keyword }} {{ $dvsearches[$x]->refer }} {{ $dvsearches[$x]->created_at }}
Alexa排名(最後更新時間 {{$alexarank_all[count($alexarank_all)-1]->date." Am 8:00" }} )

{{$alexarank_all[count($alexarank_all)-1]->rank}}

粉專讚數(最後更新時間 {{$alexarank_all[count($alexarank_all)-1]->date." Am 8:00" }} )

{{$fblikes_all[count($fblikes_all)-1]->likes}}

目前線上人數

{{$realtime}}

今日DV
今日瀏覽量

{{$usersandpageviews["rows"][0]["ga:pageviews"]}}

使用者

{{$usersandpageviews["rows"][0]["ga:visits"]}}

跳出率

{{ round($usersandpageviews["rows"][0]["ga:visitBounceRate"])."%" }}

平均停留時間

{{ round($usersandpageviews["rows"][0]["ga:avgTimeOnSite"])."s" }}

瀏覽量、Alexa、FacebookLikes 歷史比較
升降指數計算方式 = 當日數據/總體平均
Alexa、FacebookLikes 趨勢變化
@for ($x = 0; $x < count($alexarank_all); $x++) @endfor
date Alexa Facebook pageViews
date Alexa Facebook pageViews
@if(isset($alexarank_all[$x]->date)) {{ $alexarank_all[$x]->date }} @endif @if(isset($alexarank_all[$x]->rank)) {{ $alexarank_all[$x]->rank }} @endif @if(!empty($fblikes_all[$x]->likes)) {{ $fblikes_all[$x]->likes }} @endif @if(isset($thismonth['rows'][$x]["ga:pageviews"])) {{ $thismonth['rows'][$x]["ga:pageviews"] }} @endif
@endsection @section("footer") @endsection