Web pixel extension app does not appear in Customer Events admin page of the Development Store

Topic summary

Issue: A newly created Web Pixel extension (via Shopify CLI 3 and default template) installs and shows required pixel scope during app installation, but doesn’t appear in the Customer Events admin page of the development store; in some cases, the pixel is visible in store settings yet not active on the storefront.

Recent reports: Multiple users replicated the problem even when following Shopify’s official getting-started guide for pixels.

Key technical context:

  • Web Pixel: client-side script used to track customer events.
  • Customer Events admin page: Shopify area to manage and view installed pixels.
  • Scopes: app permissions required to read/write event data.

Suggested fix: Verify the app’s scopes include both “read_customer_events” and “write_pixels.” A common mistake is using “write_products” instead of “write_pixels.”

Status: No confirmed resolution in the thread. The main open question is why correctly installed and scoped pixels fail to appear in Customer Events or on the storefront.

Summarized with AI on January 1. AI used: gpt-5.

Hi !

I have create a new Web Pixel extension with Cli 3 and default template.
I have updated the scope.
I have build and deploy the app.
I have published the extension as 0.1.0 and activate it for development store.
I have installed the application on the development store.
I can see the pixel scope requirement during the app installation.

But, the pixel installation does not appear in the Customer Events admin page of the Development Store.

What else do we need to do?

Thank you for your help.

Bests

1 Like

Hi All,

I’m facing the same issue by following this article https://shopify.dev/docs/apps/marketing/pixels/getting-started but it didn’t work. can anyone have any idea to solve this issue.

Many Thanks

1 Like

Hey there !

Same for me here. I created an app through Shopify CLI, I can see that the app is created and installed on my dev store. I can also see the web pixel created in the settings of the dev store. But there is no sign of it when I go to the store front of this dev store.

Any idea why?

Hi Rayvvond,

Can you make sure inside scope you have : “read_customer_events,write_pixels”

some people mistaken the write_products with write_pixels