Impression and View Events
Recording a Page or Product View
This event is a structured event well suited to track engagements with "products" or individual items on your site.
// Wait for page load event
window.addEventListener('load', function(e) {
bttnio('reportPageView', {
categories: ['Technology', 'Mobile Phones'] // see Subscriber Categorizing
});
});
Updated about 2 months ago
Did this page help you?