It makes intuitive sense that customers who complete the trial* version of your software are more likely to purchase it, but it cannot be so easily deduced that the converse is true, i.e. that non-finishers are much less likely to buy.

A potential customer may use your software twice and purchase it immediately, or purchase it much later without ever finishing the trial. However, it would depend on the nature of your software, especially for games and one-use software like importers and converters.

Have you, as a software developer, seen any clear correlation between:

  1. Date of first use or download,
  2. Date of trial expiry (whether 30 days or 20 uses), which can be inferred from the date of first use if not measured.
  3. Date of purchase

One should also consider the % of buyers who purchased during and after the trial period. The conclusion drawn from this data would influence the optimal length of a trial period, the extent of crippling following expiry and the preferred method of trial limitation.


* fully featured for limited time or uses.

link|improve this question

72% accept rate
1  
I understand if purely business questions are considered off-topic, but I haven't found a better place to ask real-world software business questions and gotten great answers. For which sister site is this a better fit? If none, then I submit that this question is of interest to all developers of paid software and belongs on SO. – FreshCode Dec 5 '10 at 11:45
...and because designing a digital time or use-limited trial version is fairly unique to the software industry. – FreshCode Dec 5 '10 at 11:53
Although sad to see my question closed, I am glad for the great answers it generated. I will re-ask on Answers.OnStartups.com. – FreshCode Dec 9 '10 at 6:58
feedback

closed as off topic by cdhowie, Paul Dixon, RoadWarrior, ho1, Graviton Dec 8 '10 at 1:21

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

My non-scientific, anecdotal, gut feeling is that there are two peaks: 1) sharp peak within 24 hrs of download. 2) broader, rounder peak as the trial expires.

1 is from impulse buyers, or buyers who experience the "Eureka!" moment, as my app (ClipMate - the original clipboard extender for Windows) strikes many users as something that should have been in Windows all along, and they've finally found that "missing feature".

2 as my trail winds down, the nags get more urgent, and they get anxious about losing data and/or functionality that they've become "hooked" on. This is spread out over several days +/- end of the trial.

I do get a fair number of registrations that come after the trial, and even after using a pirated copy that stops working.

Consider using a special offer during uninstallation. If they unisntall without having registered, give them a survey. If it looks like they like it but it's a money issue, offer them 10% off, or let them use it free via TrialPay.

link|improve this answer
you're everywhere! I like the idea of a special offer upon uninstallation and I'm checking out TrialPay now. I agree with the two peaks theory. Can you give me an indication of the % of impulse buyers in your experience? Is it a significant amount? And thanks for answering all my trialware questions :). – FreshCode Dec 6 '10 at 7:55
I'm not sure about offering a discount if they uninstall. I think if someone is uninstalling then they don't like the software. But I don't think it hurts to try. You may convert some people. The survey is a good idea, but I think it has to be very small. – Adrian Dec 10 '10 at 1:59
feedback

All plots of number of sales against number of days that the purchaser tried the software were all U-shaped for products with trial periods ranging from a week to month. There's a big peak on day one, some sales the next few days, and then a quiet period up to the end of the trial, and another peak on the day the trial expires. The conclusion is that the people who tried and purchased these products fall in two broad categories. The first category gives the software a quick spin to make sure it works as advertises and then purchases. The other category postpones the purchase until the trial stops working. Which of the two categories is larger depends on the product and the specifics of its trial version.

link|improve this answer
Your findings agree with Chris's gut feeling and my own. Now to find a way of bringing up the flat part of the U or to move some of the late buyers into the first category without negatively influencing sales over the long run. Would progressive crippling as the trial advances (all features on day 1, some full features on day 15, and limited features on day 30) change the shape of the U? Or will it frustrate clients? How about after the trial expires? Are there any data on post-trial purchases for progressively crippled software vs fully crippled software? – FreshCode Dec 6 '10 at 10:46
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.