Product Page Loaded

Triggered whenever a product page loads.

Properties:

NameTypeDescription
idtextProduct ID
nametextProduct name
pricecurrencyProduct price
currencycurrencyDefault site currency in ISO-4217 format
isPremiumbooleanWhether the Wix site is Premium
userIdtextUser ID
metaSiteIdtextWix site ID

Example:

Copy
1
{
2
"productId":"8fe8f05f-951e-1563-b917-88adf8284543",
3
"name":"I'm a Product",
4
"currency":"ILS",
5
"price":200,
6
"isPremium":true,
7
"userId":"1c9b561f-0093-4eea-ac65-4278ba023678",
8
"metaSiteId":"999514f5-6fb1-457a-8d0d-a67d01841abd"
9
}
Was this helpful?
Yes
No