Skip to content

Instantly share code, notes, and snippets.

@nestarz
Created September 15, 2023 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nestarz/46d0ad6bdd138bfb045b768af9faf4f5 to your computer and use it in GitHub Desktop.
Save nestarz/46d0ad6bdd138bfb045b768af9faf4f5 to your computer and use it in GitHub Desktop.
Events
export const CLICK_PLAY_VIDEO = "click_play_video";
export const CLICK_POSTER = "click_poster";
export const CLICK_GALLERY_IMAGE = "click_gallery_image";
export const CLICK_NAV_INFO = "click_nav_info";
export const CLICK_NAV_SHOWTIMES = "click_nav_showtimes";
export const CLICK_NAV_OTHER = "click_nav_other";
export const CLICK_QUIZ_ANSWER = "click_quiz_answer";
export const CLICK_SHOWTIME = "click_showtime";
export const CLICK_SHOWTIME_BOOK = "click_showtime_book";
export const CLICK_SHOWTIME_PHONE = "click_showtime_phone";
export const CLICK_SHOWTIMES_MORE = "click_showtimes_more";
export const CLICK_SHOWTIMES_SEARCH = "click_showtimes_search";
export const CLICK_SHOWTIMES_DATE = "click_showtimes_date";
export const CLICK_INTEREST_YES = "click_interest_yes";
export const CLICK_INTEREST_NO = "click_interest_no";
export const CLICK_INTEREST_UNCERTAIN = "click_interest_uncertain";
export const CLICK_THEATER_INTENT_YES = "click_theater_intent_yes";
export const CLICK_THEATER_INTENT_NO = "click_theater_intent_no";
export const CLICK_THEATER_INTENT_UNCERTAIN = "click_theater_intent_uncertain";
export const SCROLL_INFO = "scroll_info";
export const SCROLL_SHOWTIME = "scroll_showtime";
export const SCROLL_OTHER = "scroll_other";
// CATEGORIES
export const SCROLL = "scroll";
export const QUIZ = "quiz";
export const NAV = "nav";
export const POSTER = "poster";
export const VIDEO = "video";
export const GALLERY = "gallery";
export const SHOWTIME = "showtime";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment