Pages
Page History
...
- Page code (meaning directly from your site source code)
- Shared code
Page code is the recommended solution. If you cannot use the data layer in your page code, use shared code.
...
Property | Description | Type | Role | ||
---|---|---|---|---|---|
id | Product ID. The product ID is the same value you pass in the This property is optional if
| String (128) | Required | Optional | ||
name | Product name. The product name is the same value you pass in the This property is optional if | String (128) | Required | Optional | ||
price | Unit price used for the product in the transaction. | Number | Required | ||
quantity | Number of items purchased in the transaction. | Number | Optional | ||
sku | Stock keeping unit (SKU) code for the product. This property is optional if | String (128) | Required | Optional |
...