r90641 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90640‎ | r90641 | r90642 >
Date:00:54, 23 June 2011
Author:rfaulk
Status:ok
Tags:
Comment:
fixed grouping
Modified paths:
  • /trunk/fundraiser-statistics/fundraiser-scripts/sql/report_bannerLP_confidence.sql (modified) (history)
  • /trunk/fundraiser-statistics/fundraiser-scripts/sql/report_bannerLP_metrics_minutely.sql (modified) (history)

Diff [purge]

Index: trunk/fundraiser-statistics/fundraiser-scripts/sql/report_bannerLP_metrics_minutely.sql
@@ -79,6 +79,6 @@
8080 on ecomm.banner = lp.utm_source and ecomm.landing_page = lp.landing_page and ecomm.hr = lp.dt_hr and ecomm.dt_min = lp.dt_min
8181
8282 where lp.utm_campaign REGEXP '%s'
83 -group by 1,2
 83+group by 1,2,3
8484 -- having impressions > 100000 and donations > 10
8585 order by 1 asc;
Index: trunk/fundraiser-statistics/fundraiser-scripts/sql/report_bannerLP_confidence.sql
@@ -4,6 +4,7 @@
55 select
66
77 lp.utm_source,
 8+lp.landing_page,
89 impressions as total_impressions,
910 impressions * (views / total_views) as impressions,
1011 views as views,

Status & tagging log