Skip to end of banner
Go to start of banner

Tracking Check-List

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

When releasing a block of recommendations or a product listing, make sure the tracking is properly set-up by running the following checks:

Check the HTML tags

Make sure that the container div (in red in the screen-shot below) has the following properties:

  1. data-bx-variant-uuid (should be a unique value appearing only once on the page with unique identifying like "ae313d89-95a5-47e4-bee4-b5864011d3a0")

  2. data-bx-narrative-name (should be a string value like "products-list")

  3. data-bx-narrative-group-by (should be the name of the group-by of the products displayed, like "products_group_id")

  4. the class “bx-narrative”

Make sure that the product div (in blue in the screen-shot below) has the following properties:

  1. “data-bx-item-id" with the value of the group by field of the product (e.g.: “998" if this is the “products_group_id” of this product)

  2. the class “bx-narrative-item”

Check the scrollImpression tracking:

Open the networking tab and set a filter on “bx-cloud” to see only the events sent to Boxalino.

After loading the page and scrolling to the products, you should see an event of the type “scrollImpression” as below. Make sure that the indicated “_v-uuid” of the tracked items match the value of the tag “data-bx-variant-uuid”, and that the indicated “id” match the items tag “data-bx-item-id”.

Check the click tracking:

Click on “preserve log” in your networking tag so changing page doesn’t make you loose the networking information.

Try to click both on the product itself (if needed at the different places the products can be clicked in case of several separate links) as well as clicking directly on the “add to basket” if available.

In both cases, the network should show a click event with the correct _v-uuid and id values (same way to check as in for scrollImpression)

In addition to the click event, an “addToBasket” event should be sent when clicking on the add to basket

  • No labels