From: dsc Date: Tue, 10 Jul 2012 19:47:59 +0000 (-0700) Subject: Adds dashboard data. X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=82aec7a3cebe3db49c6173794e306e0595031b04;p=reportcard-data.git Adds dashboard data. --- diff --git a/dashboards/reportcard.json b/dashboards/reportcard.json new file mode 100644 index 0000000..6194792 --- /dev/null +++ b/dashboards/reportcard.json @@ -0,0 +1,34 @@ +{ + "name": "Reportcard", + "tabs": [ + { + "name": "Core Metrics", + "graph_ids": [ + "unique_visitors", + "pageviews", + "pageviews_mobile", + "pageviews_mobile_target", + "new_editors", + "active_editors", + "active_editors_target" + ] + }, { + "name": "Secondary Metrics", + "graph_ids":[ + "reach", + "commons", + "articles", + "articles_per_day", + "edits", + "very_active_editors" + ] + }, { + "name": "Mobile Devices", + "graph_ids":[ + "mobile_devices", + "mobile_devices_browsers", + "mobile_devices_applications" + ] + } + ] +}