Hi I want to track how logo affects visitors behavior on the site. So i went to Admin-Property-Custom Definitions-Custom Dimensions. Added new custom dimension with Session scope. Then i added code to all pages of the site: ga('set', 'dimension2', "logo1.gif"); I set logo1 or logo2 randomly for each user so the code has logo1.gif or logo2.gif accordingly. When i check the report in GA for this dimension - there are only ~20 sessions for each logo per day. But there are more than 1000 sessions/day overall. What am i doing wrong? How to track this dimension for all sessions? Thanks