Home > doofinder > StatsClient > registerClick

StatsClient.registerClick() method

Register a click on a result.

Signature:

registerClick(params: ClickStatsParamsWithDfid): Promise<Response>;

Parameters

Parameter Type Description
params ClickStatsParamsWithDfid An options object. See ClickStatsParamsWithDfid.

Returns:

Promise<Response>

A promise to be fullfilled with the response or rejected with a ClientResponseError.