woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

Mooore IPP Tracking

Open toupper opened this issue 1 year ago • 0 comments

We have to track:

  • User's clicks on the new "Payments" button in the More menu
  • Whether the user onboarded to the IPP or not, to track "new users"

toupper avatar Jul 27 '22 13:07 toupper

To add

  • HUB_MENU_OPTION_TAPPED with option -> payments and badge_visible -> false or true
  • PAYMENTS_HUB_COLLECT_PAYMENT_TAPPED
  • PAYMENTS_HUB_ONBOARDING_ERROR_TAPPED
  • PAYMENTS_HUB_ORDER_CARD_READER_TAPPED (currently missing, anyone knows why? @cvargascasaseca missing on iOS too?)
  • PAYMENTS_HUB_CARD_READER_MANUALS_TAPPED (same)
  • PAYMENTS_HUB_MANAGE_CARD_READERS_TAPPED (same)

To remove

  • On Android tracking of the click on “Card reader payments” in the Settings is missing. If it’s present on iOS then it has to be removed

kidinov avatar Aug 11 '22 10:08 kidinov