Skip to content
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

Add tracking to checkout flow #384

Merged
merged 11 commits into from
Oct 13, 2018

Conversation

willopez
Copy link
Member

@willopez willopez commented Oct 11, 2018

Resolves #379
Impact: minor
Type: feature

Summary

Add tracking to the checkout flow, see #379 for event details

The following events will be published to Segment:

  • Checkout Step Viewed | User viewed a checkout step
  • Checkout Step Completed | User completed a checkout step
  • Payment Info Entered | User added payment information

Testing

  1. Add a couple of items to the cart
  2. Click on checkout
  3. Once on the checkout page, verify that "Checkout Started" and "Checkout Step Viewed" events are published
  4. Completed the first step
  5. Verify that a "Checkout Step Completed" was published for step 1, and a "Checkout Step Viewed" for step 2
  6. Complete step 2, Verify that a "Checkout Step Completed" was published for step 2, and a "Checkout Step Viewed" for step 3
  7. Complete step 3, Verify that a "Payment Info Entered" was published for step 3, and a "Checkout Step Viewed" for step 4
  8. Complete step 4, Verify that a "Checkout Step Completed" was published for step 4

@willopez willopez changed the title [WIP] Add tracking to checkout funnel Add tracking to checkout funnel Oct 11, 2018
@willopez willopez changed the title Add tracking to checkout funnel Add tracking to checkout funnel Oct 12, 2018
@willopez willopez changed the title Add tracking to checkout funnel Add tracking to checkout flow Oct 12, 2018
Copy link
Member

@mikemurray mikemurray left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@mikemurray
Copy link
Member

Approved, but waiting for a minor lint issue to be resolved

@mikemurray mikemurray merged commit 6630657 into develop Oct 13, 2018
@mikemurray mikemurray deleted the feature-willopez-core-ordering-tracking-checkout branch October 13, 2018 00:26
This was referenced Jan 15, 2019
@spencern spencern mentioned this pull request Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants