Skip to content

Instantly share code, notes, and snippets.

@elephantsneverforget
Last active September 13, 2023 22:01
Show Gist options
  • Save elephantsneverforget/b04eda0f3842195fdedb821136f7db3a to your computer and use it in GitHub Desktop.
Save elephantsneverforget/b04eda0f3842195fdedb821136f7db3a to your computer and use it in GitHub Desktop.

Server Side E Comm Events

  • add payment info
  • add shipping info
  • add to cart
  • begin checkout
  • login
  • purchase
  • remove from cart
  • select item
  • sign up
  • subscription purchase
  • user data
  • view cart
  • view item
  • view item list
  • view search results

Event Data

  • All events will come with relevant product data, context data (page url etc...), attribution etc... An example event (add to cart) can be seen here

Event Availability

  • Events can be sent via PUB/SUB or via API calls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment