Yes! It’s compliant with the marketplace rules. In fact, a similar analytics product, called PressTrends, was widely adapted by ThemeForest and CodeCanyon developers in early 2014.
Recent articles
10 articles found
Can I use Freemius Insights with EDD or WooCommerce?
Absolutely YES! There’s no collision nor interaction between Freemius Insights and other eCommerce solutions. Freemius Insights does not depend on on our monetization solutions. You can add Freemius Insights to both your free and premium plugin versions.
Is Freemius a WordPress.org Compliant?
Mos-def! If you are familiar with the guidelines, you already know that “phoning home” is not allowed without the user’s consent. Therefore, we don’t capture any information without user opt-in. We probably have the most strict opt-in form in the wp.org repo.
User & Websites Data
If you’ve been developing for WordPress.org for a while, you probably know that there’s almost no data about your users that’s available for you to use. Now, finally, WordPress developers can make data-driven decisions about their products, using the Freemius Insights advanced analytics! After following the instructions and integrating the Freemius SDK into your product … Continued
Getting Paid (Your Earnings)
How Freemius handles payout to its partners (sellers). To see your current earnings status, click to toggle the menu at top right hand side of the screen and head over to the My Earnings screen from anywhere on your Freemius account. Your browser does not support the video tag. In the My Earnings screen, you … Continued
Migrating from Easy Digital Downloads to Freemius
With over a decade of experience, we have perfected the migration of software companies from Easy Digital Downloads (EDD) to Freemius. Our efficient and robust two-step process ensures a seamless transition: Data Import: Transfer all relevant data from EDD to Freemius. Ongoing Renewals Syncing: For stores with active, auto-renewing subscriptions, we connect your payment processors … Continued
Version Deployment
There are two main reasons why Freemius manages its own repository and deployment process: To be able to securely serve paid plugin/theme downloads and updates to customers who own a valid license. To simplify code management by allowing developers to maintain only one code base which contains all of their plugin/theme functionality. A free, WordPress.org … Continued
Debugging
Freemius has some pretty comfortable options for debugging and logging to make the process of integration easier for you, the developer: Development Mode During development and testing, add define( 'WP_FS__DEV_MODE', true ); to your dev environment’s wp-config.php in order to display the Freemius Debug menu item. Freemius Debug Page You can access Freemius Debug page … Continued
Testing
Before you release a version of your product that has Freemius integrated in it, to production, you probably want to test things out, making sure everything works properly. Here’s what Freemius recommends in terms of testing the functionality & integration: Setting Freemius Into Development Mode Add the following constants to your testing environment’s wp-config.php file … Continued
Handling Licensing
It’s quite easy to be able to have your product support a licensing mechanism with Freemius. All you need to do is add some logic that will help Freemius understand which parts (code blocks) of your product belong to which of your payment plans. Once you have that logic in place Freemius will automatically use … Continued