Skip to content

Instantly share code, notes, and snippets.

@hzhu
Last active July 12, 2018 09:52
Show Gist options
  • Save hzhu/5bcfd00be16039d2aa523d2aee911532 to your computer and use it in GitHub Desktop.
Save hzhu/5bcfd00be16039d2aa523d2aee911532 to your computer and use it in GitHub Desktop.
Sample of Core Events & Actions
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