Hi all,
I am hoping to make use of the MongoDB usageReports collection to do some reporting on Alteryx Designer usage. The incoming data contains a "Type" column which determines the type of usage data being presented. I have found a description of these types on the AlteryxGallery MongoDB Schema page, but when I make the query myself, I receive types 17 and 19 which are not listed on this page. Is anyone aware of what these types represent?
My second question is regarding the data for individual tool usage - I am trying to report on the frequency of tool/tool palette usage, but some of the JSON values being returned are not clear as to what tool they are referencing. They are:
AlteryxBasePluginsGui.DbFileInput.DbFileInput
AlteryxBasePluginsGui.DbFileOutput.DbFileOutput
AlteryxGuiToolkit.GenericTool.GenericTool
AlteryxGuiToolkit.HtmlBox.HtmlBox
AlteryxGuiToolkit.Questions.Tab.Tab
Could anyone tell me which tools these represent?
Any help is much arppreciated.