From 0b41d7633c184a321d8b83813695b32bdc49d7da Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 13:50:22 +0200 Subject: [PATCH] ga tests --- frontend/views/layouts/main.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index 46d9e12..c4d1218 100755 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -103,8 +103,7 @@ $this->registerJs(" })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-75674711-1', 'auto'); - ga('set', 'dimension1', 'author_name'); - ga('set', 'dimension2', 'author_name'); + ga('set', 'dimension1', 'custom value for dimension1'); ga('send', 'pageview'); -- libgit2 0.21.4