Skip to content
shopify mobile mockup
Shopify·Aug 27, 2026·6 min·

Your Shopify Conversion Tracking Died on August 26. Here’s How to Tell.

On August 26, 2026, the deadline ran out for non-Plus Shopify stores, and the scripts that used to run on the Thank you and Order status pages stopped running with it. If your Shopify conversion tracking lived in that box, it stopped reporting that day, and nothing in your admin told you.

Your checkout didn’t break. Orders processed on the 26th, the 27th, and this morning. Nothing visibly failed, so nobody went and looked.

The store keeps selling while the data goes quiet. Confirming whether your Shopify conversion tracking survived is a short job, and it’s worth doing today rather than at the end of the month.

What Broke on August 26, and What Didn't

Shopify’s documentation splits this into two things that landed on the same date. Non-Plus merchants “had until August 26, 2026 to upgrade and replace your Thank you and Order status pages,” per Shopify’s upgrade guide, and once those pages upgrade the additional scripts on them are gone. Separately, “script tags stop running on the Order status page for all other stores” on the same date, per Shopify’s script tag deprecation notice.

Non-Plus means every plan below Plus, including Basic, Grow, and Advanced. The practical result is the same either way: the code that used to run on your confirmation page doesn’t run anymore. Shopify’s help center puts it plainly: “Additional scripts for tracking and analytics and page customizations aren’t supported on the new Thank you and Order status pages.”

The change is one of the last steps in Shopify checkout extensibility, the multi-year program that replaced editable checkout templates with a sanctioned extension and pixel model. Shopify stops injecting storefront script tags entirely on March 1, 2027, so this isn’t the end of the cleanup. Shopify checkout extensibility is why the replacement for your Shopify conversion tracking is an API surface rather than a text box you paste into.

For most stores, what was sitting in that box looked like this:

  • Google Ads and GA4 purchase conversion tags
  • Meta and TikTok pixels
  • Affiliate and postback tracking
  • Custom order-confirmation logic, COD handling, or upsell scripts pasted in years ago by someone who's no longer on the team

One scope correction, because a lot of merchants are being quoted for work that doesn’t apply to them. If you’re not on Shopify Plus, you never had checkout.liquid. Shopify’s documentation is explicit that the layout is a Plus feature: “If you’re on Shopify Plus, then you can get access to the checkout.liquid layout,” per the checkout customization docs. What you lost is the Additional Scripts field, not a checkout template, so a quote for a “checkout.liquid migration” on a Basic, Grow, or Advanced plan is describing a file your store never had.

Why Shopify Conversion Tracking Fails Without a Single Error

Ad platforms don’t distinguish between “this store had no conversions today” and “this store stopped telling us about conversions today.” Both arrive as the same thing, which is silence.

So the optimization keeps running on the signal it’s getting. Budget shifts toward whatever’s still reporting, which after the 26th is whichever channels happened not to depend on that field. Smart Bidding and Advantage+ don’t pause to ask whether the drop is real. They reallocate.

Meanwhile your Shopify admin still shows every order. Revenue is fine, the store is fine, and the only place the failure exists is in the gap between what actually happened and what your ad accounts believe happened. That gap is invisible until someone reconciles the two, and reconciliation isn’t a daily habit anywhere.

An outage announces itself in an hour. Broken Shopify conversion tracking waits for your ROAS reporting to drift far enough that somebody asks a question.

How to Check If Your Shopify Conversion Tracking Is Still Alive

Don’t start in Shopify. To test Shopify conversion tracking you start in the platforms that are spending your money, because they’re the ones holding the evidence.

Pull a daily conversion count in Google Ads and GA4 for the two weeks before August 26 and compare it to everything since. You’re not looking for a dip. You’re looking for a step change that lands on or just after the 26th and doesn’t recover, in a period where your Shopify order count stayed flat or grew.

Then place a live test order on your own store. Watch whether the purchase event actually fires and lands in the destination platform, not just whether a pixel loaded on the page. A pixel that loads and never sends a purchase event is the exact failure mode here, and it looks healthy in every browser extension that only checks for the pixel’s presence.

Where Broken Shopify Conversion Tracking Shows Up First

Check GA4 first. GA4 records a purchase on the day it happens, so a hard stop shows up there as a clean cliff on a single date. Google Ads attributes conversions back to the date of the click and its most recent days are always incomplete, so the same break arrives smeared across a week and is easy to mistake for normal reporting lag. Meta tends to surface broken Shopify conversion tracking as a sudden collapse in attributed purchases with stable link clicks, which is the shape people misread as creative fatigue.

Check affiliate and postback partners separately. Those integrations frequently lived in Additional Scripts and nowhere else, and unlike Google or Meta they have no app pixel to fall back on. An affiliate program that stopped firing postbacks on the 26th is also an affiliate program that stopped paying partners correctly, which becomes a relationship problem on top of a data problem.

You Can't Turn Additional Scripts Back On

You can only reactivate an additional script when your Thank you and Order status pages haven't completed their upgrade. If your Thank you and Order status pages are upgraded, then you can't reactivate your additional script.

There’s no undo once the upgrade finishes. There are third-party posts describing a 30-day rollback window tied to when your store was created, and Shopify’s own documentation doesn’t support it. Plan on the field being gone permanently, because that’s what the vendor says.

If your pages haven’t finished upgrading yet, go read what’s in there now. Shopify’s instruction is “On the Upgrade guide page in your Shopify admin, go to the Additional scripts section.” Screenshot it. Shopify’s documentation doesn’t say whether that list survives the upgrade, so treat it as something to capture rather than something you can come back to. It’s the only record of what you’re rebuilding, and nobody remembers accurately what accumulated in that box over the years.

Rebuilding Shopify Conversion Tracking on Web Pixels

The replacement lives in a different place in the admin. Per Shopify’s pixels documentation, “[y]ou can add and manage pixels in the Customer events section of your Shopify admin,” and pixels come in two forms: app pixels installed by a marketing app, and custom pixels a developer adds by hand.

Shopify’s own preference is unambiguous. “App pixels are the recommended solution in the upgrade guide for improved stability, security, and performance,” and only “if there isn’t an app that meets your needs” should you write a custom pixel. For Google, Meta, TikTok, and Klaviyo, the official app pixel is the right answer.

Sort your inventory into two piles. Anything covered by an official app pixel gets reinstalled through the app, and anything left over becomes a custom pixel in Shopify customer events. Then test each one with a real order, because a migrated tag that fires on the wrong event is worse than one that doesn’t fire at all.

The Conversion Tracking a Custom Pixel Can't Replace

Custom pixels run in a sandbox, and Shopify documents real limits on what that sandbox can do. “Pixels sandboxes can’t render user interface elements, such as buttons, forms, banners, or modals.”

They also can’t automatically detect several things that scripts in the old field could, including email and phone captured by scraping the page, outbound link clicks, page scrolling, and heatmap interactions. And in the Lax sandbox, automatically detected page URLs “include a sandbox version and not exactly reflect the main window’s URL,” which quietly breaks any tool keying on the URL.

So if your Additional Scripts field held a post-purchase survey widget, a referral banner, a heatmap tool, or anything that scraped the confirmation page for a customer’s email, that isn’t a migration. It’s a replacement project, and it needs a real app or a different approach. Shopify’s documented workaround for part of this is to publish custom events instead of scraping the DOM, which means engineering work rather than a copy and paste.

Getting Your Shopify Conversion Tracking Back Under Control

Restoring Shopify conversion tracking is a sequence. Pull the Additional scripts inventory from the upgrade guide first, because that record is your only source of truth. Compare daily conversions before and after the 26th in every ad platform you spend in. Reinstall official app pixels where they exist, rebuild the rest as custom pixels in Customer events, and place a test order to confirm each event actually arrives.

Then go back and look at what your ad platforms did during the blind window. Any automated bidding that reallocated budget on bad signal for a week made decisions you’d want to review, and those decisions don’t reverse themselves once tracking comes back.

If the reconciliation turns into a bigger question about where your funnel is actually losing money, that’s the work our conversion rate optimization audit and checkout optimization engagements exist for. But Shopify conversion tracking has to be trustworthy first. Every optimization decision downstream of a broken pixel is a guess wearing a number.

EJ Ulery

About the author

EJ Ulery

Co-Founder & CTO

EJ Ulery on LinkedIn

Not sure where the gap is? That's exactly what the Digital Marketing Growth Audit is for.

A free, no-obligation look at where your site can win more traffic and conversions, with a clear digital marketing roadmap to get there. Just a straight read on where your digital presence stands and where it's headed.