Commit 494f8aacff1cdfa400dd1987a54e9cf5c3958623

Authored by Alex Savenko
1 parent bf74af12

ga output

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/library/App/Controllers/GaController.php
... ... @@ -39,7 +39,7 @@ class GaController extends CrudResourceController {
39 39 $projects = Project::find(['user_id' => $user_id]);
40 40 foreach ($projects as $project) {
41 41 //$view_id = $project->ga_view_id;
42   - $view_id = 119240817;
  42 + $view_id = '119240817';
43 43 $result[] = $this->sendGaRequest($view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date);
44 44 }
45 45 }
... ...