Category page
Any page where multiple products are displayed.
Note
Ensure the category matches the category supplied in the catalog feed.
Name | Descriptions and usage |
---|---|
category | Category string value of full hierarchy – Full category hierarchy, using > as a separator, in the form parent>child>child. For example, for the Jeans subcategory of the Mens category, use Mens>Jeans. |
A category page is tracked using the following script:
{
"type" : "category",
"lang" : "en-gb",
"category" : "Mens>Jeans"
}
Note
You can also add the
customAttributes
orcustomer
elements to this page tracking request. For more information, see AddcustomAttributes
orcustomer
elements (Optional).
Updated 9 months ago
Next