Commit ecfeb9c47281bc4d2b805e9b147b4eaa00f88fae
1 parent
1bf8792f
ga tests
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
frontend/views/articles/show.php
... | ... | @@ -11,6 +11,7 @@ $this->params['seo']['title'] = !empty($this->title) ?$this->title :$news->title |
11 | 11 | $this->registerMetaTag(['name' => 'description', 'content' => $news->meta_description]); |
12 | 12 | $this->registerJs(" |
13 | 13 | _gaq.push(['_setCustomVar',2,'Author','".$author."',3]); |
14 | + _gaq(['_trackPageview']); | |
14 | 15 | ", View::POS_END); |
15 | 16 | ?> |
16 | 17 | ... | ... |