-
Notifications
You must be signed in to change notification settings - Fork 132
Shipping lines m2 analytics #11574
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
Shipping lines m2 analytics #11574
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## issue/multiple-shipping-lines-support #11574 +/- ##
===========================================================================
+ Coverage 40.35% 40.36% +0.01%
Complexity 5202 5202
===========================================================================
Files 1085 1085
Lines 63201 63211 +10
Branches 8664 8666 +2
===========================================================================
+ Hits 25504 25516 +12
+ Misses 35397 35391 -6
- Partials 2300 2304 +4 ☔ View full report in Codecov by Sentry. |
0ad68a4
into
issue/multiple-shipping-lines-support
Closes: #11397
Description
This PR adds the tracking events for M2
order_creation_success
. Update the event to include the custom propertyshipping_lines_count
to track the number of shipping lines within that order. Event registration: https://github.com/Automattic/tracks-events-registration/pull/2438order_shipping_method_add
. Update the event to include the custom propertyshipping_lines_count
to track the number of shipping lines within that order. Event registration: https://github.com/Automattic/tracks-events-registration/pull/2439order_details_shipping_methods_shown
triggered in the order details screen when the screen is displaying the shipping lines section. Add the custom propertyshipping_lines_count
to track the number of shipping lines within that order. Event registration: https://github.com/Automattic/tracks-events-registration/pull/2440Testing instructions
order_shipping_method_add
is triggered and that it contains a custom propertyshipping_lines_count
with the number of shipping linesorder_creation_success
is triggered and that it contains a custom propertyshipping_lines_count
with the number of shipping linesorder_details_shipping_methods_shown
is triggered and that it contains a custom propertyshipping_lines_count
with the number of shipping linesImages/gif
RELEASE-NOTES.txt
if necessary. Use the "[Internal]" label for non-user-facing changes.