Event label for wix store?

Hi.
I am trying to setup a track event for google analytics(done this before for regular pages)
I am doing this on the wix store product page,but the tracking is not sending the product id,what info do I need to add in the event label to be able to get the track event info for the specific product id?
Thank you

wixWindow.trackEvent(“CustomEvent”, {
“eventCategory”: “produt_page”,
“eventAction”: “rating_click”,
“eventLabel”: $w(‘#dataset1’).getCurrentItem().title //dataset1 is the product dataset generated by wix store
} );

Make sure that you are using the correct dataset and field.
https://support.wix.com/en/corvid-by-wix/wix-stores-with-corvid

See here for more info on track event.
https://www.wix.com/corvid/reference/wix-window.html#trackEvent
https://support.wix.com/en/article/about-tracking-tools-analytics
Remember too, that it only works on published sites and not though preview mode.

Also, note this page too.
https://support.wix.com/en/article/setting-up-google-analytics-using-google-tag-manager
It is not possible to track events for business solutions pages (e.g. Wix Restaurants, Wix Bookings, etc.)

Wix Stores have their own events too.
https://www.wix.com/corvid/reference/wix-stores-backend.Events.html