Fix analytics page.
This commit is contained in:
parent
dd94495c8c
commit
674d2c03b4
|
@ -26,7 +26,7 @@ References:
|
||||||
ga('create', 'UA-XXXX-Y', { userId: 'USER_ID' });
|
ga('create', 'UA-XXXX-Y', { userId: 'USER_ID' });
|
||||||
|
|
||||||
ga('send', 'pageview');
|
ga('send', 'pageview');
|
||||||
ga('send', 'pageview', { 'dimension15': 'My custom dimension' );
|
ga('send', 'pageview', { 'dimension15': 'My custom dimension' });
|
||||||
|
|
||||||
Events:
|
Events:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue