Open bpromo opened 9 years ago
This is a strange and unfortunate artifact of the way woocommerce (really wordpress) works. I've been aware of it for some time but do not know how (or if) we can work around it.
For now I think we have to live with it. :(
Oh and yes this should be reported on https://github.com/promotably/woocommerce too.
Steps To Reproduce:
select site_shopper_id,type,control_group from events where site_shopper_id = '337ab4d8-5cbb-46a5-9f30-c2c92cd9b7ba';
In step 5 we get a new
productview
event. I think if possible we should catch that the item was added to cart (and therefore already viewed) otherwise our metrics will be skewed for people who purchase.Realize this shouldn't be in API but I'm not sure where it should be. I think either our php module or our JS pixel would need to be aware of the repeat product page view and make this correction.
cc @cvillecsteele @tomsouthall @smnirven @wgb