| Product Added to Cart | product_added | add_to_cart | product_id, sku, name, price, quantity | ecomm_pagetype: ‘product’, dynx_pagetype: ‘offerdetail’ |
| Cart Viewed | cart_viewed | view_cart | cart_id, value, currency, items[] | ecomm_pagetype: ‘cart’, dynx_pagetype: ‘conversionintent’ |
| Product Removed | product_removed | remove_from_cart | product_id, sku, name, price, quantity | ecomm_pagetype: ‘cart’, dynx_pagetype: ‘conversionintent’ |
| Checkout Started | checkout_started | begin_checkout | checkout_id, value, currency, items[] | ecomm_pagetype: ‘purchase’, dynx_pagetype: ‘conversionintent’ |
| Checkout Step Viewed | checkout_step_viewed | checkout_progress | checkout_id, step, step_name, value | ecomm_pagetype: ‘purchase’, dynx_pagetype: ‘conversionintent’ |
| Checkout Step Completed | checkout_step_completed | checkout_progress | checkout_id, step, step_name, value | ecomm_pagetype: ‘purchase’, dynx_pagetype: ‘conversionintent’ |
| Payment Info Entered | payment_info_entered | add_payment_info | checkout_id, payment_type, value | ecomm_pagetype: ‘purchase’, dynx_pagetype: ‘conversionintent’ |
| Shipping Info Entered | shipping_info_entered | add_shipping_info | checkout_id, shipping_tier, value | ecomm_pagetype: ‘purchase’, dynx_pagetype: ‘conversionintent’ |