EclipseFdn / open-vsx.org

Source of open-vsx.org
https://open-vsx.org/
Eclipse Public License 2.0
133 stars 40 forks source link

Question: how to get extension download statistics? #2724

Closed bzy-debug closed 1 month ago

bzy-debug commented 1 month ago

In vscode extension marketpalce, as an extension author, I can view extension download statistics in extension manage panel.

Here's a screenshot of the statistics page:

image

Does open vsx have similar extension download statistics for publishers? If so, where can I find it?

kineticsquid commented 1 month ago

@bzy-debug We don't provide this level of activity detail to publishers. @amvanbaren To what level of detail do we track dowloads and pageviews?

amvanbaren commented 1 month ago

We track the total downloads for each extension (no time series).

Pageviews are not tracked. I think that would require telemetry data to be collected. VSCodium disables telemetry by default. Don't know if other editors like Theia provide telemetry/pageview data.

kineticsquid commented 1 month ago

@amvanbaren Thanks. @bzy-debug Closing this now. If you're interested in pursuing this, I'd suggest an enhancement request at https://github.com/eclipse/openvsx/issues (ideally with a PR).