Thanks for confirming you’re using the Dawn theme and that {{ content_for_header }} is present — that’s actually perfect and expected. Shopify injects Facebook Pixel, Google Analytics, and other third-party scripts into the page via content_for_header, so you’re not supposed to see {% include ‘facebook-pixel’ %} in Dawn or most modern Shopify themes.
That tells us:
The theme is structurally ready for the pixel to be injected by the app.
But here’s the issue:
You’re not seeing the pixel fire via Meta Pixel Helper, even though the script shows up in the source code.
This typically means either:
-
The Facebook app is not injecting the script properly, possibly due to misconfigured app permissions or pixel setup.
-
Shopify’s cookie consent (customer privacy settings) is blocking the pixel until consent is given.
Next Things to Check and Fix
- Check Cookie Consent Settings
. Go to Online Store > Preferences.
. Scroll to Customer privacy.
. If enabled (especially if set to “require consent”), pixel will not fire until a user accepts cookies.
Temporarily disable this setting (just to test), then:
. Clear your cookies / open in Incognito.
. Reload your site.
. Open Meta Pixel Helper and check if the pixel now fires.
- Verify Data Sharing Setup
. Go to Sales Channels > Facebook & Instagram > Settings.
. Scroll to Customer Data Sharing.
. Ensure:
. Data Sharing is enabled
. Sharing level is set to Maximum
. The correct Pixel ID is selected
You should see something like this:
“This pixel is managed by Meta and used for tracking events on your store.”
- Compare Pixel ID with Events Manager
. Copy the Pixel ID showing in your Shopify app settings.
. Open Meta Events Manager.
. Confirm it matches the pixel you’re testing under “Test Events”.
If All Else Fails: Reconnect the App
This sometimes resets permissions correctly if the first connection didn’t authorize all necessary assets (pixel, catalog, etc.)
Steps:
-
Go to Facebook & Instagram > Settings in Shopify.
-
Click Disconnect.
-
Reconnect and reselect:
. Correct Meta Business Manager
. Correct Facebook Page
. Correct Pixel
. Correct Catalog
Make sure all permissions are granted.
Additional Test (Optional but Helpful):
If you want, I can check your live site (https://woke-fc.com) for:
. Whether the pixel script is injected at all
. If it’s loading correctly
. If any network or JS issues are affecting it
Thank you 