New on Rescuetime.com. When are you in the zone?

Are you a morning person? More of a night owl? We just pushed out a nifty little thing that will help you figure it out.

For a while now, we’ve had the concept of an “efficiency score” in RescueTime. It’s basically how productive you are on a scale of 0-100%. That’s not too bad for giving you a rough sense of how productive you are overall, but it hides a few things that can be pretty insightful. We just pushed out a breakdown of your efficiency score over various time periods, so you can see when you are the most productive and when your periods of downtime tend to be.

You can see it on your dashboard and on the efficiency report page.

It’s not a huge change, but I’m pretty excited about it. It’s allowed me to learn some pretty interesting stuff about myself.

I feel like I’m fairly productive, but my overall score wasn’t really reflecting it.

Turns out, if you don’t count weekends and evenings, my productivity shoots way up. That’s perfectly fine by me, because that’s my downtime, when I don’t really need to be productive anyway.

I’m 14% more productive in the afternoons than I am in the mornings.

This is awesome data for me to know. I’m usually the last one to arrive in the mornings, and I always feel really guilty about it. Now I have some data that shows I make up for it in the afternoons. It’s also interesting because the rest of the team is on somewhat opposite schedules (they tend to be more productive in the mornings). So it means we’ll have to take than into consideration when scheduling meetings.


This is our first pass at making this information available. There are a few kinks here and there, but we’re going to be iterating on it in the near future. If there’s something that you’d like to see done differently, let us know.

p.s. to make room for this on your dashboard, we moved the comparison of your time vs. the average user. It can now be found on the full report.

A New Report and Search / Key Word Filtering Improvements

tldr; We’ve added a “Activity Details” report, that presents your normal graph views of rank, over time, and productivity of all your “detailed” activities, or documents. This view is particularly useful combined with the Search word filtering tool, which now has improved results matching.

Search Improvements: Foundation for Our New Report

Our previously announced search improvements were primarily targeted at dramatic speed gains and increased reliability. As this new infrastructure stabilized, we took a careful look at how key word filtering was working for users, and considered the great feedback our users provided in conjunction with our own analysis. Then, over the last few weeks, we’ve been tuning how we can better and more intuitively match against user’s requested search parameters– for example, if you are in Word and have a long file path for the current document you are editing, the ability to search by directory, filename, file type, application type, etc. We’ve arrived now at what seems like an effective general solution for smart indexing– but we will continue to examine the results and take feedback on how it can be further improved. All together, the much improved speed combined with the more accurate results provided us the opportunity to integrate a new report into our offering, one that makes keyword reports particularly useful for exploring how you spend your life on the computer.

A side note about terms: I use both the terms “search” and “key word filtering” due to the dual purposes of this capability. We find that predominantly users use this feature (and it’s persisted cousin, Custom Reports) for the purpose of generated reports filtered against desired match results: we call this use “key word filtering” because rather than trying to find something, you are trying to generate a filtered report with a sort of ad hoc grouping. However, users also sometimes use this feature simply to aggregate / locate time for a specific item: this is the “search” use. Finally, there is a semantic case to be made that, in general, web app users are more inclined to understand at first glance what goes in this field when it is labeled “Search”, despite that not really being its primary purpose.

A New Report: The Activity Details Report for Premium Users

A much asked for feature, our new Activity Details report provides an immediate view into the time you spend on your most urgent items, no matter what application or site you are on. If you are tracking your time in a project or for a customer, or want to understand, for example, how email time figures against your favorite design or engineering tool, this is a great resource. You can filter it with keywords to narrow down the view, and you’ll get reports that graph the top documents or pages, and a table that lets you see your app/site plus its documents. Critically, before it was impossible to see all the results of search filters in one view: you could never see matching documents/details from different apps and sites expanded together, and now you can. The old activity report is now called the Activity Summary report if you want a less noisy summary.

Navigation Changes: Integrating Search / Key Word Filtering into Regular Use

In conjunction with the above changes, we’ve rationalized how the site navigation responds to your searches and key word filtering. Again, this is an attempt to combine our own analysis with your feedback, and may be tweaked over time.

  • From any report view, a new search (as in, clicking the search button) lands you on the Activity Details page. This provides you with immediate feedback for quality of your search results. Non-premium users still land on the Activities Summary page.
  • Clicking search on the dashboard leaves you on the dashboard, with filtered results
  • Once a search is active, it becomes sticky: if you navigate to Time reports using the side navigation, or click the “view complete report” links on dashboard widgets, your current search filter is preserved
  • When viewing Activity reports, the search filter is preserved for Application or Site items linked in the table results. For example, if you search for keywords like “Seattle Atlanta”, you get a list of all apps and sites that have either of those words in their name or document details; if GMail was in the results, and you clicked the item “GMail” anywhere it occurs in the app/site column, you would get a report of all GMail items with the same keywords in its subjects and details.
  • To clear out a search filter from affecting your Time Report browsing, simply click “Clear Search Filter [x]” and your screen is reloaded with the filter applied, and it is removed from all navigation points.
  • Note: at this time links click *inside* the graphs themselves are not preserving the keywords, we’re continuing to explore sensible behavior for this case.

Thanks for your patience and feedback as we improve RescueTime!

Posted in Product News. Comments Off

Changes and Improvements to RescueTime Search

First off, RescueTime would like to apologize for the inconsistent performance of the search tool.

We’ve been working as hard as we can to address this problem, and it has required some re-design of how our search works.

The biggest changes you should see with the new search tool are:

1) Speed. It should be fast now!
2) Search only applies to activities and documents now
3) Productivity and categories are no longer searchable in the same way as actitivies.
4) The current month is searchable already, and we are building the new index going back in time– so every day more time in the past will be added, for historical reporting.

In retrospect, while key words make sense for documents and activities, it doesn’t so much for categories or productivity scores where are known and belong to a short list. You can use a categories or productivity report from the links on the right to see those results, and actually do a search “inside” them. The ability to merge category results or multiple productivities will need to wait for new filter controls, which we are planning to introduce in the future.

Those of you have Custom Reports (which are really saved searches) may need to adjust your key words for best results. Likewise, those of you who use hints in Projects may also need to adjust your keywords.

You can think of the core issue this way: when you go to Google and you do a search, you usually care only about the top results– maybe you drill a few pages to find something. When you use “search” at RescueTime, the task is very different: you are actually doing something like “give me a report of all my time that has words like this in it”.

The key distinction here is that in the first case, you only care about retrieving a few, certainly less than 100, of the all the possible results– and if you want more, you have to make multiple requests back to the server. In our case, for your reports to be accurate with total time results, you always need every possible result to be returned. Search technology for documents is pretty well understood at this point, and there are excellent tools available for use– like Sphinx and Lucene. However, search tools are designed, for practical performance reasons among others, to operate well for the Google model of search results.

When applied to our challenge, however, we have to be much more clever about how are system is designed to allow for the “give me everything that matches” idea to work.

Thanks!

Affiliate / Partner Program Leaves Beta with First Payouts, TrackLabor leading

We’re excited to announce we’re helping our best fans add new income to their bottom line. Our partner and affiliate program has been in a private beta for a while to tune the process– but we’re ready to let others join in the opportunity now, as we announce our highest earning partner from our beta program. You can get started as an affiliate easily, just checkout this simple setup guide:

https://www.rescuetime.com/earn

ReplaceMyself.com earns highest partner payout after an experimental referral campaign effort!

Specializing in helping small and one-person businesses develop outsourced resources, ReplaceMyself.com has wrapped RescueTime up in a value-added offering called TrackLabor. As experts in our product, they are able help their clients hit the ground running and get the most from RescueTime– and that is worth a lot to us. Their clients have dived in and brought us a great new user base with lots of ideas for product advancement. As their clients continue enjoying RescueTime through TrackLabor, ReplaceMyself gets regular and recurring income from us. We’re very excited about our future potential working with our partners to help drive product development and customer engagement!

Thanks to Dan Goggins and John Jonas for their patience and careful assistance with this process. Here’s a summary of ReplaceMyself.com’s mission, with TrackLabor and RescueTime as a principal tool:

ReplaceMyself.com teaches employers how to live the 4 hour workweek by using workers in the Philippines!They not only teach employers how they can find workers for under $2 an hour, but they also give them everything they would need to do so: Two large exclusive resume databases to search through, example contracts, tasks, emails, etc.Not only that, but ReplaceMyself.com also automatically trains workers on tons of internet marketing tasks! Employees receive new training modules every month to keep them trained and busy without the employer having to create the training themselves.

Posted in feature, Product News, Shout Out. Comments Off

RescueTime Mobile v2 – Your feedback + collective brainstorm = Great app

(updated) v2 is now live in the market– blog update coming soon!

RescueTime for Android v2 is here– and it will serve as the template for all our mobile products. Try it out, contact us, and we’ll give you extra free Pro time.

Highlights:

  • Fully re-designed, native interface, works offline too
  • Manual / offline time tracking, fast and easy with voice input
  • Landscape and tablet friendly
  • Home screen is “hang on the wall pretty” productivity meter
  • Tap meter to switch day / week. Long tap for forced refresh (automatic periodically).
  • Send data over wifi only option

Version 1 was a proof-of-concept to show we could bring the same automatic tracking you expect from RescueTime for your computers to your smartphones. We’re happy to bring you version 2 now as a slick, full-featured, easy to use mobile app. Leaving the automatic tracking intact, we’ve overhauled everything else from the ground up with an emphasis on user experience and feature value. Chief among the advancements is simple and easy offline time tracking that can be voice driven.

Fixes and Improvements

  • Call log now honors “pause” status
  • Detail report moved to Android browser, for better scrolling and seamless experience
  • Syncs with your desktop and website RescueTime settings (schedule and offline choice list)
  • Can be re-registered without a re-install if your SIM changes
  • In-app help
  • Tweaks for memory and cpu efficiency
Instructions for beta app install here:
Download the app here:
Let Mark know you’ve installed it for free Pro upgrade / extension.

This slideshow requires JavaScript.

Note: the “choose productivity” option in the tracking screens is not yet functional. Everything else is.

RescueTime Android App 2.0: What to Expect When You’re Expecting

(updated) RescueTime Android 2.0 is live in the marketplace– check it out.

tldr; Animated productivity meter, offline time entry tool (with optional location sensitive suggestion wizard!), more reporting views and basic graphs, fix call log honoring pause feature, update with wifi only option…

Here’s a teaser screen shot from the working alpha version; the color gradually shifts from red to blue as you cross the 50% percentile into productive land; this will also be shrunken to a widget size for your home screen:

Android V2 teaser: the active color sweep meter

Hi Folks,
We’ve got a bit over a month under our belt with our Android app in the wild. We’ve been juiced up with Google IO awesomeness. We’ve got about 1000 mobile users trying us out, and climbing. Our first goal was to satisfy people clamoring for basic automatic mobile time tracking, but it’s time to start on what’s next!

You’ve been great about feedback, and we’ve had some ideas of our own. Top of the list is of course “When iOS?!!”. Well, the on-device app activity tracking has particular challenges on that platform, but we see RescueTime for Android 2.0 as an opportunity to prove the case of a general purpose tool that complements RescueTime and adds new capabilities unique to mobile devices, and can feel the same on all platforms. This allows us to progress on a parallel iOS project while tackling app tracking separately.

Key among the new features will be:

UI Redesign We’ve gone back and rebuilt the interface from the ground up to get the best performance and user experience out of Android, based on what we’ve learned.

Tracker: This tool will be a handy way to more precisely track offline or away-from-device, or whatever-you-want time. It will have a start-stop button, and way to assign what it was that can be entered as text, spoken using voice recognition, or (optionally, turn it off if you want!) “suggested” based on location data.

Better Data Views: We’ll have a Launcher widget productivity meter. We’ll be cacheing some data app-side, so you can see some results even when offline– this will also improve speed. Additionally, improvements to the UI will add more reporting perspectives.

New Preferences: You can tell RescueTime to only update data over WiFi, if you want. Also, you can decide whether or not to let us use Location information to remember offline time options (note: even when enabled, this data won’t leave your device, it’s only used locally to help out).

Errata Fixes: Call log history will now honor your pause status (calls made during pause periods will not get reported, up to a reasonable point in history). The current “update frequency” control only affects repeated updates while the device is on continuously– every time you turn your phone off, or open the dashboard, in the current design an update is sent. In v2, it will honor the frequency control here as well.

This is some of what is in the plans right now (some of it’s already coded!), not a guarantee of what’s delivered of course. Let us know what you think! Also, I’ll be posting for those interested in beta access in a week or two.

–Mark Wolgemuth

Posted in feature, Product News, Product Roadmap. Comments Off

RescueTime Google IO Hot Sauce #2 “Pepper for the People”: Free Pro Year for Android Signups

Hi Folks,

We’re psyched to represent at IO this year with a new Android client. To celebrate, we’re going to welcome all new Android users who signup between May 10 and May 11 with a bonus year of Pro service. You’ve all given great support through the continuing development and improvement of RescueTime through years, and it’s payback time.

Existing Android customers: if you feel left out, just ping us by the end of the week!

This deal applies to Solo accounts.

Posted in feature, Product News. Comments Off

Mobile RescueTime now with Call Logging

If you have it, get it the update, if you don’t, install it!
RescueTime v1.2 for Android

We’ve just completed a significant update to our Android app, the principle new feature is Call Log syncing. All the calls in your history will be synced up to RescueTime for reporting, and going forward new calls be logged as often as you have updates configured. Also included in this update are some optimizations to reduce chattiness with the server.

PS Due to random Google cache magic some sites / phones may show v1.1 for a few more hours yet. You want v1.2.0 for the update.

Mobile RescueTime: available for Android

tl;dr – Get mobile time tracking: RescueTime for Android

You’ve been asking to capture the time you spend on your mobile devices– so here it is, RescueTime for Android. We chose Android for our first pass in mobile because of its highly flexible API and ease of iteration in the marketplace, and it has not let us down. Over time we plan further mobile support (I think you know what that means).

Initial focus is on accurate high-level time tracking of the apps you use in Android, and offering simple summary stats feedback. We hope to add layers of detail to the stats it generates. It’s designed to lead seamlessly to and blend into a full RescueTime desktop and laptop experience.

Technically, we take advantage of some nifty core abilities of Android, but we are also using this as an opportunity to begin a new light-weight and simplified HTML5 based phone, tablet, pad, and PC friendly interface for our site, and so the stats summary will also eventually be offered on iOS devices, along with other site-based features.

Beta Features Available! Here’s how to enable them

Ok, here goes!

We’re often asked if there was an easy way to share your RescueTime scores with others, just like you can do with fitness apps or runkeeping apps. What we’re working on is our first stab at just that. We’ve added what we’re calling the Heads Up Display bar at the bottom of the page. Here’s what it has (so far!) and what’s coming next:

  • Quick summary of your time today, % distracted, and percentile vs. the world
  • Ability to connect to Facebook and see your rank vs. your friends who are also using RescueTime (and have opted-in themselves)
  • Current bonuses and score for the day – EXPERIMENTAL! Much of this is still incomplete but you can start to get a feel for what we’re doing here.
  • Please remember that these are still very much beta features with some glaring bugs sometimes and some missing parts other times. I really wanted to put it out now though so we can get a lot of feedback from our loyal users to make sure we keep heading in the right direction. With that in mind, please post discussion, feedback, requests, etc. over on our Suggestions board. I’ve set up a topic for the beta features here.

    Oh! I almost forgot! To enable these features you’ll need to go into your settings page and check the box under Product Settings. Thanks, and good luck!

    Posted in feature, Product News. Comments Off
    Follow

    Get every new post delivered to your Inbox.

    Join 26 other followers