When releasing a block of recommendations or a product listing, make sure the tracking is properly set-up by running the following checks:
Check that tracker is enabled
Open the Network tab and set a filter on “bav2” to see only the Boxalino JavaScript tracker.
If you can find the bav2.min.js
script on the page - the tracker is present.
...
2. Open the Network tab and set a filter on “v2” to see the tracking events sent to Boxalino.
On every page, there is a pageView
tracker event.
...
Check the HTML tags
Make sure that the container div (in red in the screen-shot below) has the following properties as described in the Tracker API documentation: https://boxalino.atlassian.net/wiki/spaces/BPKB/pages/8716641/JS+Tracker+API#Narrative-HTML-markup-requirements .
...
Check the scrollImpression tracking:
Open the networking Network tab and set a filter on “bx-cloud” to see only the events sent to Boxalino.
...