Created
June 7, 2021 08:44
-
-
Save DopamineDriven/ce6785bfa353d11a774f29a753b0f344 to your computer and use it in GitHub Desktop.
Event Names
This file contains 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
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