Event gets triggered on debugger, but not on tracker debugger

Hello,

I’m trying to create an event where the trigger is an element being visible on the page. Right now, in the debug mode, that event is fired:
image

But when I check tracker debugger, it doesn’t fire, it only fires the event before:

I already published this event, as you can see:
image

(bear in mind this is not technically a form, that’s why I’m using element visibility)

Do you have any idea why this is happening?

Could you check what’s in the bowser’s console? Both events should create a call to the ppms.php resource. It should be available from the network tab.