Pinterest Zero Volume Active Events
Pinterest Events Manager lists these events as active, but the volume column reads zero. The configuration is published. The event is wired up. Something between the site and Pinterest is silently dropping the call, or the event was never connected to a real user action in the first place. Either way, any campaign optimizing against the event is bidding for an outcome Pinterest cannot see.
Why It Matters
A zero-volume active event has three usual causes, and the first audit task is figuring out which one applies. The first is a trigger that does not match the real page. The tag is published, but the GTM trigger condition (URL contains, click on selector, dataLayer event name) never matches what the site actually emits. Order confirmation pages get redesigned and the trigger URL pattern goes stale. PDP add-to-cart selectors get renamed by a theme update. The tag still loads on every page; the event call inside it never executes. The second is a tag blocked by consent or by an ad blocker before the event call runs. Consent platforms that gate the Pinterest Tag will allow the base script to load but suppress the `track` call indefinitely if the user has not granted consent or if the consent state never resolves. Ad blockers do the same thing at the network level. The third is a renamed event that no longer matches the trigger code. Someone renamed the event in Events Manager from `Checkout` to `Purchase` to align with internal language, but the site code still calls `pintrk('track', 'Checkout', ...)`. Both sides exist; they do not point at each other. In every case, the campaign optimizing against the event sees zero conversions and has no signal to learn from.
How To Fix It
- For each zero-volume event, identify the intended trigger (page URL, user action, dataLayer event) and confirm the trigger fires on the live site using Tag Manager preview or browser devtools.
- Inspect the network panel during the expected user flow and look for the Pinterest `track` call carrying the event name. If the call never appears, the trigger is the problem. If it appears but Events Manager shows zero, the event name on the call does not match the event configured in Events Manager.
- Check the consent platform integration to confirm the Pinterest Tag and its `track` calls execute after consent is granted.
- Reconcile the site code event name with the Events Manager event name exactly.
- Re-fire the event and confirm Events Manager registers volume within minutes; wait 24 hours and verify campaign optimization begins seeing the event.
Example
Active in Events Manager: Checkout (0 volume)
Site code: pintrk('track', 'checkout', ...) // lowercase, no match
Fix: pintrk('track', 'Checkout', ...)This Pinterest Tag has events listed as active in Events Manager with zero recorded volume. Pinterest only counts an event when the `track` call from the site matches the configured event name exactly and the call reaches the Pinterest endpoint. Zero-volume active events typically indicate a trigger condition that no longer matches the live site, a consent platform suppressing the call indefinitely, an ad blocker dropping the request at the network layer, or a name mismatch between the published event and the site code. Any campaign or audience optimizing against the event has no signal to learn from while spend continues, producing reporting that shows zero conversions even when the underlying user action occurs on the site. Fix: confirm the trigger fires on the live site, inspect the network panel for the Pinterest `track` call during the expected user flow, reconcile event name strings between site code and Events Manager, and verify the consent integration releases the call after consent is granted. Source: help.pinterest.com/en/business/article/install-the-pinterest-tag.
Drop this paragraph into your client deliverable. Sources back to the canonical platform documentation linked below.
References
Audit your own files for this check
AdLint runs this check (and 177 others) against your GTM, Google Ads, Meta, TikTok, LinkedIn, Pinterest, Twitter/X, and Snapchat exports. Everything stays in your browser. No uploads, no accounts.
Run a free audit