To improve the Event Match Quality (EMQ) for Facebook Pixel on your blog site, thereby enhancing the accuracy of event tracking and optimization for Facebook Ads.
This SOP applies to the marketing and technical team responsible for managing the blog site and Facebook Pixel integration.
1.1. Access Facebook Events Manager:
1.2. Check for Pixel Installation:
2.1. Determine Relevant Events:
2.2. Review Existing Events:
3.1. Add Standard Events:
3.2. Include Event Parameters:
content_name
, content_category
, value
, currency
, etc.html
<script>
fbq('track', 'Purchase', {
value: 30.00,
currency: 'USD',
content_name: 'Product Name',
content_category: 'Category Name',
});
</script>
4.1. Enable Advanced Matching:
4.2. Implement Manual Advanced Matching:
html
<script>
fbq('init', 'your-pixel-id', {
em: 'hashed_email@example.com',
fn: 'hashed_firstname',
ln: 'hashed_lastname',
});
</script>
5.1. Check Event Match Quality:
5.2. A/B Testing:
5.3. Update and Maintain:
This SOP should help you systematically improve your Facebook Event Match Quality. Let me know if you need any specific details or further assistance!