I currently have a free WP plugin published on the official WP repo. I'm planning to release it on other platforms, but I want downloads from there (where you install the plugin by uploading a zip from your WP dashboard) to count towards the active installs in the official WP repo.
I'm not sure how to tell the repo that those plugins are the same. I assume having the same name won't count?
Thanks
I currently have a free WP plugin published on the official WP repo. I'm planning to release it on other platforms, but I want downloads from there (where you install the plugin by uploading a zip from your WP dashboard) to count towards the active installs in the official WP repo.
I'm not sure how to tell the repo that those plugins are the same. I assume having the same name won't count?
Thanks
Share Improve this question asked Mar 13, 2022 at 11:49 Nikolay DyankovNikolay Dyankov 2753 silver badges8 bronze badges1 Answer
Reset to default 0Downloads and active installs are not the same thing:
- downloading from .org does not increase the active download stats, those are separate
- it's the update check that's used to calculate this
So no steps are necessary on your part other than keeping the plugin name/slug the same. Otherwise there are no options available to you for influencing the statistics outside of this. If you ask them to incorporate stats from additional sources that you are providing they will say no.