Shipping lines m2 analytics#11574
Merged
atorresveiga merged 7 commits intoissue/multiple-shipping-lines-supportfrom May 24, 2024
Merged
Shipping lines m2 analytics#11574atorresveiga merged 7 commits intoissue/multiple-shipping-lines-supportfrom
atorresveiga merged 7 commits intoissue/multiple-shipping-lines-supportfrom
Conversation
Collaborator
Generated by 🚫 Danger |
Collaborator
|
📲 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #11397
Description
This PR adds the tracking events for M2
order_creation_success. Update the event to include the custom propertyshipping_lines_countto 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_countto track the number of shipping lines within that order. Event registration: https://github.com/Automattic/tracks-events-registration/pull/2439order_details_shipping_methods_showntriggered in the order details screen when the screen is displaying the shipping lines section. Add the custom propertyshipping_lines_countto track the number of shipping lines within that order. Event registration: https://github.com/Automattic/tracks-events-registration/pull/2440Testing instructions
order_shipping_method_addis triggered and that it contains a custom propertyshipping_lines_countwith the number of shipping linesorder_creation_successis triggered and that it contains a custom propertyshipping_lines_countwith the number of shipping linesorder_details_shipping_methods_shownis triggered and that it contains a custom propertyshipping_lines_countwith the number of shipping linesImages/gif
RELEASE-NOTES.txtif necessary. Use the "[Internal]" label for non-user-facing changes.