Product page
Tracked by providing the reference code of the product.
NoteEnsure the product code matches the code supplied in the catalog feed.
| Name | Descriptions and usage |
|---|---|
| product | Product reference code – Includes a refCode property, with the value of the product reference code string. |
The product page is tracked using the following script:
{
"type" : "product",
"lang" : "en-gb",
"product" : { "refCode" : "PROD500" }
}If you want the callback to contain only the ref-codes (rather than default full product details) for recommended products, use the recContent parameter to specify refCodeOnly. See Recommendations callback.
{
"type" : "product",
"lang" : "en-gb",
"recContent" : "refCodeOnly",
"product" : { "refCode" : "PROD500" }
}
NoteYou can also add the
customAttributesorcustomerelements to this page tracking request. For more information, see AddcustomAttributesorcustomerelements (Optional).
Updated 3 months ago