Google Tag Manager WooCommerce events

WP Full Picture automatically tracks and sends to Google Tag Manager WooCommerce events and data that is listed below.

purchase event

Tracked on “Thank you for your order” page the first time it is displayed. The same order with the same ID cannot be tracked more than once.

Data tracked with the event:

  1. transaction_id
  2. order_value
  3. order_tax
  4. order_shipping (cost)
  5. order_currency
  6. coupons
  7. order_coupon (if multiple coupons are used, they are sent as a comma delimited string)
  8. Data on every product in cart:
    • item_id,
    • item_name,
    • item_category,
    • item_brand*,
    • quantity,
    • price

view_item event

Tracks views of product detail page and quick view windows (on condition that they display a standard “add to cart” button and use a standard WooCommerce hook “woocommerce_after_add_to_cart_button”).

Data tracked with the event:

  1. item_id (of a product)
  2. item_name
  3. item_brand*
  4. item_category
  5. price
  6. prod_view_currency
  7. index (among of other teasers)

view_item_list event

Tracks views of products in product categories, widget lists (e.g. bestsellers, recently viewed, etc.), upsells and cross-sells.

Data of all the listed products is tracked along with the event:

  1. item_id
  2. item_name
  3. item_category
  4. item_brand*
  5. price
  6. item_list_name
  7. index (among other products)

list_item_click event

Tracks clicks in products in product categories, widget lists (e.g. bestsellers, recently viewed, etc.), upsells and cross-sells.

Data of all the listed products is tracked along with the event:

  1. item_id
  2. item_name
  3. item_category
  4. item_brand*
  5. item_list_name
  6. price
  7. index (among other products)

add_to_cart event

Works on single, variable and grouped products, product teasers (like on product categories) and on quick-view windows (on condition that they display a standard “add to cart” button and use a standard WooCommerce hook “woocommerce_after_add_to_cart_button”).

Attention! Variations can be tracked in 2 ways. Please see the “WooCommerce Tracking” settings page for more details.

Data tracked with the event:

  1. item_id (of a product)
  2. item_name
  3. item_brand *
  4. quantity
  5. item_list_name
  6. item_category
  7. price
  8. currency
  9. cart_add_currency

add_to_wishlist event

To send this event you need to set up wishlist tracking in the WooCommerce Support module.

Data tracked with the event:

  1. item_id (of a product)
  2. item_name
  3. item_brand *
  4. quantity
  5. item_category
  6. item_list_name
  7. price
  8. currency
  9. wishl_add_currency
  10. wishl_add_value
  11. index (order number of the clicked product if among other products)

remove_from_cart event

Works in cart and mini cart

Data tracked with the event:

  1. item_id (of a product)
  2. item_name
  3. item_brand *
  4. item_category
  5. price
  6. cart_remov_currency

begin_checkout event

Tracks products in cart the first time checkout page was visited by the customers. Abandoning the checkout and then returning to it will not send an additional “checkout start” event.

Data tracked with the event:

  1. check_start_value
  2. check_start_currency
  3. Data on every product in cart:
    • item_id,
    • item_name,
    • item_category,
    • item_brand*,
    • quantity,
    • price

* In order to track brand, you need to enable brand tracking