Ecommerce
If you’re an e-commerce site, then GA4 has a lot of tracking specifically for it.
- Purchase events
- Add to cart events
- Begin checkout events
We’ve got some nice and easy settings to help set-up GA4 for it.
Where is this in the Pipeline Interface?
What are you setting up on this page?
This page allows you configure e-commerce settings for your pipeline.
We do most of the e-commerce settings automatically so there isn’t a huge amount!
If you check the box to say you’re an commerce site then two things happen:
- Pipeline will automatically pull e-commerce events into your GA4 output tables.
- It will generate an additional item scope level table to analyse your products.
How do I do it?
Ecommerce checkbox
If you are an e-commerce site then tick the box. Not much to this one.
Item properties
You can then also choose any extra item properties you want incorporated into your items table.
This is very similar to what we did in extracting extra data for GA4. But just for items.
What we are technically doing here is unnesting the values in item_properties so that we can use them in recording e-commerce events.
Again similar to extracting extra data for GA4, we also provide a form below which gets every custom item properties with two example values for each event.
These are taken from the last day of GA4 data.
E-Commerce FAQs
By default we only include the standard e-commerce events.
You'll need to any additional funnel steps you want in a conversion. Jump to the Conversion Events section to add these in.
Check the box and these will be automatically populated once they are set up.
In order to get a joined up view, you’ll need to create them as custom conversions in this section.
You can then make a conversion which matches either x_conversion
event or y_conversion
event. There's an example on the conversion events page.