Sales Reports Are Now Live for ExpressionEngine Add-on Developers
June 28, 2010
by Ryan Masuga
Developers selling commercial ExpressionEngine add-ons through devot-ee.com now have access to a Sales Report area to get the “big picture” about their sales.
Sales Reports

License Keys List
Requiring license key generation is optional per add-on, and many developers take advantage of this feature. Visiting the License Keys page will show you a list of keys for those add-ons that require a key. There is very basic information in this list: the name of the addon, the date it was purchased, the license key, and the customer name and email. Taking this one step further, you can see this information in JSON format by clicking the "JSON format" link or simply appending /json/ to the URL. The list is ordered by title first, then by purchase date. Sample (bogus!) JSON output:{ licenses: [
{
item: 'Low Reorder',
purchase_date: '2010-05-17',
license_key: '123ab123-1234-1a23-1ab2-101234567789a',
customer_name: 'Davey Jones',
customer_email: 'davey@site.com'
},
{
item: 'Low Variables',
purchase_date: '2010-06-14',
license_key: '123ab123-1234-1a23-1ab2-101234567789a',
customer_name: 'Bob A. Booey',
customer_email: 'baba@site.com'
}
]}
We hope this is a good start towards helping those developers who wish to import the license info into their own systems for keeping track of their customers.
shotwell 07.01.10
So far so good guys. Thanks for building this feature (and the notifications). We just got our first notification about a sale yesterday.
rsanchez1 07.13.10
This is a pretty nice feature that is sure to help developers sell their add-ons. I’m wondering if this is the first step to offering download statistics to all add-on developers on devot-ee.