Enum of standard gtag.js event names provided for convenientdeveloper usage.logEvent will also accept any custom stringand interpret it as a custom event name.

Index

Enumeration members

ADD_PAYMENT_INFO

ADD_PAYMENT_INFO: = "add_payment_info"

ADD_SHIPPING_INFO

ADD_SHIPPING_INFO: = "add_shipping_info"

ADD_TO_CART

ADD_TO_CART: = "add_to_cart"

ADD_TO_WISHLIST

ADD_TO_WISHLIST: = "add_to_wishlist"

BEGIN_CHECKOUT

BEGIN_CHECKOUT: = "begin_checkout"

CHECKOUT_PROGRESS

CHECKOUT_PROGRESS: = "checkout_progress"
deprecated

EXCEPTION

EXCEPTION: = "exception"

GENERATE_LEAD

GENERATE_LEAD: = "generate_lead"

LOGIN

LOGIN: = "login"

PAGE_VIEW

PAGE_VIEW: = "page_view"

PURCHASE

PURCHASE: = "purchase"

REFUND

REFUND: = "refund"

REMOVE_FROM_CART

REMOVE_FROM_CART: = "remove_from_cart"

SCREEN_VIEW

SCREEN_VIEW: = "screen_view"

SEARCH

SEARCH: = "search"

SELECT_CONTENT

SELECT_CONTENT: = "select_content"

SELECT_ITEM

SELECT_ITEM: = "select_item"

SELECT_PROMOTION

SELECT_PROMOTION: = "select_promotion"

SET_CHECKOUT_OPTION

SET_CHECKOUT_OPTION: = "set_checkout_option"
deprecated

SHARE

SHARE: = "share"

SIGN_UP

SIGN_UP: = "sign_up"

TIMING_COMPLETE

TIMING_COMPLETE: = "timing_complete"

VIEW_CART

VIEW_CART: = "view_cart"

VIEW_ITEM

VIEW_ITEM: = "view_item"

VIEW_ITEM_LIST

VIEW_ITEM_LIST: = "view_item_list"

VIEW_PROMOTION

VIEW_PROMOTION: = "view_promotion"

VIEW_SEARCH_RESULTS

VIEW_SEARCH_RESULTS: = "view_search_results"

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-07-27 UTC.