Index: trunk/fundraiser-statistics/fundraiser-scripts/run_plots.py |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | December 16th, 2010 |
10 | 10 | |
11 | 11 | |
12 | | -Pulls data from db9.faulkner and generates plots. |
| 12 | +Pulls data from storage3.faulkner and generates plots. |
13 | 13 | |
14 | 14 | |
15 | 15 | """ |
— | — | @@ -33,4 +33,5 @@ |
34 | 34 | |
35 | 35 | # Run the banner/lp plots |
36 | 36 | blpr.run('LP-TEST', 'don_per_view') |
37 | | -blpr.run('BAN-TEST', 'don_per_imp') |
\ No newline at end of file |
| 37 | +blpr.run('BAN-TEST', 'don_per_imp') |
| 38 | +blpr.run('BAN-TEST', 'click_rate') |
\ No newline at end of file |
Index: trunk/fundraiser-statistics/bash/plot_build_hr.sh |
— | — | @@ -14,4 +14,5 @@ |
15 | 15 | cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_LP_metrics_completion_rate.png /srv/org.wikimedia.fundraising/stats/ |
16 | 16 | |
17 | 17 | cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_LP_metrics_don_per_view_latest.png /srv/org.wikimedia.fundraising/stats/ |
18 | | -cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_banner_metrics_don_per_imp_latest.png /srv/org.wikimedia.fundraising/stats/ |
\ No newline at end of file |
| 18 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_banner_metrics_don_per_imp_latest.png /srv/org.wikimedia.fundraising/stats/ |
| 19 | +cp /home/rfaulk/fundraiser-statistics/fundraiser-scripts/report_banner_metrics_click_rate_latest.png /srv/org.wikimedia.fundraising/stats/ |
\ No newline at end of file |