Shopify custom pixel limitations - GTM Server + Stape + Meta browser

Shopify custom pixel limitations - GTM Server + Stape + Meta browser events not firing

Google is recommending all Shopify merchants migrate their Google tags to the Google & YouTube app before
August 2026. They say custom pixels are “not a supported implementation.”

My current setup:

  • GTM Web loaded in theme.liquid via Stape server-side proxy
  • Custom pixel for checkout events (purchase, payment info, shipping info)
  • GTM Server on Stape handling GA4, Google Ads, Meta CAPI, TikTok
  • Google & YouTube app is NOT active

I’m getting this warning in GTM: “Unsupported tag implementation detected on Shopify. Your Google tag is
running in a Shopify custom pixel.”

Beyond the warning, I’m seeing a real data issue: Meta Pixel browser events (AddToCart, InitiateCheckout,
Purchase) are not firing from the custom pixel. Only server-side CAPI events arrive. PageView fires from
browser on regular pages but all checkout events are server-only.

This means my Meta website custom audiences (Add to Cart 60 days, Purchase 60 days, etc.) show almost zero
people despite having real traffic and sales. This is hurting remarketing and campaign optimization.

My concern is that the Google & YouTube app doesn’t support GTM. If I migrate to the app, I lose server-side
tracking for Meta, TikTok, and all custom configurations in GTM.

Questions for the community:

  1. How are you handling this migration deadline while keeping GTM Server on Stape?
  2. Is anyone running the Google & YouTube app for Google tags alongside GTM Server for Meta/TikTok without
    conflicts?
  3. Is the Meta browser event issue a known limitation of the custom pixel sandbox? Would migrating Google
    tags to the app while keeping Meta/TikTok in the custom pixel solve anything, or is the sandbox limitation
    the same for all tags?
  4. Does Stape have a recommended approach for Shopify merchants facing this change?
  5. Has anyone seen actual data loss from keeping the custom pixel setup, or is this mostly Google pushing
    their own app?

Would appreciate hearing how others are solving this. Thanks.

Google is recommending all Shopify merchants migrate their Google tags to the Google & YouTube app before
August 2026. They say custom pixels are “not a supported implementation.”

I think you can safely ignore this message. It looks like an attempt by Google to get you to switch to their product.

Beyond the warning, I’m seeing a real data issue: Meta Pixel browser events (AddToCart, InitiateCheckout,
Purchase)

Upon checking your website, I can see that the web events for add_to_cart and initiate_checkout are firing, but I haven’t seen add_shipping_info, even though this event is present in the data layer.


If your Meta web events are configured using tags in GTM, I recommend you check the event triggers and requared parameters to pass with them. In the GTM preview, you can also check how the add_to_cart event is working.

As for recommendations, we suggest using our app to inject GTM script/custom loader and adding data layer to your website, and to a custom pixel. Configure data transmission to the server for Meta using Data Tag/Data Client and set up a separate tag for each event with its own trigger and payload, as different events require different parameters.