hi, hope everyone is well.
Problem: The pixel is not tracking Server events for Shopify.
This is the follow-up for this case Purchase Event for Shopify The problem with the mentioned case was that the purchase event wasn’t being registered, however, the issue was that the price of the order was a string and not a float. it was resolved with the help of the support team.
I have two pixels on Shopify, one is the default partner integration and then the other is via GTM. the Pixel with partner integration recorded one purchase and 11 ATC and other events. All were from the CAPI, probably because the user was from Apple or using an Ads blocker.
Whereas the GTM pixel recorded 0 purchases and only 2 ATC events.
I am using the https://github.com/stape-io/capi-shopify/blob/main/analytics.js this code, and as far as I can understand it, the code looks for a network request or script tag with facebook.com/tr/ and then match the event type. Kindly provide a fix for this issue, as I am using the GTM Pixel for ads, and it’s not recording any CAPI events.
Website URL https://www.aumi4.com/
The purchase code is mentioned here: Purchase Event for Shopify
-Hassan