If you run Facebook or Meta ads for your small business—whether you manage campaigns yourself or work with a freelancer or agency—sooner or later you will need to find your Facebook Pixel ID. Whether you are setting up conversion tracking, troubleshooting an ad campaign, or connecting your website to Meta’s advertising ecosystem, this guide covers every method to find your Facebook Pixel ID quickly, regardless of your technical comfort level, so you can get your tracking setup correctly and start running more efficient Meta ad campaigns.
What Is a Facebook Pixel ID and Why Does It Matter?
Your Facebook Pixel ID is a unique identifier that connects your website to Meta’s advertising ecosystem. It is a small snippet of code—technically a JavaScript pixel—that Meta places on your website to track user actions, optimize ad delivery, and build targeted audiences based on what visitors do on your site. Without a properly installed Facebook Pixel, Meta cannot attribute conversions to your ads, optimize your campaigns for the actions that matter to your business, or serve your ads to the people most likely to convert.
According to Meta’s Business Help Center, the Facebook Pixel works by dropping cookies that track visitors across your website and report their activity back to Meta. This data feeds directly into your ad campaigns: every purchase, lead, page view, or custom event you define becomes a conversion signal that Meta’s algorithm uses to find more people like your best customers.
For small and medium businesses running Meta ads, the Pixel is not optional—it is foundational. Meta’s own advertising research shows that campaigns using properly implemented conversion pixels achieve 20–40% lower cost-per-acquisition (CPA) compared to campaigns relying solely on Meta’s automatic optimization without server-side event data. Whether you are running e-commerce campaigns, lead generation ads, or app installs, your Pixel is what makes those campaigns efficient.
Method 1: Find Your Facebook Pixel ID via Events Manager
The most direct and reliable way to find your Facebook Pixel ID is through Meta’s Events Manager. This method works whether you are managing a single Pixel or multiple Pixels across different ad accounts.
Step-by-Step Instructions
- Log in to your Meta Business Suite or go directly to Events Manager. If you are not already logged into your Facebook account that has ad management access, you will be prompted to do so.
- In the left sidebar, you will see a list of your data sources. Click on Pixels. If you have multiple Pixels (for example, if you manage multiple websites or client accounts), you will see them listed here.
- Click on the specific Pixel you want to find the ID for. This will open the Pixel’s detail view.
- Look at the top of the Pixel detail page. You will see the Pixel name, its status (whether it is actively receiving data), and immediately below or beside the Pixel name, you will see a string of numbers—this is your Facebook Pixel ID. It typically looks like
1234567890123456(16 digits). - To copy it instantly, click the Copy Pixel ID button or highlight the number and copy it manually. Keep this number handy—you will need it when setting up conversions, installing the Pixel via a tag manager, or troubleshooting tracking issues.
Method 2: Find Your Facebook Pixel ID via an Existing Ad
If you have an active or historical ad campaign running through your Pixel, you can also find the Pixel ID from within the Ads Manager. This method is useful when you do not have direct access to Events Manager but need to identify which Pixel is being used for a specific campaign.
Step-by-Step Instructions
- Go to Meta Ads Manager and navigate to your active or past campaign.
- Click on the specific ad set or campaign you want to investigate. In the reporting view, look for the Delivery or Performance section.
- Click on the Campaign name or go to Ads → select an individual ad.
- Click on the Ad Preview dropdown (usually located on the right side or top of the ad detail view). Look for a link that says View Ad Details or See Details.
- Within the ad details, look for the Pixel ID field. This will show you which Pixel is associated with that specific ad. You can copy the Pixel ID from this screen.
This method is particularly useful for agency account managers who may be managing multiple clients’ Pixels and need to quickly confirm which Pixel is tracking conversions for a specific campaign.
Method 3: Find Your Facebook Pixel ID via the Pixel Helper Chrome Extension
If you want to find your Facebook Pixel ID without navigating through Meta’s backend, the Meta Pixel Helper Chrome Extension is the fastest and most visual method. It is a free tool built by Meta that shows you all active Meta pixels on any webpage you visit.
How to Use the Pixel Helper
- Install the Meta Pixel Helper extension from the Chrome Web Store. It requires Chrome browser.
- Navigate to your website (or any website where you have installed your Pixel). Make sure you are logged into your Meta Business account so the Pixel can send data.
- Click the Meta Pixel Helper icon in your Chrome toolbar (it looks like a small square with a “P” inside).
- A popup will appear showing all active Meta pixels on that page. Each entry will show the Pixel ID (as a number) and the Pixel name if it has one. If you have set up custom events, those will appear as well with their names and parameters.
- Click on the specific Pixel entry to see more details, including the events it has fired on that page (PageView, ViewContent, AddToCart, Purchase, etc.). This confirms your Pixel is working and shows you the exact Pixel ID.
Method 4: Find Your Facebook Pixel ID via Browser Developer Tools
For the more technically inclined, you can find your Facebook Pixel ID directly in your browser’s Developer Tools. This method works without any extensions and is useful when you need to quickly verify which Pixel is firing on a page.
Using Chrome DevTools
- Go to your website in Chrome. Right-click anywhere on the page and select Inspect, or press
Cmd+Option+I(Mac) /F12(Windows). - In the DevTools panel, click on the Network tab.
- In the filter bar at the top of the Network tab, type
fbporfacebookto filter network requests. - Reload your page (or perform an action on the page that would fire a Pixel event, such as clicking a button or viewing a product).
- Look for a request to
facebook.comorMeta.com. Click on it to open the request details. In the Query String or Payload section, you will see a parameter calledpxorfbpfollowed by your Pixel ID. You can also look for theFBPAGEIDparameter in cookie requests.
Finding the Pixel ID in Page Source
Another approach is to view your page’s source code:
- In Chrome, right-click on your webpage and select View Page Source, or press
Cmd+U(Mac) /Ctrl+U(Windows). - Press
Cmd+F(Mac) /Ctrl+F(Windows) and search forfbqorfacebook.com. - Look for the Pixel initialization code, which typically looks like:
fbq('init', '1234567890123456');. The number inside the quotes—1234567890123456—is your Facebook Pixel ID.
Method 5: Find Your Facebook Pixel ID via WordPress Plugins
If your website runs on WordPress and you use a plugin to manage your Meta Pixel, you can find the Pixel ID directly in your WordPress dashboard without touching code or Meta’s backend.
Via Meta for WordPress Plugin
- Log in to your WordPress admin panel. In the left sidebar, go to Meta (if you have the official Meta plugin) or Settings → Meta Pixel depending on which plugin you use.
- Look for the Pixel ID field, which typically displays your 16-digit Pixel ID along with options to configure which events to track.
- You can copy the Pixel ID directly from this screen. Some plugins also show a preview of how many events have been received in the past 24 hours, which confirms your Pixel is actively working.
Via Tag Manager Integration
If you manage your Pixel through Google Tag Manager (GTM) or a similar tag management system:
- Log in to your Google Tag Manager account at tagmanager.google.com.
- Open the container for your website. In the left sidebar, click on Tags.
- Find your Meta Pixel (or Facebook Pixel) tag and click to open it. Inside the tag configuration, you will see the Pixel ID field showing your 16-digit number.
- Copy the Pixel ID from here. You can also see the trigger conditions—confirming which pages the Pixel fires on.
How to Confirm Your Facebook Pixel Is Working
Finding your Facebook Pixel ID is only half the battle. Once you have the ID, you want to confirm that your Pixel is actually receiving data. There are two primary ways to do this:
The Meta Pixel Helper: Visit your website with the Pixel Helper extension active. If the Pixel is firing correctly, you will see a green entry showing your Pixel ID and the events that have been received (typically PageView as a minimum).
Events Manager Test Events: In Meta Events Manager, go to the Test Events tab. You will see real-time events arriving from your website as you browse it. This confirms both that the Pixel ID is correct and that the Pixel is actively sending data to Meta.
If you are not seeing events in either tool, see the troubleshooting section below or consider using Didoo AI’s AI media buying platform to manage your Meta ad setup, where Pixel verification and troubleshooting are handled automatically as part of campaign setup.
Troubleshooting: Why You Cannot Find Your Facebook Pixel ID
What the Facebook Pixel ID Tells You About Your Tracking Setup
Your Facebook Pixel ID is more than just an account number—it is the key that connects your website’s visitor behavior to your Meta ad campaigns. When Meta’s algorithm learns what actions your website visitors take (purchases, sign-ups, page views, add-to-cart events), it uses that data to find more people who are likely to take those same actions. This is why the Pixel is the foundation of nearly every effective Meta advertising strategy.
According to Meta’s official Pixel implementation guide, there are two main ways to install your Pixel: directly via JavaScript code pasted into your website’s header, or through a partner integration like WordPress, Wix, Shopify, or Google Tag Manager. Each method requires your unique Pixel ID to work, which is why finding it correctly is the critical first step before any tracking setup.
For small businesses, the most common setup methods are: the official Meta Pixel base code installed directly in your website’s HTML header, a WordPress plugin that handles the technical implementation, or Google Tag Manager which provides a central management interface for all your tracking tags. If you are using a platform like Shopify, Wix, or Squarespace, your platform has built-in Meta Pixel integration that only requires you to enter your Pixel ID—no code editing needed.
If you have searched through Events Manager and cannot find your Pixel, here are the most common reasons and what to do about them:
You have multiple Business Accounts: Your Pixel may be associated with a different Meta Business account than the one you are currently logged into. Check which Business Suite you are using and switch accounts if needed.
Key Data Points Your Pixel Tracks
Your Pixel was created under a Personal Account: Meta has been transitioning Pixels to the Events Manager format. If your Pixel was created years ago under a personal Facebook ad account, it may appear in a different location. Go to Events Manager and look for the Legacy Pixel option.
Someone else created and manages the Pixel: If a freelancer, agency, or previous employee set up your Pixel, they may be the admin of that Pixel in their own Business Manager. You will need to request access from them or create a new Pixel under your own Business Manager.
The Pixel was never installed: If you cannot find any Pixel associated with your domain in Events Manager, the Pixel may never have been installed on your website. You can create a new Pixel directly in Events Manager and follow the setup instructions to install it on your site.
Frequently Asked Questions
Yes. You can have multiple Meta Pixels on the same website, and each will operate independently. However, having too many Pixels on one page can slow down your site and create data conflicts. Most small businesses need only one well-configured Pixel. If you manage multiple client accounts, each should have its own Pixel associated with its own Business Manager.
If you enter the wrong Pixel ID in your ad campaign setup, Meta will not be able to attribute conversions back to your ads, and your campaign optimization will suffer significantly. Meta’s algorithm relies on conversion data to find the right audiences. Without accurate Pixel data, you will see higher costs per result and less efficient ad delivery. Always double-check your Pixel ID before launching campaigns.
You cannot directly access Events Manager or Ads Manager from the Facebook or Meta app on iOS or Android with full functionality. The best approach on mobile is to open your browser and go to business.facebook.com or business.meta.com and log into your Business Manager there. The mobile web versions of these tools allow you to view your Pixel ID and event data.
No. Your Facebook Pixel ID is permanent and tied to the Pixel you created in your Business Manager. Reinstalling the Pixel code on your website, changing web hosts, or updating your website’s code will not change the Pixel ID. Only deleting and creating a brand-new Pixel would generate a new ID. If you have an old Pixel you no longer use, it is better to keep it inactive rather than delete it, as historical data may still be valuable for reporting.
Conclusion: Get Your Facebook Pixel ID Running Today
Finding your Facebook Pixel ID is the critical first step to running efficient Meta ad campaigns. Without it, Meta cannot attribute conversions, optimize delivery, or build the targeted audiences that make paid advertising worthwhile for your business. The five methods in this guide—Events Manager, Ads Manager, Pixel Helper extension, Browser DevTools, and WordPress plugins—cover every practical way to locate your ID regardless of your technical setup.
Once you have your Pixel ID confirmed and working, you can stop worrying about tracking gaps and start letting Meta’s algorithm do the heavy lifting. If you would rather skip the technical setup entirely, Didoo AI handles Meta Pixel verification and campaign setup automatically as part of its end-to-end AI media buying service—so you can go from brief to live campaign without touching a single tracking setting.
Common Facebook Pixel Questions
This guide was last updated in April 2026 for accuracy. Meta updates its Business Manager interface regularly. Meta’s interface may change over time; if the steps above do not match the current Meta Business Manager layout, refer to Meta’s official Help Center at business.facebook.com/help for the most current instructions. This article was written independently without sponsored placement.


