Commit 8d43253fdc2421701ef673f947f8ca971b5f0815

Authored by Alex Savenko
1 parent 79afdb3d

ga tests

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/views/layouts/main.php
... ... @@ -104,6 +104,7 @@ $this->registerJs("
104 104  
105 105 ga('create', 'UA-75674711-1', 'auto');
106 106 ga('set', 'dimension1', 'author_name');
  107 + ga('set', 'dimension2', 'author_name');
107 108 ga('send', 'pageview');
108 109 </script>
109 110 <meta name="google-site-verification" content="nhtT875UmqvahUciPoVq1YGt2X-p0vqvi8t1NVM6Ul0" />
... ...