Platform Guide

Snapchat Pixel setup for conversion tracking

Generate Snapchat Pixel event code for purchases, leads, and app events — optimized for Snapchat's younger, mobile-first audience.

  • Snapchat Pixel base installation via GTM
  • Purchase, Lead, and Sign Up event code
  • Snap Audience Match configuration guide
Generate Snapchat Pixel code free →See demo →

No developer needed · Works with Snapchat Ads campaigns · Free to start

Why Snapchat tracking is often overlooked

📱

Mobile-first means different behavior

Snapchat users are primarily on mobile. Desktop-focused tracking setups miss mobile conversion paths, especially app-to-web journeys.

Young audience, short sessions

Snapchat's audience makes purchasing decisions fast. Without proper ViewContent and AddToCart tracking, you can't build effective retargeting audiences.

🛡

Pixel vs Conversions API gap

Like Meta, Snapchat's pixel is affected by iOS privacy restrictions. Snap Conversions API recovers these signals — but most advertisers haven't set it up.

What Sytrics generates for Snapchat

Snapchat Pixel base tag

Complete Custom HTML tag for GTM with your Pixel ID — fires on all pages.

Purchase event code

PURCHASE event with price, currency, transaction_id, item_ids, and quantity.

Lead and Sign Up events

SUBSCRIBE and SIGN_UP event code with optional hashed email for audience matching.

Snap Audience Match guide

Step-by-step guide to configure Snap Audience Match using hashed customer data.

Snapchat Pixel — Purchase & Lead Events
// Snapchat Pixel — Purchase Event
snaptr('track', 'PURCHASE', {
  'price': orderValue,
  'currency': 'USD',
  'transaction_id': orderId,
  'item_ids': [productId],
  'item_category': productCategory,
  'number_items': quantity,
});

// Snapchat Pixel — Lead Event
snaptr('track', 'SUBSCRIBE', {
  'user_email': hashedEmail,   // SHA-256 hashed
});
✓ Include transaction_id to prevent double-counting on page refreshes

From URL to live Snapchat Pixel in 5 steps

1

Enter your site URL in Sytrics

Go to sytrics.io, paste your website URL, and select your business sector.

2

Select Snapchat as platform

Choose Snapchat from the platform list. Sytrics generates the base Pixel tag and conversion event code.

3

Add the base Pixel via GTM

Create a new Custom HTML tag in GTM with the Snapchat base code. Set the trigger to All Pages.

4

Get your Pixel ID from Snap Ads Manager

In Snap Ads Manager → Assets → Pixels — copy your Pixel ID and replace the placeholder in the code.

5

Add conversion events to GTM

Create Custom HTML tags with the PURCHASE and SUBSCRIBE event code. Set triggers to fire on your confirmation or thank-you pages.

Snapchat events Sytrics supports

PURCHASEBOFU
SUBSCRIBEBOFU
SIGN_UPBOFU
ADD_CARTMID
START_CHECKOUTMID
VIEW_CONTENTTOFU
PAGE_VIEWTOFU
SEARCHTOFU

Frequently asked questions

Where do I find my Snapchat Pixel ID?

In Snap Ads Manager → Assets → Pixels. Your Pixel ID is shown in the pixel list — it's a UUID-style string. Replace YOUR_PIXEL_ID in the Sytrics-generated code with this value.

How do I verify my Snapchat Pixel is working?

Use the Snap Pixel Helper Chrome extension, available in the Chrome Web Store. Navigate to your site and trigger events. The extension shows which Snapchat events fired and flags any data issues.

What is Snap Audience Match?

Snap Audience Match lets you upload hashed customer data (email, phone) to create custom audiences on Snapchat. You can use these audiences for retargeting existing customers or creating lookalike audiences. The Insight Tag must be installed and events must be firing before you can build these audiences.

Does Snapchat have a Conversions API?

Yes, Snap Conversions API (CAPI) allows server-side event tracking, similar to Meta CAPI. It recovers conversions blocked by iOS privacy restrictions and improves match rates. A dedicated Sytrics guide for Snap CAPI is coming soon.

Related guides

Meta CAPI →TikTok Events API →X (Twitter) Conversions →

Generate your Snapchat Pixel code in 3 minutes

  • No developer needed
  • Mobile-optimized event code
  • Free plan — no credit card
Generate Snapchat Pixel code free →

View pricing →