No content to show
User Activity
As the title suggests, Shopify App Pixel is not firing for one of our stores recently, although other events like product viewed, collection viewed, checkout started etc. are firing. I'm not sure how to even start debugging the issue. Any pointers on...
My badSince there are two ways to integrate a web pixel, one via app pixel and other via custom pixel.The above example will only work for custom pixels.For app pixels, this setup wont work. Ideally if we need to load the gtm script, we can load usin...
I don't think the window object is at all available for access inside an app pixel. Do check the console logs which says window is not defined. For this, you can just import the script using var s = import(script_url) and then push to this variable.