|
@@ -74,7 +74,7 @@ class IndexController extends Controller
|
|
|
}
|
|
|
public function addSource($data,$store){
|
|
|
$i=1;
|
|
|
- $limit=500;
|
|
|
+ $limit=1000;
|
|
|
$modelKey=[
|
|
|
'date',
|
|
|
'store',
|
|
@@ -106,7 +106,7 @@ class IndexController extends Controller
|
|
|
$v['keyword']!=="(not set)"?$v['keyword']:"",
|
|
|
$v['socialNetwork']!=="(not set)"?$v['socialNetwork']:"",
|
|
|
$v['users'],
|
|
|
- $v['uniquePageviews'],
|
|
|
+ $v['newUsers'],
|
|
|
$v['sessions'],
|
|
|
$v['bounceRate'],
|
|
|
$v['pageviewsPerSession'],
|