Fix analytics page.
This commit is contained in:
parent
dd94495c8c
commit
674d2c03b4
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue