Index: trunk/extensions/ArticleFeedbackv5/ArticleFeedbackv5.php |
— | — | @@ -128,11 +128,11 @@ |
129 | 129 | // G: Button below logo |
130 | 130 | // H: Link on each section bar |
131 | 131 | 'buckets' => array( |
132 | | - '-' => 25, |
133 | | - 'A' => 25, |
134 | | - 'B' => 25, |
| 132 | + '-' => 0, |
| 133 | + 'A' => 0, |
| 134 | + 'B' => 0, |
135 | 135 | 'C' => 0, |
136 | | - 'D' => 25, |
| 136 | + 'D' => 100, |
137 | 137 | 'E' => 0, |
138 | 138 | 'F' => 0, |
139 | 139 | 'G' => 0, |
— | — | @@ -141,7 +141,7 @@ |
142 | 142 | // This version number is added to all tracking event names, so that |
143 | 143 | // changes in the software don't corrupt the data being collected. Bump |
144 | 144 | // this when you want to start a new "experiment". |
145 | | - 'version' => 0, |
| 145 | + 'version' => 1, |
146 | 146 | // Let users be tracked for a month, and then rebucket them, allowing some |
147 | 147 | // churn. |
148 | 148 | 'expires' => 30, |