From b3b9e0d15dc53c0fec9e66d98dd751cc3c126ec7 Mon Sep 17 00:00:00 2001 From: declerambaul Date: Thu, 5 Apr 2012 02:05:45 +0200 Subject: [PATCH] Wrote yaml files for comscore date manually --- datasources/rc/rc_comscore_properties.yaml | 23 ++++++++++++++++++ datasources/rc/rc_comscore_region_reach.yaml | 33 ++++++++++++++++++++++++++ datasources/rc/rc_comscore_region_uv.yaml | 33 ++++++++++++++++++++++++++ 3 files changed, 89 insertions(+), 0 deletions(-) create mode 100644 datasources/rc/rc_comscore_properties.yaml create mode 100644 datasources/rc/rc_comscore_region_reach.yaml create mode 100644 datasources/rc/rc_comscore_region_uv.yaml diff --git a/datasources/rc/rc_comscore_properties.yaml b/datasources/rc/rc_comscore_properties.yaml new file mode 100644 index 0000000..19ef1c8 --- /dev/null +++ b/datasources/rc/rc_comscore_properties.yaml @@ -0,0 +1,23 @@ +id: rc_comscore_properties +name: Web Properties - Unique Visitors +format: csv +url: /data/datasources/rc/rc_comscore_properties.csv + +timespan: + end: 2012/02/01 + start: 2008/01/01 + step: 1mo + +columns: + labels: + - Month + - Google + - Total Internet + - Wikimedia + types: + - date + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc/rc_comscore_region_reach.yaml b/datasources/rc/rc_comscore_region_reach.yaml new file mode 100644 index 0000000..ab33fd9 --- /dev/null +++ b/datasources/rc/rc_comscore_region_reach.yaml @@ -0,0 +1,33 @@ +id: rc_comscore_region_reach +name: Reach percentage for All Wikimedia Projects +format: csv +url: /data/datasources/rc/rc_comscore_region_reach.csv + +timespan: + end: 2012/02/01 + start: 2008/01/01 + step: 1mo + +columns: + labels: + - Month + - Asia Pacific + - China + - Europ + - India + - Latin-America + - Middle-East/Africa + - North-America + - World + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs diff --git a/datasources/rc/rc_comscore_region_uv.yaml b/datasources/rc/rc_comscore_region_uv.yaml new file mode 100644 index 0000000..63aad11 --- /dev/null +++ b/datasources/rc/rc_comscore_region_uv.yaml @@ -0,0 +1,33 @@ +id: rc_comscore_region_uv +name: Unique Visitors for All Wikimedia Projects +format: csv +url: /data/datasources/rc/rc_comscore_region_uv.csv + +timespan: + end: 2012/02/01 + start: 2008/01/01 + step: 1mo + +columns: + labels: + - Month + - Asia Pacific + - China + - Europ + - India + - Latin-America + - Middle-East/Africa + - North-America + - World + types: + - date + - int + - int + - int + - int + - int + - int + - int + - int +chart: + chartType: dygraphs -- 1.7.0.4