Meilisearch

Missing event instrumentation prevents analytics metrics population

info
configurationUpdated Feb 11, 2025(via Exa)
Technologies:
How to detect:

Click-through rate, average click position, and conversion rate metrics will remain empty unless the application explicitly sends click and conversion events to the Meilisearch Cloud analytics endpoint. Metrics are not automatically collected from search API usage.

Recommended action:

Instrument application code to POST click events to https://edge.meilisearch.com/events when users click search results. Include eventType: 'click', eventName, indexUid, objectId, and position in the payload. Similarly, POST conversion events with eventType: 'conversion' when conversion actions occur. Events must include Authorization header with API key.