Google Analytics Event Label Code

Hi all,

Would need your kind help to see if how should i fill in the event label at below:

export function WhatsApp1_click_1(event) {
wixWindow.trackEvent(“CustomEvent”,{
“event”:“WhatsApp1”,
“eventCatagory”:“WhatsApp1-click”,
“eventAction:event”:“Clicks”,
“eventLabel”: event.target.label,
}) ;
}

I am actually tracking the WhatsApp image click that we have created. Even tho it is firing in GA but Event category still labeled as “not set”.

So would need your kind help to guide me on how should I fill in the event lable as above.

Thanks.