Last active
July 12, 2018 09:52
-
-
Save hzhu/5bcfd00be16039d2aa523d2aee911532 to your computer and use it in GitHub Desktop.
Sample of Core Events & Actions
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
User Action | API | Event | |
---|---|---|---|
Sally creates an account | /api/account/create | “Account Created” | |
Then searches for a product | /api/search | “Products Searched” | |
Then adds the product to their cart | /api/cart/update | “Product Added” | |
Then adds a payment method | /api/credit_cards | “Payment Info Entered” | |
Then pays for her product | /api/orders/new | “Order Completed” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment