Commit 0b41d7633c184a321d8b83813695b32bdc49d7da
1 parent
8d43253f
ga tests
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
frontend/views/layouts/main.php
@@ -103,8 +103,7 @@ $this->registerJs(" | @@ -103,8 +103,7 @@ $this->registerJs(" | ||
103 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); | 103 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
104 | 104 | ||
105 | ga('create', 'UA-75674711-1', 'auto'); | 105 | ga('create', 'UA-75674711-1', 'auto'); |
106 | - ga('set', 'dimension1', 'author_name'); | ||
107 | - ga('set', 'dimension2', 'author_name'); | 106 | + ga('set', 'dimension1', 'custom value for dimension1'); |
108 | ga('send', 'pageview'); | 107 | ga('send', 'pageview'); |
109 | </script> | 108 | </script> |
110 | <meta name="google-site-verification" content="nhtT875UmqvahUciPoVq1YGt2X-p0vqvi8t1NVM6Ul0" /> | 109 | <meta name="google-site-verification" content="nhtT875UmqvahUciPoVq1YGt2X-p0vqvi8t1NVM6Ul0" /> |