A Meta Pixel is working when Meta Events Manager receives PageView and the conversion event you tested, while Meta Pixel Helper detects the expected Pixel ID without a critical error.
Use both tools:
PageView appears in Events Manager after you visit your website.Lead, AddToCart, InitiateCheckout or Purchase.Pixel Helper confirms that your browser is sending events. Events Manager confirms that Meta is receiving them.
PageView event.Meta's Test Events tool displays incoming browser and server events while you test your setup.
| Test action | Expected event |
|---|---|
| Load a page | PageView |
| View a product | ViewContent |
| Add a product to the cart | AddToCart |
| Start checkout | InitiateCheckout |
| Submit a lead form | Lead |
| Complete an order | Purchase |
Check the event name and its parameters. For ecommerce events, those parameters may include product IDs, value and currency.
A PageView event alone does not prove that the full conversion setup works. Test the customer journey and confirm that the event tied to the business goal appears.
Install the Meta Pixel Helper Chrome extension and visit your website. The extension reports detected Pixel events, warnings, errors and implementation details.
Check the following:
PageView fires when the page loads.If Pixel Helper shows "No pixels found," the Pixel is not loading in that browser session or is not installed on that page.
A base Pixel can send PageView while a conversion event remains missing or misconfigured.
Common examples:
PageView fires but Lead does not: the form submission trigger may be missing.AddToCart fires but Purchase does not: the purchase event may be missing from the order confirmation page.Purchase fires twice: the event may be installed through both a plugin and Google Tag Manager.value or currency parameter may be configured incorrectly.For an ecommerce site, test the full path from product page to cart, checkout and test order. Then compare each expected event in Test Events.
A Pixel can send events to the wrong Meta data source and still appear to work.
Compare the Pixel ID in:
The IDs must match exactly. If Pixel Helper detects a different ID, your website is sending events to another Pixel.
Chrome Developer Tools can show whether the browser sends a request to Meta.
facebook, fbevents or tr.This check helps when Google Tag Manager reports that a tag fired but Pixel Helper does not show the event.
If you use both the Meta Pixel and Meta Conversions API, Events Manager can show:
A browser event shows that the Pixel fired. A server event shows that the Conversions API sent data. When both systems send the same conversion, they need matching event IDs so Meta can deduplicate the events rather than count one conversion twice. Meta's testing documentation covers browser and server event validation separately.
| Result | Likely meaning |
|---|---|
| Pixel Helper detects nothing | The Pixel is missing, blocked or installed on the wrong page |
PageView appears but no conversion event | The conversion trigger is missing or misconfigured |
| Events appear in Pixel Helper but not Test Events | The wrong Pixel or Dataset may be selected, consent may be blocking the event, browser restrictions may apply or Meta may not have processed it yet |
| Events appear twice | The Pixel may be installed more than once, or browser and server events may lack deduplication |
| The event appears but its parameters are wrong | The event configuration or dynamic values need review |
| Events appear in Test Events but not Ads Manager | Ads reporting may take longer, so it is not the best place for immediate implementation testing |
PageView.If PageView and your main conversion event appear in both tools, the Pixel and that conversion path are working. If only PageView appears, the base Pixel works but the conversion tracking still needs attention.