Clicked event not fire on click apply button in checkout page

I have a app in production which has a web-pixel extension. It was working perfectly. But in recent 2 or 3 days something strange happend. Click event not firing when click on Apply button to apply coupon or gift card in checkout page. What was the problem? Is recently shopify changes its policy.


import {register} from '@shopify/web-pixels-extension';

register(({ analytics }) => {
    analytics.subscribe(‘clicked’, (event) => {
        console.log(event)
    });
});

N.B - It was working perfectly in my production app.

Hi Abdullah,

Thank you for reporting this. We’ve been able to reproduce the issue on our end and we’ll investigate further.

We’ll follow up here once we have more information.

1 Like

We’re seeing this behaviour too. The last time a click fired on the summary_apply_discount was on 10th March.