@@ -180,6 +180,8 @@ Generated on Fri, Oct 17, 2025
180180
181181- [ Application Launched] ( #event--ApplicationLaunchedEvent )
182182- [ Atlas Link Clicked] ( #event--AtlasLinkClickedEvent )
183+ - [ Atlas Skills CTA Clicked] ( #event--AtlasSkillsCtaClickedEvent )
184+ - [ Atlas Skills CTA Dismissed] ( #event--AtlasSkillsCtaDismissedEvent )
183185- [ Error Fetching Attributes] ( #event--ErrorFetchingAttributesEvent )
184186- [ Keytar Secrets Migration Failed] ( #event--KeytarSecretsMigrationFailedEvent )
185187- [ Performance Advisor Clicked] ( #event--PerformanceAdvisorClickedEvent )
@@ -2045,6 +2047,30 @@ This event is fired when a user clicks on the Atlas CTA.
20452047 - The screen from which the Atlas CTA was clicked.
20462048- ** is_compass_web** (optional): ` true | undefined `
20472049
2050+ <a name =" event--AtlasSkillsCtaClickedEvent " ></a >
2051+
2052+ ### Atlas Skills CTA Clicked
2053+
2054+ This event is fired when a user clicks the Atlas Skills CTA banner.
2055+
2056+ ** Properties** :
2057+
2058+ - ** context** (required): ` "Documents Tab" | "Aggregation Tab" | "Indexes Tab" | "Schema Tab" `
2059+ - The context/screen from which the Atlas Skills CTA was dismissed.
2060+ - ** is_compass_web** (optional): ` true | undefined `
2061+
2062+ <a name =" event--AtlasSkillsCtaDismissedEvent " ></a >
2063+
2064+ ### Atlas Skills CTA Dismissed
2065+
2066+ This event is fired when a user dismisses the Atlas Skills CTA banner.
2067+
2068+ ** Properties** :
2069+
2070+ - ** context** (required): ` "Documents Tab" | "Aggregation Tab" | "Indexes Tab" | "Schema Tab" `
2071+ - The context/screen from which the Atlas Skills CTA was dismissed.
2072+ - ** is_compass_web** (optional): ` true | undefined `
2073+
20482074<a name =" event--ErrorFetchingAttributesEvent " ></a >
20492075
20502076### Error Fetching Attributes
0 commit comments