Adds dashboard data.
authordsc <dsc@less.ly>
Tue, 10 Jul 2012 19:47:59 +0000 (12:47 -0700)
committerdsc <dsc@less.ly>
Tue, 10 Jul 2012 19:47:59 +0000 (12:47 -0700)
dashboards/reportcard.json [new file with mode: 0644]

diff --git a/dashboards/reportcard.json b/dashboards/reportcard.json
new file mode 100644 (file)
index 0000000..6194792
--- /dev/null
@@ -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"
+            ]
+        }
+   ]
+}