just checking your site, I noticed you have the “Buy it now” option on your product site. This means that if a customer wants to buy a product (and only this one product), he/she can click the “Buy it now” button instead of adding it to the cart and then proceed with the purchase.
Add to cart event is fired when someone clicks the button “Add to cart”, so basically, this is not happening if the customer goes directly to the checkout (by clicking the “buy it now” button).
Is it normal to just leave this? Or do most sites amend the code to include ‘buy it now’ clicks to fire the add to cart event.
It seems odd to have more reached checkouts than add to carts - i’m now having to add ‘add to carts’ and ‘reached checkout - add to carts’ to understand add to cart > purchase ratio.
To be sure that my explanation is 100% correct, I would set up events on the buttons (add to cart and buy it now) to see how they are firing up in GA (if you’re using them). You can then see how many events are firing up. Read more about GA events here: https://developers.google.com/analytics/devguides/collection/analyticsjs/events
I wouldn’t amend the code — I would set up a new event to see the buy it now button in analytics. Plus, if using FB ads and optimizing for e.g. add to cart event, it could cause some problems with targeting and optimization since add to cart and buy it now button targets at different stage of purchase funnel and hence at different people.