What is the TikTok Pixel?
The TikTok Pixel is a piece of JavaScript TikTok asks you to install on your storefront so it can see what visitors do after they click a TikTok ad. It powers TikTok Ads Manager's conversion reporting, Smart Performance Campaigns, custom audiences and lookalike audiences — essentially, it's how TikTok learns which ads actually drive sales so it can show your ads to the people most likely to buy.
TikTok has become one of the fastest-growing ad platforms for Gen Z and younger Millennial shoppers, especially for fashion, beauty, food and home goods. If you're running paid TikTok campaigns (or plan to), the Pixel is a must-have.
The Pixel collects the visitor's IP address, user agent, cookies and the events that happen on your storefront (page views, cart actions, purchases). It doesn't capture raw personal details from the browser.
How Nevuto handles TikTok Pixel
- Nevuto injects the official TikTok Pixel (
tiktoksdk) into every page of your storefront as soon as you save the integration, configured with your Pixel ID. - TikTok's own SDK handles all tracking — page views and any standard events are fired directly by the SDK, not by Nevuto.
- Custom conversion events, purchase tracking and enhanced match signals are configured inside TikTok Events Manager. Nevuto only makes sure the base Pixel is loaded.
- You can disable the integration at any time from the admin panel; the script is removed on the next page load.
Add TikTok Pixel to your Nevuto store
- Log in to your Nevuto admin panel.
- Go to Settings → Integrations.
- Click the Add button next to TikTok Pixel.
- Paste your Pixel ID into the input field.
- Toggle the status to Active and click Save.
Done — the TikTok Pixel starts loading on your storefront immediately.
Where to find your Pixel ID
- Sign in to your TikTok Business account at business.tiktok.com.
- Open Ads Manager → Assets → Events.
- Under Web Events, click Manage. If you haven't created a Pixel yet, click Connect a data source → Web → TikTok Pixel and follow the prompts.
- Choose Manually Install Pixel Code (you don't need to paste the full code — only the Pixel ID).
- The Pixel ID is shown at the top of the Pixel details page — a short alphanumeric string.
- Copy it and paste it into Nevuto's Pixel ID field.
Test that it's working
- Install the official TikTok Pixel Helper Chrome extension.
- Open your storefront in the same browser — the extension icon should detect your Pixel and show it as firing on every page load, along with the
PageViewevent. - Browse a few product pages and watch the Pixel Helper panel update.
- Back in TikTok Events Manager, open your Pixel and watch the Test Event or Overview tab — page views should appear within a minute or two of real traffic.
Troubleshooting
- "TikTok Pixel is not configured correctly" on save: the Pixel ID must be 5–25 characters and strictly the ID value (not the full script). Strip any quotes or whitespace.
- Pixel Helper doesn't detect the pixel: confirm the integration status toggle is Active in Nevuto. Hard-refresh the storefront; the extension sometimes caches an old page state.
- Conversions not recording: conversion events like
Purchase,AddToCartorCompleteCheckoutare configured inside TikTok Events Manager. For advanced events, you may need to push them viattq.track()from your theme's custom code. Nevuto only loads the base Pixel. - Ad blockers: TikTok's Pixel is blocked by most ad and privacy extensions. Always test in a clean incognito window.