This event is triggered when a user views a category screen.
Please pass the corresponding category's URL for optimal performance. If not available, the default home webpage URL can be passed instead.
Implementation
productCategory = new ProductCategory(url: URL, title: string, itemids: List[String])
Wunderkind.getInstance().trackViewCategory(productCategory)
let productCategory = ProductCategory(url: URL, title: string, itemids: [string])
Wunderkind.shared.trackViewCategory(productCategory)
var productCategory = ProductCategory(url: URL, title: string, itemids: [string])
Wunderkind().trackViewCategory(productCategory)
let productCategory = new ProductCategory(url: URL, title: string, itemids: List[String])
Wunderkind.trackViewCategory(productCategory)