View Content

Triggered whenever site content is viewed.

Properties:

NameTypeDescription
origintextWix App name, i.e stores, bookings
idtextProduct ID
nametextProduct name
categorytextCollection name
pricecurrencyProduct price
currencycurrencyDefault site currency in ISO-4217 format
skutextProduct SKU
typetextProduct type: physical or digital
isPremiumbooleanWhether the Wix site is Premium
userIdtextUser ID
metaSiteIdtextWix site ID

Example:

Copy
1
{
2
"category": "All Products",
3
"origin": "Stores",
4
"id": "df19c1f7-07d8-a265-42f8-e8dfa824cc6e",
5
"name": "Soundbeam ERD - 3083",
6
"price": 220,
7
"currency": "ILS",
8
"type": "physical",
9
"sku": "00001",
10
"isPremium": true,
11
"userId": "79f246a8-46fd-4429-aac6-006d13cce9a6",
12
"metaSiteId": "e4d85293-d205-48d0-93d4-3ed7b91b9549"
13
}
Was this helpful?
Yes
No