Commit d1032ef0f57863c8b7d4ae9ec0f4c84b31ec85e1
1 parent
de9cf95a
ga output
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Controllers/GaController.php
... | ... | @@ -41,6 +41,7 @@ class GaController extends CrudResourceController { |
41 | 41 | $projects = Project::find(['user_id' => $user_id]); |
42 | 42 | foreach ($projects as $project) { |
43 | 43 | $view_id = (string)$project->ga_view_id; |
44 | + die($view_id); | |
44 | 45 | $result[] = $this->sendGaRequest($project->name, $view_id, $get_metrics, $get_dimensions, $get_start_date, $get_end_date, $chart); |
45 | 46 | } |
46 | 47 | } | ... | ... |