Options
All
  • Public
  • Public/Protected
  • All
Menu

The Tracker module is responsible for transmitting user event tracking data.
A customer account configuration is required for use. The methods should be executed when the appropriate event occurs.
It is very important to send correct data because system Qon uses it to wyznaczania products in recommendations frames.

Hierarchy

  • TrackerInterface

Implemented by

Index

Methods

  • Send a product click event.
    You should invoke this method when the user clicks recommended product

    throw

    ProductClickError

    Parameters

    Returns void

  • Send a product view event.
    You should run this method when the user is viewing the product page

    throw

    ProductViewError

    Parameters

    • productView: ProductView

      Describes the product being viewed

    Returns void

  • Send a transaction event.
    You should invoke this metod when user finalize order. In transaction parameter you need to set list of bought products

    throw

    TransactionError

    Parameters

    Returns void

Generated using TypeDoc