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