Analytics for your WordPress products
Insights into the environments that have installed your WordPress plugins and themes.
Track install growth over time
ContextWP keeps track of how many sites are using your product each day. We'll chart this for you over time so that you can watch your plugin or theme grow.
Environment aggregations
Can you drop support for PHP 7.4? Are you still supporting WordPress 5.9? (Do you need to be?)
Take the guess work out of raising your product requirements. ContextWP will tell you exactly how many sites are on which version.
Data we collect:
- Versions of your product
- PHP versions
- WordPress versions
- Locales
Privacy first
Out of respect for your customers' privacy, we do not store site URLs, customer names, or email addresses. Data comes to us (and to you) completely anonymous. If you desire personally identifiable information then ContextWP is not for you.
How it works:
Create a product
Use our form to create a product that matches the plugin or theme you want to start tracking.
Create product
Add our SDK to your product
Our SDK is plug and play. Install it via Composer and copy and paste the 6-line code snippet we give you. Job done!
add_action('contextwp_sdk_loaded', function (\ContextWP\SDK $sdk) {
$sdk->register(
(new \ContextWP\ValueObjects\Product($publicKey, $productId))
->setVersion($productVersion)
);
});
Watch the stats come in
Once you deploy an update to your product, the stats will start to trickle in.