Fix analytics page.

This commit is contained in:
Rico Sta. Cruz 2014-10-09 21:24:36 +08:00
parent dd94495c8c
commit 674d2c03b4
1 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ References:
ga('create', 'UA-XXXX-Y', { userId: 'USER_ID' });
ga('send', 'pageview');
ga('send', 'pageview', { 'dimension15': 'My custom dimension' );
ga('send', 'pageview', { 'dimension15': 'My custom dimension' });
Events: