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 | 103 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
104 | 104 | |
105 | 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 | 107 | ga('send', 'pageview'); |
109 | 108 | </script> |
110 | 109 | <meta name="google-site-verification" content="nhtT875UmqvahUciPoVq1YGt2X-p0vqvi8t1NVM6Ul0" /> | ... | ... |