woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
264 stars 133 forks source link

[Woo POS] Exploration: Tracking POS card payment transactions #11870

Open backwardstruck opened 2 days ago

backwardstruck commented 2 days ago

We need to be able to determine how many card transactions were processed in the POS mode.

Goal of this task is to explore our options, consider the trade-offs, and propose a path forward on a P2.

Examples:

Use an extra flag in card reader tracking events (trade-off - users who are opted-out from tracking are not tracked) Prepend a POS specific event (eg. POS mode started) to a funnel in tracks without having any specific flags on the card events themselves (same trade-off as above, moreover this approach is less precise) Send extra data to WooPayments (the most precise and not dependant on user tracking, might requite backend changes) ...

dangermattic commented 2 days ago

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.