The integration of events requires to edit themes and templates in WooCommerce. At this moment, WooCommerce provides two ways to customize the appearance of your store (theming): using Block Theme Development or Classic Theme Development.
You will need to edit your theme and add custom PHP code to add custom Javascript on the product page. The objective is to make the page both (1) import the script and (2) trigger the execution of Javascript code. Please refer to the general Events > Setup section for instructions on what the page should include.
The execution of the Javascript code to send events can be triggered through the use of WooCommerce action hooks.