|
6 | 6 | > the tracking plan for the specific Compass version you can use the following
|
7 | 7 | > URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
|
8 | 8 |
|
9 |
| -Generated on Thu, May 29, 2025 |
| 9 | +Generated on Fri, May 30, 2025 |
10 | 10 |
|
11 | 11 | ## Table of Contents
|
12 | 12 |
|
@@ -110,6 +110,11 @@ Generated on Thu, May 29, 2025
|
110 | 110 |
|
111 | 111 | ### Gen AI
|
112 | 112 |
|
| 113 | +- [AI Opt In Modal Shown](#event--AiOptInModalShownEvent) |
| 114 | +- [AI Opt In Modal Dismissed](#event--AiOptInModalDismissedEvent) |
| 115 | +- [AI Sign In Modal Shown](#event--AiSignInModalShownEvent) |
| 116 | +- [AI Sign In Modal Dismissed](#event--AiSignInModalDismissedEvent) |
| 117 | +- [AI Generate Query Clicked](#event--AiGenerateQueryClickedEvent) |
113 | 118 | - [AI Prompt Submitted](#event--AiPromptSubmittedEvent)
|
114 | 119 | - [AI Query Feedback](#event--AiQueryFeedbackEvent)
|
115 | 120 | - [AI Response Failed](#event--AiResponseFailedEvent)
|
@@ -1293,6 +1298,42 @@ the query results.
|
1293 | 1298 |
|
1294 | 1299 | ## Gen AI
|
1295 | 1300 |
|
| 1301 | +<a name="event--AiOptInModalShownEvent"></a> |
| 1302 | + |
| 1303 | +### AI Opt In Modal Shown |
| 1304 | + |
| 1305 | +This event is fired when the AI Opt-In Modal is shown to the user. |
| 1306 | + |
| 1307 | +<a name="event--AiOptInModalDismissedEvent"></a> |
| 1308 | + |
| 1309 | +### AI Opt In Modal Dismissed |
| 1310 | + |
| 1311 | +This event is fired when the AI Opt-In Modal is dismissed by the user. |
| 1312 | + |
| 1313 | +<a name="event--AiSignInModalShownEvent"></a> |
| 1314 | + |
| 1315 | +### AI Sign In Modal Shown |
| 1316 | + |
| 1317 | +This event is fired when the AI Sign-In Modal is shown to the user. |
| 1318 | + |
| 1319 | +<a name="event--AiSignInModalDismissedEvent"></a> |
| 1320 | + |
| 1321 | +### AI Sign In Modal Dismissed |
| 1322 | + |
| 1323 | +This event is fired when the AI Sign-In Modal is dismissed by the user. |
| 1324 | + |
| 1325 | +<a name="event--AiGenerateQueryClickedEvent"></a> |
| 1326 | + |
| 1327 | +### AI Generate Query Clicked |
| 1328 | + |
| 1329 | +This event is fired when a user clicks the Generate Query / Aggregation entry point. |
| 1330 | + |
| 1331 | +**Properties**: |
| 1332 | + |
| 1333 | +- **type** (required): `"aggregation" | "query"` |
| 1334 | + - The type of query being generated. |
| 1335 | +- **is_compass_web** (optional): `true | undefined` |
| 1336 | + |
1296 | 1337 | <a name="event--AiPromptSubmittedEvent"></a>
|
1297 | 1338 |
|
1298 | 1339 | ### AI Prompt Submitted
|
|
0 commit comments