Site Setting /

Meta Pixel Integration Guide

This guide covers the Facebook Ads → WhatsApp landing page → WhatsApp conversation funnel. Meta Pixel will record page visits and WhatsApp clicks.

Step 1: Create a Meta Pixel

Open Meta Events Manager and click Connect Data Sources.

Connect a data source in Meta Events Manager
Choose the Web data source

Select Web, click Next, choose Meta Pixel, enter a name such as Creght WhatsApp Pixel, and click Create.

One website normally needs only one Pixel.

Step 2: Choose Manual Installation

Choose Install code manually. Do not choose Partner Integration, WordPress, Shopify, or Google Tag Manager.

Meta Pixel installation options
Choose manual Meta Pixel installation
Open the manual installation flow

Step 3: Copy the Base Pixel Code

Meta generates the code automatically. Click Copy Code and do not change the Pixel ID.

<!-- Meta Pixel Code -->
<script>
!function(f,b,e,v,n,t,s){...}
fbq('init', '123456789012345');
fbq('track', 'PageView');
</script>

Step 4: Install It on Your Creght Site

Open the website editor, paste the full code into the AI chat on the right, and send it to AI.

Paste Meta Pixel code into Creght AI chat

Step 5: Track WhatsApp Clicks

Ask AI: Add the Facebook WhatsApp click event for me. Meta will then receive a Contact event for every WhatsApp click.

User actionMeta event
View the pagePageView
Click WhatsAppContact

Step 6: Publish the Website

Publish the Creght website

Click Publish and wait for publishing to finish. The Pixel becomes active only after republishing.

Step 7: Test the Pixel

Return to Events Manager, select the Pixel, and open Test Events.

Open Meta Pixel Test Events
Enter the Test Events page
Enter the website URL to test
Meta Test Events live event list

Enter your site URL, click Open Website, refresh the page, and click WhatsApp. A successful setup shows PageView followed by Contact.

Step 8: Check with Meta Pixel Helper (Optional)

Install the Meta Pixel Helper Chrome extension and open it on your website.

Install Meta Pixel Helper
Open Meta Pixel Helper
Meta Pixel Helper result

A correct setup shows 1 Pixel Found and PageView. Clicking WhatsApp adds Contact.

EventPurposeRecommendation
PageViewMeasure page visitsRequired
ContactMeasure WhatsApp clicksStrongly recommended

If you later add an enquiry form, trigger fbq('track', 'Lead'); after successful submission.

Render diagnostics