-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track stats on installed patterns #24
Comments
We can't really track installs, since patterns are more ephemeral - you don't really install them. We could track:
I'm taking this out of the "initial launch" milestone - while important, it wouldn't add or detract from the stability of the directory. |
Those sound good 👍🏻
I'm guessing we've already got that data, by nature of it. Eventually we might want to build a public report like we have for WordCamp data, but the first step would just be collecting the important stuff early.
This seems like a pretty important one, to show usage. I'd guess most of the installs would be done in Core, which we don't track, but the installs on w.org may be highly correlated? if we save installs per-pattern, we could compare usage across locales. It might be nice to have a snapshot of # of installs per month, so we can see usage trends over time? |
Once Gutenberg starts allowing searches of remote patterns, then tracking the most popular terms seems helpful. we could use that to identify gaps where patterns that people want don't exist yet. cc @shaunandrews , @andreamiddleton, @mtias in case y'all have any other ideas for stats that'd be useful to track |
Favorites is likely going to be the best metric to rely on. Once we have a flow that doesn't involve copy / paste that would also be a good way to get a sense of installs. |
Is that because copying doesn't guarantee that they'll paste & publish? I'd guess that it'd still be highly correlated. |
I think the challenge will be that people may browse on .... Maybe we should add a copy button next to the title, like how GitHub does for branch names 🤔 . |
Yes, you might click copy even if you don't have a WordPress install just out of curiosity. It feels like a very indirect measure. |
Does that mean that the method of using a pattern will change in core? Whether it's copied from wp.org or added from the inserter in the editor, it's only content added to the post. What I'm hearing right now, for stats tracking on launch, is snapshot-style record keeping (using the 5ftf cron setup?) to track total number of favorite (and reported?) patterns. Post launch, when the core feature is iterated on, we will want to track search terms, and however patterns are officially installed. |
It won't change, but an action that performs insertion is an action that ensure selection + insertion happens, closer to an "activation".
That'd be my inclination as a start, it should be something that can be done on the patterns repository itself without having to deal with user actions. |
Similar to the plugin directory, it'd be useful for the pattern directory to track stats on which patterns are installed.
That could help the w.org front-end directly display popular patterns, etc.
This could be done by sending a list of installed pattern IDs to api.w.org when Core checks for updates, which is how it's done for plugins.
It's not clear yet how patterns will be "installed", since inserting a pattern into a post could detach it from the canonical version on w.org. The designs might include a way of "favoriting" a w.org pattern, or similar.
The text was updated successfully, but these errors were encountered: