Skip to content

Commit

Permalink
Fix faulty #2680 merge (#2689)
Browse files Browse the repository at this point in the history
  • Loading branch information
guimachiavelli authored Jan 23, 2024
1 parent 5f36b1c commit 4ffbba0
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions learn/cloud/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ curl \
**The previous API URL will remain functional**, but requests targeting it will not send any data to the analytics interface. If you created any custom API keys using the previous URL, you will need to replace them.

<Capsule intent="danger" title="Analytics and multi-search queries">
Meilisearch Cloud analytics silently ignores requests to [the `/multi-search`
route](/reference/api/multi_search). This is a known bug and will be fixed in
a future Cloud update.
Meilisearch Cloud analytics silently ignores requests to [the `/multi-search` route](/reference/api/multi_search). This is a known bug and will be fixed in a future Cloud update.
</Capsule>

### Configuring click-through rate and average click position
Expand All @@ -63,11 +61,8 @@ curl \
}'
```

<Capsule intent="tip" title="Be advised!">
Meilisearch will try to automatically associate analytic events with the most
recent search of the user who triggered them. If you want to manually bind a
event to a search, include the same `X-MS-USER-ID` header in your search and
event request.
<Capsule intent="tip" title="Binding analytics events to a search">
Meilisearch automatically associates analytics events with the most recent search of the user who triggered them. To manually bind an analytics event to a specific search, include the same `X-MS-USER-ID` header in your search and event requests.
</Capsule>

#### The `click` event object
Expand Down

0 comments on commit 4ffbba0

Please sign in to comment.