r78610 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78609‎ | r78610 | r78611 >
Date:21:41, 19 December 2010
Author:rfaulk
Status:deferred
Tags:
Comment:
Added conversion rate plot to online reporting.
Modified paths:
  • /trunk/fundraiser-statistics/bash/plot_build_hr.sh (modified) (history)
  • /trunk/fundraiser-statistics/fundraiser-scripts/run_plots.py (modified) (history)
  • /trunk/fundraiser-statistics/reporting/reporting.html (modified) (history)

Diff [purge]

Index: trunk/fundraiser-statistics/fundraiser-scripts/run_plots.py
@@ -1,7 +1,7 @@
22
33 """
44
5 -ru.pyn_plots
 5+run.py_plots
66
77 wikimediafoundation.org
88 Ryan Faulkner
@@ -26,4 +26,5 @@
2727 # Run the banner/lp plots
2828 blpr.run('LP', 'don_per_view')
2929 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 @@
6767 <OBJECT WIDTH="1600" HEIGHT="800" data="report_LP_metrics_don_per_view.png" type="image/png">
6868 </OBJECT>
6969
 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+
7077 </body>
7178
7279 </html>
\ No newline at end of file
Index: trunk/fundraiser-statistics/bash/plot_build_hr.sh
@@ -9,3 +9,4 @@
1010 cp /home/rfaulk/fundraiser-scripts/report_banner_metrics_don_per_imp.png /srv/org.wikimedia.fundraising/stats/
1111 cp /home/rfaulk/fundraiser-scripts/report_total_amounts_by_hr.png /srv/org.wikimedia.fundraising/stats/
1212 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

Status & tagging log