From e401b1ffce9f69c2b37103c3f7db673eda3a0a99 Mon Sep 17 00:00:00 2001 From: cTn Date: Thu, 30 Oct 2014 12:33:39 +0100 Subject: [PATCH] renaming some of the appview hits --- tabs/cli.js | 2 +- tabs/gps.js | 2 +- tabs/landing.js | 2 +- tabs/motor_outputs.js | 2 +- tabs/receiver.js | 2 +- tabs/sensors.js | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tabs/cli.js b/tabs/cli.js index bb98575c..59edde80 100644 --- a/tabs/cli.js +++ b/tabs/cli.js @@ -10,7 +10,7 @@ TABS.cli.initialize = function (callback) { if (GUI.active_tab != 'cli') { GUI.active_tab = 'cli'; - googleAnalytics.sendAppView('CLI Page'); + googleAnalytics.sendAppView('CLI'); } $('#content').load("./tabs/cli.html", function () { diff --git a/tabs/gps.js b/tabs/gps.js index fe19e72c..26dd1032 100644 --- a/tabs/gps.js +++ b/tabs/gps.js @@ -6,7 +6,7 @@ TABS.gps.initialize = function (callback) { if (GUI.active_tab != 'gps') { GUI.active_tab = 'gps'; - googleAnalytics.sendAppView('GPS Page'); + googleAnalytics.sendAppView('GPS'); } function load_html() { diff --git a/tabs/landing.js b/tabs/landing.js index 4631f45c..4dc9ad90 100644 --- a/tabs/landing.js +++ b/tabs/landing.js @@ -6,7 +6,7 @@ TABS.landing.initialize = function (callback) { if (GUI.active_tab != 'landing') { GUI.active_tab = 'landing'; - googleAnalytics.sendAppView('Landing Page'); + googleAnalytics.sendAppView('Landing'); } $('#content').load("./tabs/landing.html", function () { diff --git a/tabs/motor_outputs.js b/tabs/motor_outputs.js index 03423e41..5d19a82a 100644 --- a/tabs/motor_outputs.js +++ b/tabs/motor_outputs.js @@ -6,7 +6,7 @@ TABS.motor_outputs.initialize = function (callback) { if (GUI.active_tab != 'motor_outputs') { GUI.active_tab = 'motor_outputs'; - googleAnalytics.sendAppView('Motor Outputs Page'); + googleAnalytics.sendAppView('Motors'); } function get_motor_data() { diff --git a/tabs/receiver.js b/tabs/receiver.js index 4398d11c..daf2844a 100644 --- a/tabs/receiver.js +++ b/tabs/receiver.js @@ -6,7 +6,7 @@ TABS.receiver.initialize = function (callback) { if (GUI.active_tab != 'receiver') { GUI.active_tab = 'receiver'; - googleAnalytics.sendAppView('Receiver Page'); + googleAnalytics.sendAppView('Receiver'); } function get_misc_data() { diff --git a/tabs/sensors.js b/tabs/sensors.js index f05eaf54..040e381e 100644 --- a/tabs/sensors.js +++ b/tabs/sensors.js @@ -6,7 +6,7 @@ TABS.sensors.initialize = function (callback) { if (GUI.active_tab != 'sensors') { GUI.active_tab = 'sensors'; - googleAnalytics.sendAppView('Sensor Page'); + googleAnalytics.sendAppView('Sensors'); } function initSensorData(){