ngx-google-analytics
Version:
A simple ng-9 wrapper to load Google Analytics dependency by angular way
8 lines (7 loc) • 562 B
TypeScript
/**
* A string that represents a default GA action used by Google to generate e-commerce inteligence.
*
* You can provide a custom string as well.
* @deprecated use lib/enums/ga-action.enum.ts instead
*/
export declare type GaAction = 'view_search_results' | 'add_payment_info' | 'add_to_cart' | 'add_to_wishlist' | 'begin_checkout' | 'checkout_progress' | 'generate_lead' | 'login' | 'purchase' | 'refund' | 'remove_from_cart' | 'search' | 'select_content' | 'set_checkout_option' | 'share' | 'sign_up' | 'view_item' | 'view_item_list' | 'view_promotion';