Facebook Pixel Button Click not working

Hello, I have a download app image on my website that I want to track clicks on. I first integrated pixel base code through wix directly and on the speciifc page originally tried fbq as per Facebook but it wasnt working then read the forum and implemented the following Wix code (My image name is Image 33 that I want to track clicks on

import wixWindow from ‘wix-window’ ;

export function image33_click(event) {
wixWindow.trackEvent( “iosAppDownloadButtonClickBanner” );
}

I am logging into facebook events manager and trying to see how I can get this event but I am not seeing anything apart from standard PageView event that comes with the base pixel integrated. Can anyone advise. I am attaching the FB snapshot here as well where I try to get this event but am not seeing it anywhere

Can someone help please, I need to get this to work urgently

Anyone from the Corvid team also please reply

Did you find out how to do it? I am also looking for some help regarding button clicks and fb pixel