Track Event URL
trackEventUrl
The trackEventUrl
option default value is null
. This options enables the HawksearchVue app to create tracking event.
const config = {
...
trackEventUrl: null,
...
};
var widget = HawksearchVue.createWidget(component, { config: config });
HawksearchVue.initialSearch(widget);
The trackEventUrl
value is updated once tracking is enabled from Hawksearch Settings
Â