Skip to content

Supplier side tracking

The property tracking accept different configurations:

ts
type tracking = boolean;

Disabling tracking

To disable vendor side tracking, simply omit the property

html
<bk-floating-widget
     ...

or, you can directly not add the property to the configuration object, it will default to false

Enabling tracking

To enable tracking, simply provide the property.

For Google Analytics pure:

html
<bk-floating-widget
        data-tracking="true"
     ...