Sytrics
Setup GuidesMarch 18, 20262 min read

Pinterest Tag GTM Setup: Conversion Tracking for Pinterest Ads

Install Pinterest Tag via Google Tag Manager. Covers base code, event tracking for e-commerce, and how to verify your Pinterest pixel is firing correctly.

Pinterest Tag is the tracking pixel for Pinterest Ads. It measures which actions users take on your website after seeing your pins. Installing it through Google Tag Manager (GTM) keeps your tracking organized and makes future changes easy.

What Pinterest Tag tracks

Pinterest Tag supports these standard events:

  • PageVisit β€” any page view
  • ViewCategory β€” category page viewed
  • Search β€” search performed on your site
  • AddToCart β€” item added to cart
  • Checkout β€” purchase completed
  • Lead β€” form submitted
  • SignUp β€” account created
  • WatchVideo β€” video played
  • Custom β€” any custom event you define
1

Get your Pinterest Tag ID

  1. Log into Pinterest Ads Manager
  2. Go to Ads β†’ Conversions
  3. Click Create Pinterest Tag if you don't have one
  4. Copy your Tag ID (a 13-digit number)
2

Install the base tag in GTM

  1. Open GTM β†’ Tags β†’ New
  2. Tag Configuration β†’ Custom HTML
  3. Paste your Pinterest base tag code (available in Pinterest Ads Manager β†’ Tag details β†’ View tag code)
  4. Trigger: All Pages
  5. Name: Pinterest Tag β€” Base
  6. Save
3

Add e-commerce event tracking

For an e-commerce store, create separate tags for the key events:

AddToCart:

html
<script>
  pintrk('track', 'addtocart', {
    value: {{DL - cart_value}},
    order_quantity: {{DL - quantity}},
    currency: 'USD'
  });
</script>

Trigger: your add-to-cart click trigger

Checkout (Purchase):

html
<script>
  pintrk('track', 'checkout', {
    value: {{DL - order_value}},
    order_quantity: {{DL - item_count}},
    currency: 'USD',
    order_id: {{DL - order_id}}
  });
</script>

Trigger: order confirmation page

4

Test with Pinterest Tag Helper

Install the Pinterest Tag Helper Chrome extension. Navigate your site β€” the extension shows which events are firing and whether they are set up correctly.

5

Verify in Ads Manager

Pinterest Ads Manager β†’ Ads β†’ Conversions β†’ your tag β†’ check the Event History tab. Events should appear within a few minutes of being triggered.

Generating Pinterest code with Sytrics

Sytrics generates Pinterest Tag event code as part of a multi-platform scan. Select Pinterest alongside Meta, Google, or TikTok to receive consistent, GTM-ready code for all your platforms at once.

Generate Pinterest tracking code with Sytrics β†’

Generate your tracking code

Stop reading guides. Use Sytrics to generate ready-to-use GTM code for your site in 3 minutes.