Index: trunk/fundraiser-statistics/fundraiser-scripts/fundraiser_reporting.py |
— | — | @@ -462,7 +462,7 @@ |
463 | 463 | pylab.figure(num=None,figsize=[26,14]) |
464 | 464 | count_keys = counts.keys() |
465 | 465 | |
466 | | - line_types = ['b-o','g-o','r-o','c-o','m-o','k-o','b--o','g--o','r--o','c--o','m--o','k--o'] |
| 466 | + line_types = ['b-o','g-o','r-o','c-o','m-o','k-o','y-o','b--d','g--d','r--d','c--d','m--d','k--d','y--d','b-.s','g-.s','r-.s','c-.s','m-.s','k-.s','y-.s'] |
467 | 467 | |
468 | 468 | count = 0 |
469 | 469 | for key in counts.keys(): |
Index: trunk/fundraiser-statistics/fundraiser-scripts/run_plots.py |
— | — | @@ -27,4 +27,4 @@ |
28 | 28 | blpr.run('LP', 'don_per_view') |
29 | 29 | blpr.run('BAN', 'don_per_imp') |
30 | 30 | blpr.run('BAN', 'click_rate') |
31 | | -blpr.run('BAN', 'conversion_rate') |
\ No newline at end of file |
| 31 | +blpr.run('LP', 'conversion_rate') |
\ No newline at end of file |
Index: trunk/fundraiser-statistics/bash/plot_build_hr.sh |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -cd /home/rfaulk/fundraiser-scripts |
| 4 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | 6 | python run_plots.py |
7 | 7 | |
Index: trunk/fundraiser-statistics/bash/report_data_daily.sh |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -cd /home/rfaulk/fundraiser-scripts |
| 4 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | 6 | python run_test_reporting_daily.py |
7 | 7 | |
8 | | -cp /home/rfaulk/fundraiser-scripts/html/report_impressions_country.html /srv/org.wikimedia.fundraising/stats/ |
| 8 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_impressions_country.html /srv/org.wikimedia.fundraising/stats/ |
Index: trunk/fundraiser-statistics/bash/report_data_hourly.sh |
— | — | @@ -1,11 +1,11 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -cd /home/rfaulk/fundraiser-scripts |
| 4 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | 6 | python run_test_reporting_hourly.py |
7 | 7 | # python run_test_reporting_hourly.py 24 |
8 | 8 | |
9 | | -cp /home/rfaulk/fundraiser-scripts/html/report_campaign_ecomm.html /srv/org.wikimedia.fundraising/stats/ |
10 | | -cp /home/rfaulk/fundraiser-scripts/html/report_campaign_logs.html /srv/org.wikimedia.fundraising/stats/ |
| 9 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_campaign_ecomm.html /srv/org.wikimedia.fundraising/stats/ |
| 10 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_campaign_logs.html /srv/org.wikimedia.fundraising/stats/ |
11 | 11 | # cp /home/rfaulk/fundraiser-scripts/html/report_campaign_ecomm_by_hr.html /srv/org.wikimedia.fundraising/stats/ |
12 | 12 | # cp /home/rfaulk/fundraiser-scripts/html/report_campaign_logs_by_hr.html /srv/org.wikimedia.fundraising/stats/ |
Index: trunk/fundraiser-statistics/bash/clear_logs.sh |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | #!/bin/bash |
3 | | -cd /home/rfaulk/fundraiser-scripts/logs |
| 3 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts/logs |
4 | 4 | D=$(date +%Y-%m-%d) |
5 | 5 | rm bannerImpressions-$D* |
6 | 6 | rm landingpages-$D* |
Index: trunk/fundraiser-statistics/bash/plot_build_day.sh |
— | — | @@ -1,5 +1,5 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -cd /home/rfaulkner/trunk/projects/fundraiser-scripts |
| 4 | +cd /home/rfaulkner/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | 6 | python run_plot_total_amount_day.py |
Index: trunk/fundraiser-statistics/bash/report_data_minutely.sh |
— | — | @@ -1,12 +1,12 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -cd /home/rfaulk/fundraiser-scripts |
| 4 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | 6 | python run_tracking_report.py 5 |
7 | 7 | |
8 | | -cp /home/rfaulk/fundraiser-scripts/html/report_contribution_tracking.html /srv/org.wikimedia.fundraising/stats/ |
| 8 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_contribution_tracking.html /srv/org.wikimedia.fundraising/stats/ |
9 | 9 | |
10 | 10 | python run_test_reporting_hourly.py 10 |
11 | 11 | |
12 | | -cp /home/rfaulk/fundraiser-scripts/html/report_campaign_logs_by_hr.html /srv/org.wikimedia.fundraising/stats/ |
13 | | -cp /home/rfaulk/fundraiser-scripts/html/report_campaign_ecomm_by_hr.html /srv/org.wikimedia.fundraising/stats/ |
| 12 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_campaign_logs_by_hr.html /srv/org.wikimedia.fundraising/stats/ |
| 13 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/html/report_campaign_ecomm_by_hr.html /srv/org.wikimedia.fundraising/stats/ |
Index: trunk/fundraiser-statistics/bash/log_copy.sh |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | #echo $T |
53 | 53 | |
54 | 54 | |
55 | | -cd /home/rfaulk/fundraiser-scripts/logs |
| 55 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts/logs |
56 | 56 | |
57 | 57 | sftp rfaulk@hume.wikimedia.org:/a/static/uncompressed/udplogs/landingpages-$T* |
58 | 58 | sftp rfaulk@hume.wikimedia.org:/a/static/uncompressed/udplogs/bannerImpressions-$T* |
Index: trunk/fundraiser-statistics/bash/load_logs.sh |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | #!/bin/bash |
3 | 3 | |
4 | | -cd /home/rfaulk/fundraiser-scripts |
| 4 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
5 | 5 | |
6 | 6 | # get date from command line args |
7 | 7 | day=$1 # start day |
Index: trunk/fundraiser-statistics/bash/run_test.sh |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | # RUN DONATION PROCESS TESTS HOURLY |
5 | 5 | |
6 | | -cd /home/rfaulk/fundraiser-scripts |
| 6 | +cd /home/rfaulk/fundraiser-statistics/fundraiser-scripts |
7 | 7 | |
8 | 8 | D=$(date +%Y%m) |
9 | 9 | day=$(date +%d) |