Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
Is it possible to implement a usage counter to plug-ins? Nothing too complicated. Basically, everytime the plug-in is opened (not even how many buttons are clicked). Just opened. And it will classify as 1 usage counter.
I'm not entirely sure how to implement. I'm guessing I have to set-up a webserver of some sort to send some pings?
Any help would be appreciated.
Hello @bentraje,
Thank you for reaching out to us. Sure, this is possible, but the broadness of your question is in violation of our scope of support rule:
If necessary, we will provide code examples, but we will not provide full solutions or design applications.
There are three million and one ways to do this, and you must design your application yourself. A very straight forward implementation could be:
MyCommandData.Execute
open()
json
urllib
Please understand that we cannot provide support for subjects that are not part of our APIs, e.g., how to set up a (REST) web service, so that your plugin can send commands to it.
Cheers, Ferdinand
@ferdinand
Thanks for the pointers. I'll try to look up those options.
Will close this thread now.