Oct 10, 2024
Oct 10, 2024
Analytics Events implementation (part 2)
The Analytics solution used for AI Solution is Fathom Analytics.
Analytics events are now implemented on AI Solution, that are triggered by Analysis execution (backend events) :
- Each time a single model is executed from the interface, a dedicated event
Models.Model_Executed.model_technical_nameis incremented -> Insights on which AI models are mostly tested from the app interface - Each time multiple models are executed simultaneously from the interface, an event
Models.Model_Executed.Multipleis incremented -> Tracking of the feature "Unlimited simultaneous AI insights" testing from the app interface - Each time a model / multiple models is/are executed from the interface, with specifying an input language, a dedicated event
Models.Model_Executed.Input_Language.language_iso_codeis incremented -> Insights on which input languages in AI analyses are mostly tested from the app interface - Each time a model / multiple models is/are executed from the interface, with specifying an output language, a dedicated event
Models.Model_Executed.Output_Language.language_iso_codeis incremented -> Insights on which output languages in AI analyses are mostly tested from the app interface
Check the Clickup documentation for AI Solution Analytics
Check the Analytics events details in this Clickup documentation