OĞUZ EROLADS & AI

GA4 E-Commerce Setup | Making the Funnel Visible

2 min read18 August 2026

GA4’s e-commerce tracking records every step from a user seeing a product to buying it. Set up correctly it shows at a glance where you lose customers; set up incompletely you are left with a total sales count and nothing else.

The steps of the funnel

The measured chain runs like this: product list viewed, product clicked, product page viewed, added to cart, checkout started, purchase completed. Each step is sent as a separate event.

The value of that chain is showing the breaking point. If add-to-cart is high but checkout starts are low, the problem is shipping or payment options; if checkout starts are high but purchases are low, the problem is the payment page. A setup that only measures purchases cannot make that distinction.

Data layer structure

E-commerce events must carry product information in a specific shape: product ID, name, category, price and quantity. That structure arrives through the Tag Manager data layer.

It is critical that the product ID matches the ID in your Merchant Center feed. If they differ, dynamic remarketing does not work: the product a user viewed cannot be shown back to them because the two systems know it by different names.

Common mistakes

First, not sending currency. Amounts are then interpreted in a default currency and reports come out meaningless.

Second, sending value inconsistently: tax included in some events, excluded in others. Third, never setting up remove-from-cart and refund events — without those the funnel only shows the forward direction.

Fourth, and most insidious, losing the source because of the payment provider. A user who leaves to pay and returns is counted as a new session and the sale is recorded as direct traffic. I always check that setting on the e-commerce conversion tracking side.

Connecting it to advertising

Once setup is complete this data becomes a decision tool, not just a report. People who add to cart without buying turn into a remarketing audience; product-level performance becomes the basis for differentiated bidding in shopping campaigns.

How do we start? First I test your existing e-commerce setup: which steps are measured, whether product IDs match the feed, whether the source is lost. I send the findings in writing. You can reach me from the contact page.

Frequently Asked Questions

Is a plugin setup enough?

It usually covers the basic events, but product ID matching and the payment provider setting normally need manual checking. Do not treat an untested setup as sufficient.

Do I have to measure every funnel step?

Not every one, but you need at least add-to-cart and purchase. The more intermediate steps you add, the better you can see where people drop out.

Why measure remove-from-cart?

It shows which products go into carts and come back out. When that rate is high for a specific product, the cause is usually price, shipping or delivery time.