Ways to measure plugin usage?

Ways to measure plugin usage?

eric.isaac2KKE9
Enthusiast Enthusiast
465 Views
2 Replies
Message 1 of 3

Ways to measure plugin usage?

eric.isaac2KKE9
Enthusiast
Enthusiast

Is there a way to measure plugin usage in a Revit model via the API? Hoping there may be some way to hook in to some sort of "on plugin launch" event, or find the stats elsewhere, since it might save me some time (vs. trying to collect the info plugin-by-plugin).

 

I am trying to get a better idea of which plugins are being used (to better guide custom development). Continuing to look through the docs, but haven't found something that fits the bill yet.

0 Likes
Accepted solutions (1)
466 Views
2 Replies
Replies (2)
Message 2 of 3

ricaun
Advisor
Advisor
Accepted solution

The is no such measuring usage in the API, trying to collect the info plugin-by-plugin is the way.

 

And gonna depends on what exactly you want to measure, how many times a command is used maybe.

Luiz Henrique Cassettari

ricaun.com - Revit API Developer

AppLoader EasyConduit WireInConduit ConduitMaterial CircuitName ElectricalUtils

Message 3 of 3

eric.isaac2KKE9
Enthusiast
Enthusiast

Thank you for confirming @ricaun , figured it was at least worth asking before sinking too much time into a custom solution. Mostly exploratory at this point, so likely just how many times the command is launched to start.

0 Likes