Meta Conversion API
Send server-side events to Meta (Facebook) Ads
Overview
Send your Hardal analytics events directly to Meta (Facebook) Conversion API for enhanced conversion tracking and better ad performance.
Configuration
- Go to your Hardal dashboard
- Navigate to Marketing Destinations
- Click “Add Custom Destination”
- Select “Meta Conversion API” from templates
Endpoint Configuration
Supported Events
Purchase
AddToCart
InitiateCheckout
ViewContent
Lead
CompleteRegistration
Subscribe
Contact
AddToWishlist
Search
Event Parameters
User Data
em
: Hashed email addressph
: Hashed phone numberexternal_id
: Your user identifierclient_ip_address
: User’s IP addressclient_user_agent
: User’s browser agentfbc
: Facebook click identifierfbp
: Facebook browser identifier
Custom Data
currency
: Transaction currency (ISO 4217)value
: Transaction valuecontent_ids
: Array of product IDscontent_type
: Type of content (“product”, “product_group”)content_name
: Name of the contentcontent_category
: Category of the contentorder_id
: Order identifier
Best Practices
- Hash all PII (Personally Identifiable Information) before sending
- Include as many user identifiers as possible
- Set correct currency and value formats
- Use standard event names when possible
- Include Facebook click (fbc) and browser (fbp) parameters
- Implement proper error handling
Testing
- Use the “Test Events” feature in Events Manager
- Verify events in the Test Events tab
- Check for warnings and errors in the diagnostics
- Monitor your events quality score
Was this page helpful?