In some cases, donors are immediately redirected to the payment processor when coming from a banner on wikipedia.org. To still be able to measure the number of visitors on our page, we do a server-side tracking, which is triggered by the query string parameter mbt.
The numbers we have do not seem to be correct. In the currently running application page test, the banners look the same, but the number of visitors from the control and variant banner differs by 20-25%.
We need to make sure, that the tracking implementation works as expected by fixing the current code, or coming up with a different solution.
Acceptance Criteria
- We understand why there is a difference in visitor numbers between client-side and server-side tracking.
Notes
- Switching to a completely client-side solution was estimated with 8 pts.

