Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -63,9 +63,12 @@ |
64 | 64 | // the new odds are applied to everyone, not just people who have yet to be |
65 | 65 | // placed in a bucket. |
66 | 66 | 'buckets' => array( |
67 | | - '1' => 34, |
68 | | - '5' => 33, |
69 | | - '6' => 33, |
| 67 | + '0' => 17, |
| 68 | + '1' => 17, |
| 69 | + '2' => 17, |
| 70 | + '3' => 17, |
| 71 | + '4' => 16, |
| 72 | + '5' => 16, |
70 | 73 | ), |
71 | 74 | // This version number is added to all tracking event names, so that |
72 | 75 | // changes in the software don't corrupt the data being collected. Bump |
— | — | @@ -88,12 +91,8 @@ |
89 | 92 | // this number to ensure the new odds are applied to everyone, not just people who have yet to |
90 | 93 | // be placed in a bucket. |
91 | 94 | 'buckets' => array( |
92 | | - 'one' => 16, |
93 | | - 'two' => 16, |
94 | | - 'three' => 16, |
95 | | - 'four' => 16, |
96 | | - 'five' => 16, |
97 | | - 'six' => 16, |
| 95 | + 'ignore' => 0, |
| 96 | + 'track' => 100, |
98 | 97 | ), |
99 | 98 | // This version number is added to all tracking event names, so that changes in the software |
100 | 99 | // don't corrupt the data being collected. Bump this when you want to start a new "experiment". |