Click Product

Triggered when the user clicks on a event from any of the galleries.

Properties:

NameTypeDescription
origintextWix App name, i.e Events, Bookings
nametextevent name
listtextName of relevant event gallery
positionnumberEvent position in the gallery
isPremiumbooleanWhether the Wix site is Premium
userIdtextUser ID
metaSiteIdtextWix site ID

Example:

Copy
1
trackEvent("ClickProduct", {
2
"origin": "Wix Events",
3
"name": "Some bad event",
4
"list": "Widget",
5
"position": 2
6
} );
Was this helpful?
Yes
No