Skip to content

Instantly share code, notes, and snippets.

@DopamineDriven
Created June 7, 2021 08:44
Show Gist options
  • Save DopamineDriven/ce6785bfa353d11a774f29a753b0f344 to your computer and use it in GitHub Desktop.
Save DopamineDriven/ce6785bfa353d11a774f29a753b0f344 to your computer and use it in GitHub Desktop.
Event Names
type EventNames =
| 'add_payment_info'
| 'add_to_cart'
| 'add_to_wishlist'
| 'begin_checkout'
| 'checkout_progress'
| 'exception'
| 'generate_lead'
| 'login'
| 'page_view'
| 'purchase'
| 'refund'
| 'remove_from_cart'
| 'screen_view'
| 'search'
| 'select_content'
| 'set_checkout_option'
| 'share'
| 'sign_up'
| 'timing_complete'
| 'view_item'
| 'view_item_list'
| 'view_promotion'
| 'view_search_results';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment