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

@ -22,11 +22,11 @@ References:
### analytics.js
ga('create', 'UA-XXXX-Y', 'auto');
ga('create', 'UA-XXXX-Y', { userId: 'USER_ID' });
ga('create', 'UA-XXXX-Y', 'auto');
ga('create', 'UA-XXXX-Y', { userId: 'USER_ID' });
ga('send', 'pageview');
ga('send', 'pageview', { 'dimension15': 'My custom dimension' );
ga('send', 'pageview');
ga('send', 'pageview', { 'dimension15': 'My custom dimension' });
Events: