Pages
Page History
A transaction is the simultaneous purchase of one or more products. The Frosmo Platform registers each transaction, irrespective of the number of products purchased, as a single conversion.
Table of Contents | ||
---|---|---|
|
...
For more information about conversions and conversion attribution, see the conversions user guide.
Note |
---|
If you want to track a product conversions that do not involve a purchase, use conversion tracking. |
Tracking transactions with the data layer
...
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 |
...