From 494f8aacff1cdfa400dd1987a54e9cf5c3958623 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 17 Feb 2017 22:10:38 +0200 Subject: [PATCH] ga output --- app/library/App/Controllers/GaController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/library/App/Controllers/GaController.php b/app/library/App/Controllers/GaController.php index fd5efcc..86a9d87 100644 --- a/app/library/App/Controllers/GaController.php +++ b/app/library/App/Controllers/GaController.php @@ -39,7 +39,7 @@ class GaController extends CrudResourceController { $projects = Project::find(['user_id' => $user_id]); foreach ($projects as $project) { //$view_id = $project->ga_view_id; - $view_id = 119240817; + $view_id = '119240817'; $result[] = $this->sendGaRequest($view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date); } } -- libgit2 0.21.4