TL;DR
Pinterest does have a Conversions API [1], and Shopify's native Pinterest channel covers the browser pixel for most stores. Server-side CAPI forwarding status varies by setup, so every merchant running Pinterest ads should confirm what their store is actually sending. Third-party Shopify tracking apps mostly skip Pinterest entirely. For stores spending under $1K/month on Pinterest, the browser pixel is enough. Above $5K/month, a GTM server container workaround starts to pencil out.
Key Takeaways
- Pinterest's Conversions API exists and accepts server-side events, but you need to verify at developers.pinterest.com/docs/api/v5/conversion-events/ whether your store actually uses it [1].
- Shopify's native Pinterest sales channel installs the browser-side tag; CAPI forwarding depends on your channel version and configuration, check Sales channels → Pinterest in Shopify Admin [2].
- Most third-party Shopify tracking apps do not support Pinterest at all. WeltPixel Conversion Tracking is in this group today.
- If you spend $5K+/month on Pinterest ads, a GTM server container can pipe events to Pinterest CAPI, but setup time is real and ongoing maintenance adds overhead.
- For monthly Pinterest spend below $1K, the browser pixel via Shopify's native channel is good enough. Don't over-engineer it.
Does Shopify support Pinterest server-side tracking?
Shopify's native Pinterest channel installs the browser-side Pinterest tag on your storefront automatically [2]. Server-side forwarding to Pinterest's Conversions API is a separate question, and the answer varies by channel version and how your store is configured.
The Shopify Help Center is the source of truth here [2]. Pinterest's own API docs confirm CAPI accepts server events including checkout, add_to_cart, and page_visit [1]. But Shopify's channel connecting those two things depends on which version of the Pinterest sales channel your store is running and whether CAPI has been enabled in that channel's settings.
The short version: do not assume that installing the Pinterest sales channel means you have server-side coverage. Browser pixel, yes. CAPI, verify.
Verify on your own store
- In Shopify Admin, go to Sales channels in the left sidebar and click Pinterest.
- Look for a section labeled "Conversions API" or "Enhanced Match." If you see a CAPI token or API access token field with a value filled in, server-side forwarding is configured.
- If you see only a Pinterest tag ID and no CAPI section, you are running browser-side only.
- Cross-check in Pinterest Ads Manager: go to Ads → Conversions and look at the event source column. Events tagged as "API" or "CAPI" confirm server-side delivery. Events tagged only as "Tag" are browser-side.
- If you need to compare event counts between browser and server, Pinterest's Event Diagnostics tool lives under Ads → Conversions → [your tag] → Diagnostics.
How can I track Pinterest conversions server-side on Shopify in 2026?
You have three realistic options today, plus a fourth that involves waiting.
Option 1: Shopify's native Pinterest sales channel with CAPI enabled. This is the lowest-effort path. If your store's Pinterest channel version supports CAPI, enable it in the channel settings and provide your Pinterest API access token. Shopify handles the server-side event forwarding from there. Check Shopify's current documentation [2] for which channel version supports this and any prerequisites.
Option 2: GTM server container. If you already run a server-side GTM container for Meta or Google Ads, you can add a Pinterest CAPI tag to the same container. Pinterest's Conversions API accepts the same event schema structure you are likely already using [1]. This only makes sense if the GTM server container is already running, since standing one up just for Pinterest at sub-$5K/month spend is rarely worth the cost and complexity. If you are curious how sGTM fits into a broader Shopify tracking stack, this guide to server-side GTM for Shopify covers the setup in detail.
Option 3: Manual conversion uploads via Pinterest Ads Manager. Pinterest Ads Manager lets you upload offline conversion events in CSV format. This is viable for high-volume stores that already have clean order export data. It is tedious for ongoing use, but it works without any additional infrastructure. Go to Ads → Conversions → Upload in Pinterest Ads Manager to access the template.
Option 4: Wait for a third-party app that supports Pinterest CAPI. Most Shopify tracking apps do not support Pinterest today. This will likely change as Pinterest ad spend grows. The tradeoff is timing: if you need it now, options 1-3 are your only paths.
When is Pinterest server-side worth the effort?
The decision is straightforward once you put a spend number on it.
Under $1K/month on Pinterest: Use the native Shopify Pinterest channel for browser-side pixel coverage and move on. The signal loss from browser-only tracking at this spend level does not justify any additional setup.
$1K to $5K/month: Confirm that your Shopify Pinterest channel is correctly configured and verify in Pinterest Ads Manager that conversion events are registering. If the native channel is working, you likely do not need to do anything else. If events are missing or mismatched, revisit option 1 above.
$5K+/month: At this level, browser signal degradation from ITP and ad blockers starts affecting Smart Bidding. If you already have a GTM server container running for Meta or Google, adding Pinterest CAPI to that container is a reasonable afternoon of work. If you do not have sGTM set up yet, weigh the monthly cost of a container (typically $50-$150/month on Cloud Run or similar) against your Pinterest ad spend before committing.
Rule of thumb: Pinterest CAPI is worth dedicated infrastructure once you are spending enough that improved conversion signal would move the needle on campaign decisions. For most Shopify merchants running Pinterest, that threshold is somewhere north of $3K-$5K/month in Pinterest spend, where Smart Bidding optimization starts depending on conversion data accuracy.
This same spend-based logic applies to other channels. The article on when server-side tracking actually improves ROAS covers the Meta and Google Ads version of this calculation with more depth.
Does WeltPixel Conversion Tracking support Pinterest?
No, not today.
WeltPixel Conversion Tracking handles server-side event forwarding with deduplication for GA4, Meta, TikTok, and Google Ads. Those four channels represent where the majority of Shopify ad spend sits, and they all benefit directly from server-side event_id deduplication that prevents inflated conversion counts.
Pinterest CAPI is on our roadmap. We are not shipping it yet because we want to do it correctly, which means shared event_id deduplication between browser and server the same way WCT handles Meta. Shipping a Pinterest integration without deduplication would create more problems than it solves. There is no committed date to share.
For now, the practical recommendation is: use Shopify's native Pinterest channel for browser-side coverage, verify CAPI status using the steps above, and install WeltPixel Conversion Tracking for the four channels where it has complete server-side coverage today.
If you are running Magento 2 instead, our Pinterest Server-Side Add-on ships native Pinterest Conversions API integration with shared event_id deduplication, so the gap above does not apply on the Magento side.
FAQ
Does Pinterest have a Conversions API like Meta?
Yes. Pinterest's Conversions API accepts server-side events including checkout, add_to_cart, page_visit, and lead [1]. It works similarly to Meta CAPI in that you send events from your server with a matching event ID to deduplicate against browser-side tag events. The API documentation is at developers.pinterest.com/docs/api/v5/conversion-events/.
Does the Shopify Pinterest sales channel send server-side events?
It depends on your channel version and configuration. The browser-side Pinterest tag is installed by default [2]. CAPI forwarding requires a separate setup step and may not be available in older versions of the channel. Verify in Sales channels → Pinterest in Shopify Admin, and confirm in Pinterest Ads Manager under Ads → Conversions that you see events sourced from "API" and not just "Tag."
Can I use a GTM server container for Pinterest CAPI on Shopify?
Yes, if you already have a server-side GTM container deployed. Pinterest CAPI can receive events from an sGTM setup using a custom tag template or a third-party Pinterest tag. This only makes sense economically if the sGTM container is already running for other channels like Meta or Google Ads. Standing up a container just for Pinterest is not cost-effective unless your Pinterest spend exceeds roughly $5K/month.
Why don't more Shopify tracking apps support Pinterest?
Pinterest's share of Shopify merchants' paid social budgets is smaller than Meta or TikTok, so third-party apps prioritize higher-volume channels first. Pinterest CAPI also requires careful event deduplication to avoid inflating conversion counts, which is a non-trivial engineering investment. Expect this to change as Pinterest's shopping features mature and ad spend grows.
What is the quickest way to check if my Pinterest tracking is broken?
Go to Ads → Conversions → [your tag] → Diagnostics in Pinterest Ads Manager. The diagnostics page shows event match quality scores and flags any missing required fields. If you see zero API events and only Tag events, you are running browser-side only. If you see no events at all within 24 hours of a purchase, your tag is likely misconfigured.
What WeltPixel Conversion Tracking Does Cover
WeltPixel Conversion Tracking handles server-side event forwarding with shared event_id deduplication for GA4, Meta, TikTok, and Google Ads, which is where most Shopify stores have concentrated ad spend. If those four channels are where your budget lives, WCT eliminates the browser signal loss that degrades Smart Bidding and Meta's Advantage+ audience signals.
Pinterest support is on our roadmap. Until it ships, the recommendation is: verify your Shopify native Pinterest channel CAPI status using the steps above, and use WCT for the channels it handles today.
Install WeltPixel Conversion Tracking
Sources
- Pinterest Developers. "Conversion Events API v5." https://developers.pinterest.com/docs/api/v5/conversion-events/
- Shopify Help Center. "Pinterest sales channel." https://help.shopify.com/en/manual/online-sales-channels/pinterest