Page MenuHomePhabricator

Log visit when redirecting to payment providers
Closed, ResolvedPublic

Description

When users decide in the banner form not to provide address data, they are redirected to the payment provider after submitting the banner form. We have server-side code that logs to our web analytics software, but the numbers don't seem accurate (see T203950). To ensure accurate numbers, we should switch to client-side logging.

Acceptance Criteria

  • When submitting the banner form
    • the user is directed to the fundraising application.
    • the cookie consent banner is not displayed.
    • the visit is logged as if the user has not given consent.
    • the user is redirected to the payment processor.
  • When the user is back on the confirmation page, the consent banner is not displayed and the application behaves as if the user has not given consent.

Event Timeline

kai.nissen moved this task from Acceptance Testing to Done on the WMDE-FUN-Funban-2021 board.

Looks good to me.