GTM: Shopify Variables

Below are common ecommerce event variables that can be used in Rockerbox conversion events. These variables can be used if you're using Shopify with GTM.

Pixel Variable NameDescriptionEcommerce Event Variable
couponCoupon or discount code associated with the eventShopify.checkout.discount.code
productsJSON object of purchased products. Remember to convert to a string if using this variable in a pixel.Shopify.checkout.line_items
emailEmail address of the userShopify.checkout.email
revenueRevenue for the event--check to ensure that "subtotal" is the value you consider for your revenue. Some users prefer to use post-tax or post-shipping values instead.Shopify.checkout.subtotal_price
billing_addressJSON object containing the user's billing address. Remember to convert to a string if using this variable in a pixel.Shopify.checkout.billing_address
order_idShopify.checkout.order_id

For more information about ecommerce events in GTM, click here.