From 79afdb3d7cd5385f231290dc4a0bb664ab180d74 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 13 Feb 2017 19:46:01 +0200 Subject: [PATCH] ga tests --- frontend/views/layouts/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index cf00acf..2634e07 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -103,7 +103,7 @@ $this->registerJs(" })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-75674711-1', 'auto'); - ga('set', 'author', 'author'); + ga('set', 'dimension1', 'author_name'); ga('send', 'pageview'); -- libgit2 0.21.4