Hi,
I'm using search-ui and am trying to enable link click tracking, using resultView as below.
<Results
titleField="title"
urlField="url"
shouldTrackClickThrough={true}
clickThroughTags={['Documents']}
resultView={ResultView}
/>
However, I am trouble getting started and wondered if there are any examples combining click tracking with resultView to assist getting started?