Google Data Manager API: What WooCommerce Stores Must Migrate in 2026
The Google Data Manager API is a single endpoint for sending conversion, audience, and GA4 event data to Google’s advertising products, and it became generally available in December 2025. After June 15, 2026, the legacy Google Ads API offline conversion import stops working for accounts that haven’t used it in the prior 180 days. WooCommerce stores sending CRM data, offline conversions, or Enhanced Conversions for Leads need to move those workflows to Data Manager before legacy access is revoked, or lose conversion signal that ad bidding depends on.
What the Data Manager API actually is
It replaces a tangle of separate Google integrations with one door for all your first-party data.
Google’s own definition is refreshingly plain: the Data Manager API lets you send audience and conversion data to multiple Google advertising products with a single call. One endpoint reaches Google Ads, Display & Video 360, Campaign Manager 360, Search Ads 360, and Google Analytics. It became generally available on December 9, 2025.
Here’s the thing. For years, feeding Google your first-party data meant stitching together separate pipes: one integration for Customer Match audiences, another for offline conversions, a third for GA4 events. Each had its own quirks, its own auth, its own failure modes. Data Manager collapses that into a single ingestion layer.
The Google Data Manager API became generally available on December 9, 2025, unifying Customer Match, offline conversions, and GA4 events into a single endpoint.
And it kept expanding. As of May 7, 2026, Data Manager added GA4 event ingestion for any custom or recommended event, on top of the Customer Match and conversion support it launched with. Translation: the same connection that uploads your audiences now also carries your analytics events. One pipe, everything through it.
The June 15, 2026 deadline that forces the move
This isn’t optional housekeeping; the legacy path is being switched off on a hard date.
Google is retiring offline conversion imports from the Google Ads API. The UploadClickConversions request stops working after June 15, 2026 for accounts that haven’t used it within the preceding 180 days. New adopters can’t use the legacy path at all from that date.
There’s a subtle trap in the mechanics. Accounts that didn’t import offline conversions between December 2025 and May 2026 fall outside Google’s allowlist and receive a CUSTOMER_NOT_ALLOWLISTED_FOR_THIS_FEATURE error. So a store that paused its CRM uploads for a quarter can find the door already locked when it tries to resume.
| Date | What changes |
|---|---|
| Dec 9, 2025 | Data Manager API reaches general availability |
| May 7, 2026 | GA4 event ingestion added to Data Manager |
| Jun 15, 2026 | Legacy offline conversion import blocked for inactive/new accounts |
| Aug 5, 2026 | Google Ads API v21 sunsets; v21 requests begin to fail |
The v21 sunset on August 5 is the tell. Google’s 2026 deprecation cadence is deliberately squeezing conversion imports off legacy endpoints and onto Data Manager. If you wait for the error to appear, you’re already remediating in production instead of planning.
You may be interested in: Server-Side Events for WooCommerce Email and SMS After iOS
Why Enhanced Conversions for Leads matters most
For lead-gen and considered-purchase stores, this is the feature that connects a form fill to a real sale.
Plenty of WooCommerce businesses don’t close every sale in the browser. A quote request, a phone call, a sales-rep follow-up: the conversion happens later, offline. Enhanced Conversions for Leads captures hashed first-party lead data, such as an email, from your form, stores it in your CRM, then imports it back with Google identifiers so Google can match that eventual sale to the original ad click.
The payoff is measurable. In a multi-client test, enabling Enhanced Conversions produced an average 16% increase in tracked conversions, with four of five accounts seeing a lift and a peak result of 33%. That’s not new sales; it’s sales you already made finally showing up in Google’s reporting, where Smart Bidding can learn from them.
Enhanced Conversions for Leads captures hashed first-party email data from lead forms so Google can match offline conversions back to ad clicks with far higher accuracy.
Here’s why the deadline bites hardest here. Enhanced Conversions for Leads rides on the same offline-import plumbing being retired. When the legacy import goes dark, so does the signal that taught your bidding which leads become revenue. Miss the migration and your campaigns optimize toward form fills, not customers.
What WooCommerce stores need to migrate
Map your data flows to Google now, and you turn a forced deadline into a cleaner architecture.
Start with an inventory. List every place you currently push data to Google: offline conversion uploads from your CRM, Enhanced Conversions for Leads, Customer Match lists, and GA4 events. Anything using the Google Ads API offline import is on the clock. Anything you’d like to unify can now share one connection.
The practical shift is that Data Manager expects hashed, consent-governed first-party data sent server-to-server. That suits a server-side event pipeline far better than browser tags, because the store already holds the order, the email, and the value on the backend where hashing belongs.
This is exactly the workflow Transmute Engine handles for WooCommerce: it captures the order and customer data server-side, hashes the identifiers, and routes them to Google’s Data Manager alongside GA4 and Meta. One event, correctly hashed, delivered to the endpoint Google is standardizing on.
Whether you build it yourself or use a tool, the deadline doesn’t move. Confirm your offline imports are running before mid-2026, then plan the Data Manager migration rather than discovering the allowlist error the hard way.
Key Takeaways
- One endpoint, all data: Data Manager unifies Customer Match, offline conversions, and GA4 events into a single API, generally available since December 2025.
- June 15, 2026 is the hard line: legacy Google Ads API offline imports stop working for accounts inactive in the prior 180 days.
- Watch the allowlist trap: pausing CRM uploads between December 2025 and May 2026 can lock you out with a not-allowlisted error.
- Leads are most exposed: Enhanced Conversions for Leads lifted tracked conversions 16% on average and rides the same plumbing being retired.
- Server-side fits the model: Data Manager wants hashed first-party data sent server-to-server, which a WooCommerce backend is built to provide.
It’s a single connection for sending your first-party data to Google. Instead of separate integrations for Customer Match audiences, offline conversions, and GA4 events, you send everything to one endpoint that fans it out to Google Ads, DV360, Campaign Manager, Search Ads 360, and Analytics.
After June 15, 2026, the legacy Google Ads API import stops working for any account that hasn’t used it in the prior 180 days, and new adopters can’t use it at all. If your account wasn’t importing offline conversions between December 2025 and May 2026, you’ll hit a not-allowlisted error and must move to Data Manager.
Not urgently. The June 2026 change targets offline conversion imports and Enhanced Conversions for Leads, which pull from a CRM or point of sale. If you send phone-sales, in-store, or lead-to-sale data back to Google, you’re affected. Pure online-checkout tracking isn’t the immediate concern, but Data Manager is where all of it is heading.
It ingests hashed first-party identifiers such as email and phone, plus conversion values and Google click identifiers. Data is hashed with SHA-256 before it leaves your system, and Google supports encrypted matching. You still need consent for the underlying data, but the architecture keeps raw personal data out of the request.
References
- Google for Developers — Data Manager API (2026). developers.google.com/data-manager/api
- Google Ads Developer Blog — Data Manager API is now generally available (2025). ads-developers.googleblog.com
- Search Engine Land — Google is moving offline conversion imports out of the Google Ads API (2026). searchengineland.com
- PPC Land — Google blocks new offline conversion imports via Ads API from June 15 (2026). ppc.land
- Google Ads Help — Enhanced Conversions for Leads (2026). support.google.com
- Workshop Digital — Benefits of Enhanced Conversions (2025). workshopdigital.com
Not sure which of your data flows are affected? Map your Google integrations to Data Manager before the June 2026 deadline turns planning into cleanup.