Not showing up in GA

I am trying to track ebook downloads. I have put this code in and it is not tracking. Any thoughts? (The website is www.PeteFletzer.com)

export function DownloadButtonPDF_click(event) {
wixWindow.trackEvent(“CustomEvent”, {
“event”: “funnel”,
“eventCategory”: “PDF-Downloads”,
“eventAction”: “Downloads”,
“eventLabel”: event.target.label,
} );
}