mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-10 15:15:34 +00:00
Tweak GA tracking
This commit is contained in:
@@ -227,7 +227,7 @@ Route.prototype.match = function(path, params) {
|
|||||||
*/
|
*/
|
||||||
function gaTrack(path) {
|
function gaTrack(path) {
|
||||||
if (window.ga) {
|
if (window.ga) {
|
||||||
window.ga('send', 'pageview', { page: path });
|
window.ga('send', 'pageview', path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user