Commit 79afdb3d7cd5385f231290dc4a0bb664ab180d74

Authored by Alex Savenko
1 parent 2539a19b

ga tests

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -103,7 +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', 'author', 'author');
  106 + ga('set', 'dimension1', 'author_name');
107 107 ga('send', 'pageview');
108 108 </script>
109 109 <meta name="google-site-verification" content="nhtT875UmqvahUciPoVq1YGt2X-p0vqvi8t1NVM6Ul0" />
... ...