free tool

Is the TikTok Pixel installed on this site?

Paste any URL. We read the page source and tell you whether the TikTok Pixel is there, plus the pixel ID if we find one.

Free, no signup. We read only public page content.

free tool

How to know if a website uses the TikTok Pixel

Open the page's source (Ctrl+U, or Cmd+Option+U on a Mac) and search for ttq or analytics.tiktok.com. If the TikTok Pixel is installed you'll find a pixel ID passed to ttq.load('…'). Don't want to dig through code? Paste the URL above.

1

Read the page source

Right-click the page, choose “View page source” or press Ctrl+U, and search for ttq. A match means the pixel is on that page.

2

Check the Network tab

Open DevTools (F12), go to Network, filter for tiktok, then reload. A request to analytics.tiktok.com with a sdkid= parameter confirms it, and that parameter is the pixel ID.

3

Use the TikTok Pixel Helper

TikTok's own Pixel Helper Chrome extension lists the pixels on a page, their IDs, and the events firing. Useful when you want to see what's being tracked, not just whether a pixel exists.

4

Paste it above

The fastest option when you just want a yes or no and the pixel ID. No extension, no DevTools, works on any URL.

questions

the TikTok Pixel, answered.

It's a string of about 20 uppercase letters and numbers passed to ttq.load('...'), like CABCDEFGHIJKLMNOPQRS. TikTok also calls it the pixel code. The same value shows up as the sdkid parameter on the events.js request.
The pixel runs in the browser and sends events from the visitor's device. The Events API sends them from the advertiser's server. Many advertisers run both for better matching. If a site uses the Events API only, the browser pixel may not appear in the page source.
It often loads through Google Tag Manager or a consent platform, or fires only after a visitor accepts cookies. Our checker renders the page and watches its network requests, so it catches most of these. A truly consent-gated pixel that never loads without a click won't show up anywhere.
Yes. The snippet sits in public page source, so anyone can see whether a pixel is present and its ID. You can't see their audiences, events, or conversion data, only that the pixel is there.
Yes. TikTok has a Shopify app and a Google Tag Manager path in addition to the manual snippet. However it's installed, the page ends up loading the same events.js script, which is what this checker looks for.
The check is free and reads only public page source. We don't save the URLs you enter.