Two kinds of tracking live here. The storefront pixel is ours: it reports sessions, product views, add-to-carts and checkouts so Home can show real conversion. The ad pixels are yours (Meta, TikTok, Google): checkout has moved off Shopify, so we fire purchase events to them from here.
Installed on your store by the Pendym app. Nothing to paste.
The pixel reported an error 2 d ago: product_viewed: TypeError: cannot read properties of undefined (reading price)
| Event | Reported by | Shows up as |
|---|---|---|
| Page view | Storefront pixel | Sessions and visitors |
| Product view | Storefront pixel | Product views |
| Add to cart | Storefront pixel | Add-to-cart rate |
| Begin checkout | Pendym checkout | Reached checkout |
| Purchase | Pendym thank-you page | Paid, and sent to your ad pixels |
Use the same IDs your storefront already uses, purchases are sent with the order id, so platforms de-duplicate them.
Find it in Events Manager → Data sources → your pixel. Fires InitiateCheckout, AddPaymentInfo, Purchase.
Find it in TikTok Ads Manager → Assets → Events → Web events. Fires InitiateCheckout, AddPaymentInfo, CompletePayment.
Find it in Google Analytics → Admin → Data streams → your web stream. Fires begin_checkout, add_payment_info, purchase.
Anything else your storefront fires, so you remember what lives where.