Index: trunk/fundraiser-statistics/fundraiser-scripts/run_plots.py |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | |
3 | 3 | """ |
4 | 4 | |
5 | | -ru.pyn_plots |
| 5 | +run.py_plots |
6 | 6 | |
7 | 7 | wikimediafoundation.org |
8 | 8 | Ryan Faulkner |
— | — | @@ -26,4 +26,5 @@ |
27 | 27 | # Run the banner/lp plots |
28 | 28 | blpr.run('LP', 'don_per_view') |
29 | 29 | blpr.run('BAN', 'don_per_imp') |
30 | | -blpr.run('BAN', 'click_rate') |
\ No newline at end of file |
| 30 | +blpr.run('BAN', 'click_rate') |
| 31 | +blpr.run('BAN', 'conversion_rate') |
\ No newline at end of file |
Index: trunk/fundraiser-statistics/reporting/reporting.html |
— | — | @@ -66,6 +66,13 @@ |
67 | 67 | <OBJECT WIDTH="1600" HEIGHT="800" data="report_LP_metrics_don_per_view.png" type="image/png"> |
68 | 68 | </OBJECT> |
69 | 69 | |
| 70 | + |
| 71 | +<br> |
| 72 | + |
| 73 | +<h3><u>Landing Pages Donations Per Donation Click (Conversion Rate)</u></h3> |
| 74 | +<OBJECT WIDTH="1600" HEIGHT="800" data="report_LP_metrics_conversion_rate.png" type="image/png"> |
| 75 | +</OBJECT> |
| 76 | + |
70 | 77 | </body> |
71 | 78 | |
72 | 79 | </html> |
\ No newline at end of file |
Index: trunk/fundraiser-statistics/bash/plot_build_hr.sh |
— | — | @@ -9,3 +9,4 @@ |
10 | 10 | cp /home/rfaulk/fundraiser-scripts/report_banner_metrics_don_per_imp.png /srv/org.wikimedia.fundraising/stats/ |
11 | 11 | cp /home/rfaulk/fundraiser-scripts/report_total_amounts_by_hr.png /srv/org.wikimedia.fundraising/stats/ |
12 | 12 | cp /home/rfaulk/fundraiser-scripts/report_banner_metrics_click_rate.png /srv/org.wikimedia.fundraising/stats/ |
| 13 | +cp /home/rfaulk/fundraiser-scripts/report_LP_metrics_conversion_rate.png /srv/org.wikimedia.fundraising/stats/ |
\ No newline at end of file |