You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

514 lines
32 KiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Analytics Dashboard | Hyper - Responsive Bootstrap 4 Admin Dashboard</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description" />
<meta content="Coderthemes" name="author" />
<!-- App favicon -->
<link rel="shortcut icon" href="assets/images/favicon.ico">
<!-- third party css -->
<link href="assets/css/vendor/jquery-jvectormap-1.2.2.css" rel="stylesheet" type="text/css" />
<!-- third party css end -->
<!-- App css -->
<link href="assets/css/icons.min.css" rel="stylesheet" type="text/css" />
<link href="assets/css/app.min.css" rel="stylesheet" type="text/css" id="light-style" />
<link href="assets/css/app-dark.min.css" rel="stylesheet" type="text/css" id="dark-style" />
</head>
<body class="loading" data-layout-config='{"leftSideBarTheme":"dark","layoutBoxed":false, "leftSidebarCondensed":false, "leftSidebarScrollable":false,"darkMode":false, "showRightSidebarOnStart": true}'>
<!-- Begin page -->
<div class="wrapper">
@@include('./partials/left-sidebar.html')
<!-- ============================================================== -->
<!-- Start Page Content here -->
<!-- ============================================================== -->
<div class="content-page">
<div class="content">
@@include('./partials/topbar.html')
<!-- Start Content-->
<div class="container-fluid">
<!-- start page title -->
<div class="row">
<div class="col-12">
<div class="page-title-box">
<div class="page-title-right">
<form class="form-inline">
<div class="form-group">
<div class="input-group">
<input type="text" class="form-control form-control-light" id="dash-daterange">
<div class="input-group-append">
<span class="input-group-text bg-primary border-primary text-white">
<i class="mdi mdi-calendar-range font-13"></i>
</span>
</div>
</div>
</div>
<a href="javascript: void(0);" class="btn btn-primary ml-2">
<i class="mdi mdi-autorenew"></i>
</a>
</form>
</div>
<h4 class="page-title">Analytics</h4>
</div>
</div>
</div>
<!-- end page title -->
<div class="row">
<div class="col-xl-3 col-lg-4">
<div class="card tilebox-one">
<div class="card-body">
<i class='uil uil-users-alt float-right'></i>
<h6 class="text-uppercase mt-0">Active Users</h6>
<h2 class="my-2" id="active-users-count">121</h2>
<p class="mb-0 text-muted">
<span class="text-success mr-2"><span class="mdi mdi-arrow-up-bold"></span> 5.27%</span>
<span class="text-nowrap">Since last month</span>
</p>
</div> <!-- end card-body-->
</div>
<!--end card-->
<div class="card tilebox-one">
<div class="card-body">
<i class='uil uil-window-restore float-right'></i>
<h6 class="text-uppercase mt-0">Views per minute</h6>
<h2 class="my-2" id="active-views-count">560</h2>
<p class="mb-0 text-muted">
<span class="text-danger mr-2"><span class="mdi mdi-arrow-down-bold"></span> 1.08%</span>
<span class="text-nowrap">Since previous week</span>
</p>
</div> <!-- end card-body-->
</div>
<!--end card-->
<div class="card cta-box overflow-hidden">
<div class="card-body">
<div class="media align-items-center">
<div class="media-body">
<h3 class="m-0 font-weight-normal cta-box-title">Enhance your <b>Campaign</b> for better outreach <i class="mdi mdi-arrow-right"></i></h3>
</div>
<img class="ml-3" src="assets/images/email-campaign.svg" width="92" alt="Generic placeholder image">
</div>
</div>
<!-- end card-body -->
</div>
</div> <!-- end col -->
<div class="col-xl-9 col-lg-8">
<div class="card">
<div class="card-body">
<div class="alert alert-warning alert-dismissible fade show mb-3" role="alert">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">&times;</span>
</button>
Property HY1xx is not receiving hits. Either your site is not receiving any sessions or it is not tagged correctly.
</div>
<ul class="nav float-right d-none d-lg-flex">
<li class="nav-item">
<a class="nav-link text-muted" href="#">Today</a>
</li>
<li class="nav-item">
<a class="nav-link text-muted" href="#">7d</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">15d</a>
</li>
<li class="nav-item">
<a class="nav-link text-muted" href="#">1m</a>
</li>
<li class="nav-item">
<a class="nav-link text-muted" href="#">1y</a>
</li>
</ul>
<h4 class="header-title mb-3">Sessions Overview</h4>
<div id="sessions-overview" class="apex-charts mt-3" data-colors="#0acf97"></div>
</div> <!-- end card-body-->
</div> <!-- end card-->
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
<div class="dropdown float-right">
<a href="#" class="dropdown-toggle arrow-none card-drop"
data-toggle="dropdown" aria-expanded="false">
<i class="mdi mdi-dots-vertical"></i>
</a>
<div class="dropdown-menu dropdown-menu-right">
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item">Refresh Report</a>
<!-- item-->
<a href="javascript:void(0);" class="dropdown-item">Export Report</a>
</div>
</div>
<h4 class="header-title">Sessions by country</h4>
<div class="row">
<div class="col-lg-8">
<div id="world-map-markers" class="mt-3 mb-3" style="height: 300px">
</div>
</div>
<div class="col-lg-4">
<div id="country-chart" class="apex-charts" data-colors="#727cf5"></div>
</div>
</div>
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
</div>
<!-- end row -->
<div class="row">
<div class="col-xl-4 col-lg-12">
<div class="card">
<div class="card-body">
<div class="dropdown float-right">
<a href="#" class="dropdown-toggle arrow-none card-drop p-0"
data-toggle="dropdown" aria-expanded="false">
<i class="mdi mdi-dots-vertical"></i>
</a>
<div class="dropdown-menu dropdown-menu-right">
<a href="javascript:void(0);" class="dropdown-item">Refresh Report</a>
<a href="javascript:void(0);" class="dropdown-item">Export Report</a>
</div>
</div>
<h4 class="header-title">Views Per Minute</h4>
<div id="views-min" class="apex-charts mt-2" data-colors="#0acf97"></div>
<div class="table-responsive mt-3">
<table class="table table-sm mb-0 font-13">
<thead>
<tr>
<th>Page</th>
<th>Views</th>
<th>Bounce Rate</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="javascript:void(0);" class="text-muted">/hyper/dashboard-analytics</a>
</td>
<td>25</td>
<td>87.5%</td>
</tr>
<tr>
<td>
<a href="javascript:void(0);" class="text-muted">/hyper/dashboard-crm</a>
</td>
<td>15</td>
<td>21.48%</td>
</tr>
<tr>
<td>
<a href="javascript:void(0);" class="text-muted">/ubold/dashboard</a>
</td>
<td>10</td>
<td>63.59%</td>
</tr>
<tr>
<td>
<a href="javascript:void(0);" class="text-muted">/minton/home</a>
</td>
<td>7</td>
<td>56.12%</td>
</tr>
</tbody>
</table>
</div>
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
<div class="col-xl-4 col-lg-6">
<div class="card">
<div class="card-body">
<div class="dropdown float-right">
<a href="#" class="dropdown-toggle arrow-none card-drop p-0"
data-toggle="dropdown" aria-expanded="false">
<i class="mdi mdi-dots-vertical"></i>
</a>
<div class="dropdown-menu dropdown-menu-right">
<a href="javascript:void(0);" class="dropdown-item">Refresh Report</a>
<a href="javascript:void(0);" class="dropdown-item">Export Report</a>
</div>
</div>
<h4 class="header-title">Sessions by Browser</h4>
<div id="sessions-browser" class="apex-charts mt-3" data-colors="#727cf5"></div>
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
<div class="col-xl-4 col-lg-6">
<div class="card">
<div class="card-body">
<div class="dropdown float-right">
<a href="#" class="dropdown-toggle arrow-none card-drop p-0"
data-toggle="dropdown" aria-expanded="false">
<i class="mdi mdi-dots-vertical"></i>
</a>
<div class="dropdown-menu dropdown-menu-right">
<a href="javascript:void(0);" class="dropdown-item">Refresh Report</a>
<a href="javascript:void(0);" class="dropdown-item">Export Report</a>
</div>
</div>
<h4 class="header-title">Sessions by Operating System</h4>
<div id="sessions-os" class="apex-charts mt-3" data-colors="#727cf5,#0acf97,#fa5c7c,#ffbc00"></div>
<div class="row text-center mt-2">
<div class="col-6">
<h4 class="font-weight-normal">
<span>6,510</span>
</h4>
<p class="text-muted mb-0">Online System</p>
</div>
<div class="col-6">
<h4 class="font-weight-normal">
<span>2,031</span>
</h4>
<p class="text-muted mb-0">Offline System</p>
</div>
</div>
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
</div>
<!-- end row -->
<div class="row">
<div class="col-xl-4 col-lg-6">
<div class="card">
<div class="card-body">
<a href="" class="p-0 float-right mb-3">Export <i class="mdi mdi-download ml-1"></i></a>
<h4 class="header-title mt-1">Channels</h4>
<div class="table-responsive">
<table class="table table-sm table-centered mb-0 font-14">
<thead class="thead-light">
<tr>
<th>Channel</th>
<th>Visits</th>
<th style="width: 40%;"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Direct</td>
<td>2,050</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar" role="progressbar"
style="width: 65%; height: 20px;" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<td>Organic Search</td>
<td>1,405</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-info" role="progressbar"
style="width: 45%; height: 20px;" aria-valuenow="45"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<td>Refferal</td>
<td>750</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-warning" role="progressbar"
style="width: 30%; height: 20px;" aria-valuenow="30"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<td>Social</td>
<td>540</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar bg-danger" role="progressbar"
style="width: 25%; height: 20px;" aria-valuenow="25"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
</tbody>
</table>
</div> <!-- end table-responsive-->
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
<div class="col-xl-4 col-lg-6">
<div class="card">
<div class="card-body">
<a href="" class="p-0 float-right mb-3">Export <i class="mdi mdi-download ml-1"></i></a>
<h4 class="header-title mt-1">Social Media Traffic</h4>
<div class="table-responsive">
<table class="table table-sm table-centered mb-0 font-14">
<thead class="thead-light">
<tr>
<th>Network</th>
<th>Visits</th>
<th style="width: 40%;"></th>
</tr>
</thead>
<tbody>
<tr>
<td>Facebook</td>
<td>2,250</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar" role="progressbar"
style="width: 65%; height: 20px;" aria-valuenow="65"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<td>Instagram</td>
<td>1,501</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar" role="progressbar"
style="width: 45%; height: 20px;" aria-valuenow="45"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<td>Twitter</td>
<td>750</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar" role="progressbar"
style="width: 30%; height: 20px;" aria-valuenow="30"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
<tr>
<td>LinkedIn</td>
<td>540</td>
<td>
<div class="progress" style="height: 3px;">
<div class="progress-bar" role="progressbar"
style="width: 25%; height: 20px;" aria-valuenow="25"
aria-valuemin="0" aria-valuemax="100"></div>
</div>
</td>
</tr>
</tbody>
</table>
</div> <!-- end table-responsive-->
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
<div class="col-xl-4 col-lg-12">
<div class="card">
<div class="card-body">
<a href="" class="p-0 float-right mb-3">Export <i class="mdi mdi-download ml-1"></i></a>
<h4 class="header-title mt-1">Engagement Overview</h4>
<div class="table-responsive">
<table class="table table-sm table-centered mb-0 font-14">
<thead class="thead-light">
<tr>
<th>Duration (Secs)</th>
<th style="width: 30%;">Sessions</th>
<th style="width: 30%;">Views</th>
</tr>
</thead>
<tbody>
<tr>
<td>0-30</td>
<td>2,250</td>
<td>4,250</td>
</tr>
<tr>
<td>31-60</td>
<td>1,501</td>
<td>2,050</td>
</tr>
<tr>
<td>61-120</td>
<td>750</td>
<td>1,600</td>
</tr>
<tr>
<td>121-240</td>
<td>540</td>
<td>1,040</td>
</tr>
</tbody>
</table>
</div> <!-- end table-responsive-->
</div> <!-- end card-body-->
</div> <!-- end card-->
</div> <!-- end col-->
</div>
<!-- end row -->
</div>
<!-- container -->
</div>
<!-- content -->
@@include('./partials/footer.html')
</div>
<!-- ============================================================== -->
<!-- End Page content -->
<!-- ============================================================== -->
</div>
<!-- END wrapper -->
@@include('./partials/right-sidebar.html')
<!-- bundle -->
<script src="assets/js/vendor.min.js"></script>
<script src="assets/js/app.min.js"></script>
<!-- third party js -->
<!-- <script src="assets/js/vendor/Chart.bundle.min.js"></script> -->
<script src="assets/js/vendor/apexcharts.min.js"></script>
<script src="assets/js/vendor/jquery-jvectormap-1.2.2.min.js"></script>
<script src="assets/js/vendor/jquery-jvectormap-world-mill-en.js"></script>
<!-- third party js ends -->
<!-- demo app -->
<script src="assets/js/pages/demo.dashboard-analytics.js"></script>
<!-- end demo js-->
</body>
</html>