What WooCommerce events and data WP FP tracks
WP Full Picture automatically tracks a number of WooCommerce events (e.g. purchases, product views, etc.) and data associated with them (e.g. order IDs, cart values, names of products, etc.).
Please see the list below for more information about what data is tracked with each store event / user action.
Tracked events and data
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.
Tracked data*:
- order id
- currency
- coupons
- order qty
- coupons
- order value
- order tax
- shipping cost
- item name
- item qty
- item price
- item brand
- item category
Product view 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”).
Tracked data*:
- currency
- item brand
- item category
- item id
- item name
- item price
Product impression event
Tracks what products were viewed in product categories, up-sells, cross-sells, widgets.
Tracked data*:
- currency
- item brand
- item category
- item id
- item name
- item price
Product teaser click event
Tracks clicks in product teasers in product categories, up-sells, cross-sells, widgets and blocks (except “All products” and “Featured products” blocks).
Tracked data*:
- currency
- item brand
- item category
- item id
- item list name (e.g. “up-sells”)
- item list pos (on which position the product was on the list)
- item name
- item price
- item qty
Checkout start 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.
Tracked data*:
- cart qty
- cart value
- currency
- item brand
- item category
- item id
- item name
- item price
- item qty
Add to cart event
Works on single, variable and grouped products 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 page for more details.
Tracked data*:
- currency
- item brand
- item category
- item id
- item name
- item price
- item qty
- item list name (for products in lists, e.g. categories or up-sells)
- item list pos (position of an item on the list)
Add to wishlist event
Works if wishlist button is added right after the “add to cart” button. Other placements have not been tested.
Attention! Requires additional setup on the WooCommerce Tracking page.
Tracked data*:
- currency
- item brand
- item category
- item id
- item name
- item price
- item qty
Remove from cart event
Works on products in the cart page and in the mini cart (if displayed using the standard WooCommerce function).
Tracked data*:
- currency
- item brand
- item category
- item id
- item name
- item price
- item qty
* Every tracking tool accepts different data. Please see their documentation for details.