1. Create Your Meta Pixel: Navigate to Events Manager in Meta Business Suite, click 'Connect Data Sources,' select 'Web,' choose 'Meta Pixel,' and follow the prompts to create your Pixel. Copy the Pixel ID.
**2. Install Meta Pixel on Your Website:** For most CMS platforms (Shopify, WordPress, Wix), use a dedicated integration or plugin. For custom websites, manually insert the base Pixel code into the `` section of every page. Use Google Tag Manager (GTM) for advanced control and event management.
3. Configure Standard Events: Use the Event Setup Tool (within Events Manager) or manually add event codes (e.g., fbq('track', 'Purchase');) to specific actions on your site. Standard events include ViewContent, AddToCart, InitiateCheckout, Purchase, Lead, CompleteRegistration.
4. Verify Pixel Installation & Events: Use the Meta Pixel Helper browser extension to check if the Pixel is firing correctly and if events are being sent. Monitor Events Manager for incoming data and event deduplication status.
5. Implement Conversions API (CAPI): Choose an implementation method: direct integration (developer required), partner integration (Shopify, WooCommerce, Segment), or a gateway solution (e.g., Stape for GTM server-side). Partner integrations are generally easiest.
6. Send Server-Side Events via CAPI: Configure your server to send the same events tracked by the Pixel, including unique event IDs for deduplication. Ensure customer information parameters (email, phone, name) are hashed before sending for privacy.
7. Verify CAPI & Deduplication: In Events Manager, check the 'Diagnostics' tab for CAPI events and verify successful deduplication with browser events. Look for a 'Matched' status.
8. Configure Aggregated Event Measurement (AEM): Verify your domain in Business Manager. In Events Manager, go to 'Aggregated Event Measurement' -> 'Configure Web Events.' Prioritize your top 8 conversion events (e.g., Purchase, Lead, AddToCart) in order of importance, as only these will be reported for iOS 14.5+ users.
9. Test & Monitor Continuously: Regularly test your Pixel and CAPI setup using the Test Events tool in Events Manager. Monitor data quality and event match quality scores, making adjustments as needed.