Index: trunk/fundraiser-statistics/fundraiser-scripts/classes/QueryData.py |
— | — | @@ -393,13 +393,13 @@ |
394 | 394 | if metric_name == 'imp': |
395 | 395 | return 2 |
396 | 396 | elif metric_name == 'donations': |
397 | | - return 5 |
| 397 | + return 4 |
398 | 398 | elif metric_name == 'amount50': |
399 | | - return 7 |
| 399 | + return 6 |
400 | 400 | elif metric_name == 'don_per_imp': |
| 401 | + return 8 |
| 402 | + elif metric_name == 'amt50_per_imp': |
401 | 403 | return 10 |
402 | | - elif metric_name == 'amt50_per_imp': |
403 | | - return 12 |
404 | 404 | else: |
405 | 405 | return -1 |
406 | 406 | elif query_name == 'report_campaign_metrics_minutely': |