Running Pinterest ad campaigns without proper conversion tracking is like driving with your eyes closed. You're spending money on promoted pins, but you have no idea which ones actually lead to leads, sales, or sign-ups on your Webflow site.
The Pinterest tag (what many people still call the "Pinterest pixel") solves this by tracking real actions visitors take after clicking your ads. Once installed correctly, you'll see which pins drive form submissions, add-to-cart events, and completed purchases—not just clicks.
This guide shows you the exact steps to install the Pinterest tag in Webflow, set up conversion events that fire at the right moment, and verify everything works before you spend another dollar on ads.

Proper Pinterest tag implementation transforms guesswork into data-driven optimization. With the right tracking setup in your Webflow project, you gain visibility into which promoted pins actually drive business results instead of just engagement metrics.
Pinterest officially calls their tracking code the "Pinterest tag," though most marketers still refer to it as the "Pinterest pixel." Both terms mean the same thing, but Pinterest's interface, documentation, and troubleshooting tools all use "tag." Understanding this terminology helps when you're troubleshooting or searching for help with your Webflow implementation.
The base tag alone provides basic visitor data, but conversion events are what enable campaign optimization and ROI measurement.
Before installing any code, verify you have the necessary access and capabilities in both platforms. This preparation step prevents frustration midway through the Webflow installation process.
You need a Pinterest business account with advertiser access to install the tag and view conversion data. Log in to your Pinterest business account and confirm you can access the Conversions section under the hamburger menu.
When you start the Pinterest tag setup and enter your website URL, Pinterest may show a large "Google Tag Manager" integration option after you click "Check." This is Pinterest's streamlined integration partner method that connects directly with your GTM container. If you already use GTM on your Webflow site, this integration partner path is the fastest and most reliable option. Alternatively, you can choose manual installation by skipping to the code copy step.
Important: Choose ONE install path (GTM OR manual). Don't use both methods, as this will cause duplicate tag firing and inaccurate conversion data.
Webflow only allows site-wide custom code on paid site plans (Basic, CMS, Business, or Ecommerce). The free Starter plan does not support the custom code features required for Pinterest tag installation.
Keep these Webflow limitations in mind:
If your current plan doesn't support custom code, you'll need to upgrade to a paid Webflow Site plan. GTM also requires custom code in Webflow, so it isn't a workaround for the free plan.
The base tag contains your unique tag ID and must be obtained directly from Pinterest. This ensures your Webflow site reports conversions to your Pinterest account, not someone else's.

Follow this exact click-path to begin your tag setup in the current Pinterest interface:

At this point, Pinterest may display a "Google Tag Manager" option as an integration partner. If you see this option and already have GTM installed on your Webflow site, proceed with the GTM integration method below (recommended). If you prefer manual installation or don't use GTM, skip to the alternative manual method.
Choose ONE of the following installation paths. Do not use both methods, as this will cause duplicate tracking.
Google Tag Manager provides a streamlined way to install and manage the Pinterest tag on your Webflow site. This method is recommended for sites that already use GTM or plan to track multiple conversion events.
Prerequisites: Confirm GTM is already installed on your Webflow site and published. If you haven't installed GTM yet, follow our guide to install GTM in Webflow first.
Installation steps:

The GTM integration automatically configures the Pinterest base tag to fire on all pages. You'll configure conversion events in GTM using the steps in Step 4 below.
If you prefer manual installation or Pinterest doesn't show the GTM integration option, you can copy the base code directly and paste it into Webflow's custom code settings.
If Pinterest shows a GTM integration option, click "Skip to manual setup" or navigate back to copy the base code instead.
Accessing your personalized Pinterest tag code:

The code you copy includes your unique tag ID. This is the complete Pinterest base tag that loads on every page of your Webflow site to establish tracking capability.
Example only — don't paste this. Copy your real code from Pinterest so it includes your Tag ID.
<!-- Pinterest Tag -->
<script>
!function(e){if(!window.pintrk){window.pintrk = function () {
window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var
n=window.pintrk;n.queue=[],n.version="3.0";var
t=document.createElement("script");t.async=!0,t.src=e;var
r=document.getElementsByTagName("script")[0];
r.parentNode.insertBefore(t,r)}}("https://s.pinimg.com/ct/core.js");
pintrk('load', 'YOUR_TAG_ID_HERE');
pintrk('page');
</script>
<noscript>
<img height="1" width="1" style="display:none;" alt=""
src="https://ct.pinterest.com/v3/?tid=YOUR_TAG_ID_HERE&event=pagevisit&noscript=1" />
</noscript>
<!-- end Pinterest Tag -->
Adding Pinterest tag code to Webflow project settings:
Once you've copied the base code, install it site-wide through Webflow's custom code feature:

The base tag will now load on every page of your Webflow site. Verify it's working by visiting your published domain (not webflow.io preview) and using the Pinterest Tag Helper browser extension.
Before setting up conversion events, confirm your base tag loads correctly on your published Webflow site. This verification step prevents frustration later when conversion events don't fire because the base tag isn't working.
The Pinterest Tag Helper browser extension is the fastest way to verify your tag fires correctly on your published Webflow domain.


If Tag Helper shows no tag: For GTM installations, confirm your GTM container is published (Submit/Publish) and you're testing the same domain where GTM is installed. For manual installations, verify the code is in Project Settings → Custom Code → Head Code and your site is published. Check DevTools Network tab filtered for ct.pinterest to confirm the tag request fires.
Pinterest Ads Manager may also include a Test events feature where you can trigger test conversions and see them appear in real-time. This is an optional secondary verification method, but Pinterest Tag Helper remains the primary tool for quick verification.
The base tag alone only tracks page views. Conversion events tell Pinterest when specific actions happen—like form submissions, purchases, or other key conversions. This is where tracking becomes valuable for campaign optimization.
We'll show one GTM example using a thank-you page to track form submissions. For other events like AddToCart or Checkout, choose what matches your funnel or contact us for an advanced setup.
The most reliable way to track form submissions in Webflow is by triggering a Lead event when someone lands on a dedicated thank-you page after submitting a form.

Setup steps:

<script>
pintrk('track', 'lead');
</script>
If your Pinterest account includes the Test events feature, you can also verify the event appears there in real-time.
Depending on your business model and funnel, you may want to track additional conversion events:
Each of these events requires careful trigger setup in GTM to avoid false conversions. Need help implementing the full event map? We can help—get in touch.
When implementing Pinterest tag tracking on your Webflow site, you may encounter several common issues. Here are the most frequent problems and their solutions:
Many Webflow users have similar questions when implementing Pinterest tag tracking. Here are answers to the most common queries about Pinterest conversion tracking on Webflow sites.
The Pinterest tag is Pinterest's conversion tracking code that monitors visitor actions after they click your ads. Pinterest's interface, documentation, and troubleshooting tools use "tag" terminology, even though many marketers still say "pixel".
In Webflow, you install a base tag site-wide, then add event codes to track specific conversions like Lead, AddToCart, and Checkout.
Tip: Use "Pinterest tag" when searching Pinterest's tools and documentation, since that matches their current UI.
You have two options: GTM integration (recommended) or manual installation. For GTM, connect Pinterest to your GTM container through Pinterest's integration partner option and publish the container. For manual installation, copy your base code from Pinterest Ads Manager at Conversions → Tag manager → Install the Pinterest tag → Copy code and paste it into Webflow's Project Settings → Custom Code → Head Code field.
Click Save Changes, then Publish to activate. Custom code doesn't run in preview mode, so publishing is required.
Verify immediately using Pinterest Tag Helper or DevTools Network filtered for ct.pinterest.
Create a dedicated thank you page (like /thank-you) and set your Webflow form to redirect there using Form Settings → Action → Redirect to page. Then in GTM, create a Page View trigger for that URL and a Custom HTML tag that fires pintrk('track', 'lead'); with Tag Sequencing enabled.
This ensures Lead fires only after real submissions, not random visits.
Tip: The thank you page redirect method is the simplest "set it and forget it" option for lead tracking in Webflow.
Don't fire AddToCart on page load—fire it only on button click. In GTM, create a click trigger on your add-to-cart button and attach a Custom HTML tag with the Pinterest AddToCart event code. Enable Tag Sequencing to ensure the base tag fires first.
For detailed implementation help with AddToCart and other events, contact us for a custom setup.
Fire the Checkout event only on the Order Confirmation page after successful payment, not on /checkout itself. /checkout views include abandoners, while Order Confirmation appears only after payment completes.
For detailed implementation help with Checkout tracking, contact us for a custom setup.
Use Pinterest Tag Helper, Pinterest Test events, and DevTools Network (filter ct.pinterest). Tag Helper is the fastest verification method.
Test your thank-you page conversion: submit a form on your published site and check Tag Helper on the thank-you page—you should see both PageVisit and Lead events. Always verify on the published site.
You need a paid Webflow site plan (Basic, CMS, Business, or Ecommerce) to use Project Settings → Custom Code. The free Starter plan doesn't support site-wide custom code injection required for the Pinterest base tag.
Tip: Check that you have access to the Custom Code tab before you start your Pinterest setup.
GTM is recommended when you need multiple events across many pages, click-based triggers without adding scripts on individual pages, or team workflows with version control. Manual installation is faster and simpler for basic setups with just a few events.
GTM requires adding the container code to Webflow and configuring Pinterest inside GTM. Choose one install path to avoid duplicate firing.
Pinterest Tag Helper and Test events can show results within seconds after you complete a conversion action. Pinterest Ads Manager status and reporting can take up to 24 hours to update.
Don't wait for Ads Manager to flip to active—verify immediately with Tag Helper and Test events right after publishing.
The Pinterest tag is browser-based JavaScript tracking conversions during visitor interactions. Pinterest Conversions API is a server-to-server method that can improve reliability when browser tracking is limited.
For most Webflow sites, start with browser tag + events first. Consider Conversions API only after your browser setup is stable and you understand deduplication requirements.
A properly installed Pinterest tag transforms your ad campaigns from expensive experiments into data-driven systems. Once your base tag loads site-wide on Webflow and your key conversion events fire at the right moments, Pinterest can optimize delivery for users most likely to convert and build high-intent retargeting audiences from real site behavior.
The key is getting event timing right: Lead events on thank you pages, AddToCart on button clicks (not page views), and Checkout only on Order Confirmation pages. Verify everything with Tag Helper and Test events before launching campaigns—this prevents wasted ad spend on broken tracking.
Need help setting up additional conversion events beyond the thank-you page example? We can help—get in touch.
For advanced implementations like Pinterest Conversions API integration, enhanced match setup, or complex multi-event tracking workflows, our agency can assist with custom solutions that capture every valuable conversion while maintaining clean, maintainable code.
Install TikTok Pixel in Framer, verify in Events Manager, and track ViewContent, SubmitForm, and Purchase.
Install TikTok Pixel in Webflow, verify in Events Manager, and track SubmitForm, AddToCart, and Purchase.

Build an A-Z glossary in Webflow with letter filtering, jump links, and shareable URLs using a single CMS list and a simple script.