Skip to content

Commit 64c5536

Browse files
add warning that new analytics is not yet publicly available
1 parent d578685 commit 64c5536

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

learn/analytics/bind_events_user.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ description: This guide shows you how to manually differentiate users across sea
77
import CodeSamplesAnalyticsEventBindSearch1 from '/snippets/samples/code_samples_analytics_event_bind_search_1.mdx';
88
import CodeSamplesAnalyticsEventBindEvent1 from '/snippets/samples/code_samples_analytics_event_bind_event_1.mdx';
99

10-
This guide shows you how to manually link analytics events to specific users.
10+
<Note>
11+
This article refers to a new version of the Meilisearch Cloud analytics that is being rolled out in November 2025. Some features described here may not yet be available to your account. Contact support for more information.
12+
</Note>
1113

1214
## Requirements
1315

learn/analytics/configure_analytics_events.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ description: By default, Meilisearch Cloud analytics tracks metrics such as numb
66
import CodeSamplesAnalyticsEventConversion1 from '/snippets/samples/code_samples_analytics_event_conversion_1.mdx';
77
import CodeSamplesAnalyticsEventClick1 from '/snippets/samples/code_samples_analytics_event_click_1.mdx';
88

9+
<Note>
10+
This article refers to a new version of the Meilisearch Cloud analytics that is being rolled out in November 2025. Some features described here may not yet be available to your account. Contact support for more information.
11+
</Note>
12+
913
## Requirements
1014

1115
You must have a [Meilisearch Cloud](https://meilisearch.com/cloud) account to access search analytics.

learn/analytics/events_endpoint.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
---
22
title: Analytics events endpoint
3-
description: This reference describes /events, the endpoint you should use to submit analytics events to Meilisearch Cloud. It also describes the accepted event objects and the data you must include in them.
3+
description: Use `/events` to submit analytics events such as `click` and `conversion` to Meilisearch Cloud.
44
---
55

66
import CodeSamplesAnalyticsEventClick1 from '/snippets/samples/code_samples_analytics_event_click_1.mdx';
77

8-
Use `/events` to submit analytics events such as `click` and `conversion` to Meilisearch Cloud.
8+
<Note>
9+
This article refers to a new version of the Meilisearch Cloud analytics that is being rolled out in November 2025. Some features described here may not yet be available to your account. Contact support for more information.
10+
</Note>
911

1012
## Send an event
1113

learn/analytics/migrate_analytics_monitoring.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Migrate to the November 2025 Meilisearch Cloud analytics
33
description: Follow this guide to ensure your Meilisearch Cloud analytics configuration is up to date after the November 2025 release.
44
---
55

6+
<Note>
7+
This article refers to a new version of the Meilisearch Cloud analytics that is being rolled out in November 2025. Some features described here may not yet be available to your account. Contact support for more information.
8+
</Note>
9+
610
## Analytics and monitoring are always active
711

812
Analytics and monitoring are now active in all Meilisearch Cloud projects. Basic functionality requires no extra configuration. Tracking user conversion, clickthrough, and clicked result position must instead be explicitly configured.

0 commit comments

Comments
 (0)