Guides

How to check Meta Pixel event parameters in the browser

Updated September 2026 · 4 min read

The Meta Pixel uses standard events to measure conversions and build audiences. Inspecting their parameters in the browser helps you check the values, currencies, and product data sent by the browser before relying on the Events Manager.

How to see Meta Pixel requests

  1. Open DevTools (F12), go to the Network tab and type facebook.com/tr in the filter.
  2. Trigger a standard event on your site, such as adding a product to the cart or completing a purchase.
  3. Select the request and look at the Payload tab. Meta Pixel parameters are often encoded as cd[...] fields in the query string or form body.

Key parameters to check

Meta’s documentation defines specific parameters for standard events:

Purchase requires value and currency.

Deduplication with the Conversions API

If you send the same events from the browser and a server (Conversions API), Meta needs to deduplicate them so they only count once.