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

« Previous Version 2 Next »

widgetUniqueid

The widgetUniqueid option default value is null. This options allows user clicks tracking in Recommendations

class HawksearchVue {
    static defaultConfig = {
        ...
        widgetUniqueid: null,
        ....
    }
}

The widgetUniqueid value is updated once when the widget is initialized

Usage

Widget Unique ID is a property of the Recommendation component:

  • No labels