Integrations
Meta Pixel
Use the official Meta Pixel node to initialize the browser pixel and send standard or custom Meta events.
The official Meta Pixel node is designed for browser-based Meta Pixel implementations.
It handles the common setup and event-calling pattern so you can focus on when events should fire and what data should be attached.
When to Use It
Use it when you want to:
- initialize the Meta Pixel on the page
- send standard browser pixel events such as
PageView,Purchase, orLead - send custom browser events through
trackCustom - pass optional advanced matching data during pixel initialization
How to Configure
The node supports three actions:
- Load & Start Meta Pixel
- Send Standard Event
- Send Custom Event
Recommended setup:
- Add one Load & Start Meta Pixel node with your pixel id.
- Decide whether
PageViewshould fire on load. - Add separate Meta event nodes where the business event should happen.
- Use standard event names for Meta's predefined events and the custom action for everything else.
Best Practices
- Keep the load step predictable so the pixel is initialized before event calls depend on it.
- Send standard events whenever Meta has a standard name for the action you care about.
- Put consent logic before the Meta node if advertising tags must be gated in your implementation.
- Keep custom event names stable once other teams start depending on them in reporting.