-
Notifications
You must be signed in to change notification settings - Fork 132
Shippling lines M1 analytics #11479
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shippling lines M1 analytics #11479
Conversation
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## trunk #11479 +/- ##
============================================
+ Coverage 40.85% 40.88% +0.03%
- Complexity 5177 5180 +3
============================================
Files 1067 1067
Lines 62196 62206 +10
Branches 8482 8483 +1
============================================
+ Hits 25410 25436 +26
+ Misses 34502 34483 -19
- Partials 2284 2287 +3 ☔ View full report in Codecov by Sentry. |
…g-lines-m1-analytics # Conflicts: # WooCommerce/src/main/kotlin/com/woocommerce/android/ui/orders/creation/shipping/OrderShippingViewModel.kt # WooCommerce/src/test/kotlin/com/woocommerce/android/ui/orders/creation/shipping/OrderShippingViewModelTest.kt
Closes: #11392
Description
We want to track 3 events around shipping method selection:
order_shipping_method_add
with the custom propertyshipping_method
containing the id of the selected shipping method in lowercase (ups
|flat_rate
|free_shipping
…).order_shipping_method_selected
, triggered every time a merchant selects a new shipping method.shipping_method
with the id of the selected shipping method in lowercase (ups
|flat_rate
|free_shipping
…).order_add_shipping_tapped
, triggered every time a merchant taps on the add shipping button.Testing instructions
order_add_shipping_tapped
event is triggeredorder_shipping_method_selected
event is triggered and contains theshipping_method
custom propertyorder_shipping_method_add
event is triggered and contains theshipping_method
custom propertyImages/gif
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.