From f36dcb81a39bf60b25bd0b43e45bc9e7b3ce231a Mon Sep 17 00:00:00 2001 From: Kieran Osgood Date: Tue, 10 Feb 2026 13:12:40 +0000 Subject: [PATCH] Revert "Fix link for custom Web Pixel events (#425)" This reverts commit b51d014b05c83d143f032043d99c7cf36791e35d. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2852c97e..f06fc42b 100644 --- a/README.md +++ b/README.md @@ -652,10 +652,8 @@ and log the status of a checkout session. For behavioural monitoring, ["standard"](https://shopify.dev/docs/api/web-pixels-api/standard-events) and ["custom"](https://shopify.dev/docs/api/web-pixels-api#custom-web-pixels) Web -Pixel events normally available to web pixels will be relayed back to your -application through the "pixel" event listener, see: [subscribing to custom events](https://shopify.dev/docs/api/web-pixels-api/emitting-data). Web pixels do not execute -in checkout sheet kit checkouts. -App developers should only subscribe to pixel events if they have proper levels of consent from merchants/buyers and are responsible for adherence to Apple's privacy policy and local regulations like GDPR and +Pixel events will be relayed back to your application through the `"pixel"` +event listener. App developers should only subscribe to pixel events if they have proper levels of consent from merchants/buyers and are responsible for adherence to Apple's privacy policy and local regulations like GDPR and ePrivacy directive before disseminating these events to first-party and third-party systems.