Confirmed bug · OpenAI Ads pixel

Your OpenAI Ads pixel might be silently breaking your conversion data.

OpenAI's official install snippet has a bug that fires a registration event on every page load. We caught it doing client work for our agency. We're shipping a WordPress plugin and Shopify app that auto-installs the corrected snippet — get notified when they launch.

Free to install · No credit card · WordPress + Shopify
Read the full bug report

What's actually broken

What's broken

OpenAI's official install snippet ends with a stray oaiq("measure", "registration_completed", ...) call. Because the snippet sits in your site's <head>, that line fires on every page load — not just on actual registrations.

Why it matters

Every visitor's pageview is recorded as a completed registration. ROAS, CPA, and conversion-rate metrics all become unreliable. If you use conversion-based bidding, OpenAI's auction optimizes against fake conversions.

Who's affected

Every advertiser who pasted the snippet from the Ads Manager setup flow — which is most new advertisers, since most follow the in-product install instructions rather than the developer docs.

The plugin auto-installs the corrected snippet — and watches your pixel so you don't have to.

  • Replaces OpenAI's broken snippet with a corrected one on install
  • Monitors pixel firing rate and conversion event flow
  • Alerts you the moment tracking goes silent
  • Free to install · Pro tier adds health monitoring + email/Slack alerts
  • Available on WordPress.org and the Shopify App Store in 4–6 weeks
Fixed
<script>
  !function(w, d, s, u) {
    if (w.oaiq) return;
    var q = function() { q.q.push(arguments); };
    q.q = [];
    w.oaiq = q;
    var j = d.createElement(s);
    j.async = 1;
    j.src = u;
    var f = d.getElementsByTagName(s)[0];
    f.parentNode.insertBefore(j, f);
  }(window, document, "script", "https://bzrcdn.openai.com/sdk/oaiq.min.js");
  oaiq("init", { pixelId: "YOUR-PIXEL-ID" });
</script>

Don't want to wait for the plugin?

Reach's agency team will patch your pixel install and set up your conversion tracking properly — usually within 48 hours.

Independent confirmation

This bug has been independently surfaced by other operators in May 2026. See for example:

Privacy policy