Connecting People to Applications | W3i

Archive for the 'W3i Application Network' Category

Smart Software Distribution with InstallIQ

Friday, May 28th, 2010

Often times, marketers focus solely on getting their product installed by as many users as possible. Although high numbers of product installs are important, retaining users may be more valuable in the long run. W3i understands the importance of user retention and has a few different ways of finding the right user for your product using InstallIQ℠, the installation manager for smart software distribution.

One way W3i assists their clients with finding valuable users is through the Affiliate Feedback System (AFS). AFS is an optimization tool that gathers information on users’ computers compatibility that would show preponderance for an advertiser’s application. To implement AFS, W3i provides the advertiser with a unique ID for each install. The advertiser then relays performance data back to W3i for each ID. W3i uses this data to find common characteristics (similar traffic sources, browser versions, operating systems, etc.) among users and then recommends users for the advertiser’s application based on where the application performs the best.  Now that’s smart software distribution.

Another source that W3i uses to gain insight on users is the InstallIQ Updater (IQU). IQU is a resident application that provides users with an enhanced download and software usage experience. The benefit of IQU is that it tracks statistics for both installs and uninstalls, which can then be used to understand attrition, create a better user experience, and add insight into issues with installs/uninstalls.

W3i also allows full customization with the thank you page. The thank you page is the first experience users have with your product and W3i sees the value in giving clients the ability to customize it so as to see the most impact. A few ways a thank you page can be used is for remarketing, additional product information, or confirmation that the product has been installed.

How great would it be to make more money from each install? W3i has spent considerable time finding solutions to help clients make the most out of each install using InstallIQ.  When are you going to start capitalizing on smart software distribution by becoming part of the W3i Application Network?

Jessie Golombiecki, Marketing Specialist, W3i, LLC
Jessie uses her experience in internet marketing, graphic design, and testing to lead the charge in marketing management optimizing all touch points with consumers.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Yahoo Case Study

Thursday, May 6th, 2010

W3i Improves Ad Revenues with the Yahoo! Toolbar 

W3i searched for a way to offer consumers more value and to increase revenues through its free and trial computer applications.  The Yahoo! Publisher Network helped it do both by adding the Yahoo! Toolbar to W3i’s application network to monetize search ads and by partnering with the company to optimize user experience. 

Yahoo’s Full Case Study

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Three Things to Consider When Building Desktop Applications

Tuesday, March 30th, 2010

There are many options available for building desktop applications; however, before you start there are three things you must consider. First, decide whether to build a cross-platform application or target a specific operating system. Next, choose the development tools to build your application. Finally, select an installation technology to deliver your application. Each of these decisions depends on a number of factors including your target audience, the type of application that you are building, and the distribution method that you plan to use.

In choosing a development tool, first consider the platforms (operating systems) on which your application must run. The top three operating systems are:  Windows, Mac and Linux. If you want your application to run on more than one of these, you should consider using tools that provide cross-platform capabilities, such as Eclipse, Flash and Adobe AIR. These types of tools can speed development and give you a larger audience. However, they can also add significant overhead in terms of distribution size, and may affect performance. Carefully examine the run-time requirements of the development tools you choose to determine the impact on the performance of your application and the ability to distribute it. Consider your distribution method—if users are downloading your application then size and dependence on additional components is a concern, whereas if you are going distribute your application on a CD or similar media, then size is generally of little concern. Also, review the run-time requirements of your development tool. You will most likely need to distribute extra software or require your users to download and install additional components. Some tools allow you to bundle these components with your application, but others may require a separate download from their site, which can complicate your installation process.

A more traditional approach to application development is to use a programming language such as C++, Pascal, or Java. This method requires a higher level of technical skill, and your application will not be as readily platform independent, although platform independence is still achievable. There are many development tools available, such as Visual Studio, C++Builder, and CodeWarrior. The advantage with traditional development is that you can make smaller applications that are less dependent on other software or components. If you are targeting a single platform and have the technical resources, this is a very good option for building desktop applications.

With traditional development there are many frameworks and code libraries available to help speed your development time. Frameworks provide a structure to build on while hiding much of the complexities of the operating system. Libraries add additional functionality and simplify common tasks such as parsing XML files or manipulating images. Frameworks and libraries are great for reducing your work, but take care in choosing them because they typically add significant size and may require additional run-time components. Also pay careful attention to code quality, especially when using open-source or third party offerings. Some popular frameworks include MFC and .NET (Visual Studio) and VCL (C++Builder). SourceForge is an excellent source for obtaining open-source frameworks and code libraries.

Installers are a very important part of building desktop applications. It is the first thing your users see, so it is important that it looks professional and works properly. There are many good tools available, such as InstallShield, Advanced Installer and NSIS. Most tools produce a self-running executable and some can also produce MSI files which use the Windows Installer technology. A typical installation program has a wizard to walk the user through the installation steps. The wizard starts with a Welcome screen which typically displays a description of the application and a EULA (end user license agreement). Next, optional items are presented, the installation begins, and a progress bar is shown.  Your application should also include an uninstall option, typically located under Control Panel – Add/Remove Programs. All of the major installation tools provide these functions automatically.

Software developers are always looking for ways to monetize their offerings, and because the current trend is to distribute applications for free, it can be difficult to generate revenue from your products. W3i’s InstallIQ technology can help you earn revenue from your distribution by offering additional products during your installation process. Implementation is simple—InstallIQ manages the wizard process and runs your installation along with any optional products the user has also selected. To use the InstallIQ wrapper, you need a silent version of your installer, which most install tools can do with a simple command-line switch so there is no extra work involved.

Building desktop applications can be a daunting task, but there are many tools and resources available to help with this effort. You must plan carefully and assess your needs to ensure that you choose the right tools and platforms. When you are ready to distribute, the W3i Application Network, featuring InstallIQ technology, is a great way to recoup your development costs, especially if you are offering your application for free.

Bill Zitomer, Software Development Team Lead, W3i, LLC
Bill uses his over twenty years experience to build W3i’s core desktop products as well as back-end technologies.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Software Distribution Beyond App Stores–A Must Have for App Marketers

Thursday, February 25th, 2010

Software distribution is always a problem that publishers face.  Unless you have a loyal audience that you can market to within your app to gain further distribution, it’s becoming exceedingly difficult to get noticed across all platforms–desktop, browser, social and mobile.  Consider these numbers: currently, there are roughly 12,000 add-on’s in the Firefox add-on gallery (AMO).  In the Android Marketplace, at the end of December 2009, there were 20,000+ apps.  At the end of January, Apple’s App Store had a staggering 140,000+ third party apps available!  The number of desktop apps is in the millions.  Just imagine how these numbers will swell this year alone.  How does a publisher get distribution in a pool so massive? 

Here’s the problem: app stores are not built for software distribution for all publishers.  Only a select few are able to rocket to the tops of the charts and capture users’ attention.  These sites suit the aggregators well as they capture both the short and long tail, but what if you’re at the end of the long tail?  There are many ways to combat this; publishers need to seek more proactive ways to improve discoverability.  At the same time, publishers need to take advantage of solutions, such as W3i’s InstallIQ, that are built around distribution for all.  InstallIQ recommends relevant apps to users when they install comparable applications.  If you’re a publisher and have an app, it’s important to get face time with users.  W3i has nearly 10 years of experience connecting people to applications; that’s what makes us unique – that is our job and mission.  App stores are great for scale, great for the aggregator; but W3i can do what the app stores can’t: provide a software distribution solution that puts your application directly in front of users, out of all the clutter.

Eric Montag, Product Manager, W3i, LLC
Eric is a Pragmatic Marketing Certified Product Manager and uses his experience in internet marketing to lead the charge in product research, planning, and execution from both a consumer and business standpoint.  

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Consumer Application Marketing: Sponsoring an Application

Thursday, February 18th, 2010

I read an article by Steve Smith for MinOnline this week titled, “Vanity Fair Gets Social With Oscar Race iPhone App.”  This article discussed how Vanity Fair was going to capitalize on the Oscar buzz with its Vanity Fair Hollywood Oscar Race iPhone App and how L’Oreal will be the sole sponsor.

This is an excellent approach to application marketing—tagging into major events that naturally get a lot of buzz by providing relevant content and weaving in one sponsor.   This approach gives that sponsor more prominence since there is less advertising clutter. 

The W3i Application Network can be viewed this way as well.  Consumer application marketers with demand for their content sponsor consumer applications during the installation process.  This allows advertiser prominence when the consumer is already installing an application.

The article also discussed another problem with consumer application marketing, namely getting consumers to actually use the app once installed.  Vanity Fair tries to solve this problem using several messaging features:  pop-up instructions when the application is installed to orient the consumer with the app’s functionality and a headline crawl on the bottom of the app to showcase additional content.  Vanity Fair also built in the important “sharing” feature to ignite viral distribution by creating voting pools with groups.  These are excellent consumer application marketing tactics.

To excel at consumer application marketing not only does the app need to get installed, but it must also engage the user.  Providing timely content, ways to discover content and navigation tips are essential for an application’s success.  

Deborah Manthei, Director of Marketing Communications, W3i, evangelizing the use of consumer application marketing to engage brands’ essential users.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

How to Drive Application Discovery: Tips for Guerilla and Paid Marketing

Monday, January 11th, 2010

What separates an app rock star, from an app hobbyist? An app rock star understands the power of distribution, whereas, an app hobbyist creates an app based on personal preference, without a clear app distribution strategy.

Do you want to be an app rock star? If so, consider the following proven guerilla and paid application discovery tips when formulating your app marketing strategy:

Guerilla tactics: If you don’t have a revenue model, but want to get your cool consumer app widely discovered, here are a few tips on how you can get distribution:

  1. Search Engine Optimization (SEO)- Organic search engine marketing is competitive for blockbuster keyword terms. Focus on a wider, niche-buster strategy to break through the clutter
  2. PR/Social Media- Facebook and Twitter have millions of users. Make it easy for your apps biggest fans to start recommending your app to their friends
  3. App Galleries/App Stores/Directories- Whether you have an iPhone app and are publishing it to their store, a Firefox add-on on AMO(http://addons.mozilla.org), or a Windows app and published on a download library like Download.com (see Upload.com to submit your app).  There are many free sites where you can submit your app for a free listing.

The main limitation with guerilla marketing is the lack of predictability, and the lack of scale. Most app marketers cannot get to a meaningful scale through a purely guerilla model.

Paid tactics: If you have a revenue model, it is easier to get scale fast.  There are a few additional options for you:

  1. Paid Search Advertising: By far the most dominant way to market an application. Watch out though, keyword prices can be very competitive these days. Make sure you have a good landing page so your quality score is high.
  2. OEM/Bundle Marketing Partnerships: There are bundle network solutions like the W3i Application Network that can get you very wide distribution fast. If you have a large budget, you can try cutting a direct deal with hardware manufacturers.
  3. Display Ads: Not as effective as they once were, but may be an opportunity. For display ads to be effective, your app needs to be supported by most platforms, otherwise you’ll end up with a bunch of users who can’t use your app anyway.
  4. Pay-per-download (PPD) advertising: Many of the download libraries, like CNET’s Upload.com service that manages listings on Download.com, provide pay-per-download advertising.
  5. Television & Radio Advertising: It might sound a little odd to many of you online marketers, but I have heard many consumer app marketers say that television and radio spots were very effective at driving web traffic.

Pick your partners wisely when it comes to paid advertising to support your application discovery. Most good channels allow you to try their model with low minimum commitments, and potentially work on a performance based pricing model.

Rob Weber, Vice President of Business Development and Co-Founder, W3i, LLC
Rob is an Internet marketing pioneer with over ten, profitable years evolving W3i in the consumer application industry.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Add-On-Con Recap: Buzz on Browser Add-On Distribution Channels: Part 3

Wednesday, January 6th, 2010

To continue with my Add-on-Con buzz for marketers and developers of browser add-ons.  My last two postings recapped how browsers plan to lead all application platforms and the buzz on browser add-on business models.  In this post, I will cover the Add-On-Con buzz on add-on distribution channels. 

Add-On Distribution Channels

Browser galleries  

  • Firefox’s gallery (AMO) is the leading source of distribution for most add-on developers.W3i booth
  • Firefox announced they do not have plans to have sponsored ads on AMO right now.
  • Firefox revealed AMO’s install referrals come from these three primary sources – top ranked, recommended, and searched for
  • Add-ons are by default sorted by popularity (cumulative installs) but will be updated to use # of active users.
  • Alex Jeung, from Cooliris, mentioned that as a developer you can help your chances of getting recommended within the galleries by establishing your add-on’s popularity outside of the gallery and thereby proving that there is demand for your add-on.

Other distribution channels

A special thanks to AdaptiveBlue, Yoono, and OneRiot for organizing Add-On-Con.  The excitement and anticipation I had leading up to the event were not let down.  I would invite others to participate in next year’s conference and follow their soon to be released blog

Please consider following W3i to stay up to date with other market information about add-ons as well as related services provided by W3i. (Twitter, LinkedIn,  Newsletter, Blog).

Ryan Weber, Vice President of Corporate Strategy and Co-Founder, W3i, LLC
Entrepreneur and pioneer of Internet marketing focusing on increasing revenue and distribution for digital downloads.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Three Application Predictions for 2010

Wednesday, December 30th, 2009

As 2009 comes to a close, 2010 will usher in some fantastic changes for applications.  I am making three application predictions for next year, showing the application landscape’s constant shift and change to meet new user and market demands:

  1. The Rise of Social Security Apps
    As phishing, worms and viruses become more prevalent on social networks (see: Koobface and Mikeyy); I predict in 2010, we will see a rise of applications and browser add-ons dedicated to improve security on social networks.  These apps will function as scouts, preemptively warning users to impending dangers, such as worms that intend to gather sensitive information available on your social network profile.  The need for these types of apps is clear and would provide a great protective benefit to consumers.
  2. Location finds its way to Desktop Apps
    There are many great social location-based services gaining momentum with users as of lately:  Gowalla, Foursquare, and Loopt are just a few.  Yes, these services are generally best rendered on a mobile device.  But I predict, in 2010, that many of these services will create auxiliary desktop apps.  Presence on the desktop would offer an enhanced user experience: persistent views into location of friends, trip planning/scheduling, landmark information and media, local event information, management of digital collectibles, and account management options.
  3. Application Indexing Improves
    I’ve written previously about how application indexes should improve.  These services, such as Wakoopa, catalog desktop applications and their related usage data. I predict these services will improve greatly in 2010.  Currently, their user base skews heavily towards the tech-savvy audience.  To truly index the world of applications, these services need to gain acceptance from all demographics and I predict they will crack this nut next year.  These services will then grow in popularity on a scale comparable to mobile app stores, such as Apple’s App Store and Google Android’s Market.

So there you have it; three application predictions for 2010.  But surely there’s more than just this.  What predictions do you have for the application landscape next year?  Be bold and leave your predictions in the comments!

Eric Montag, Product Manager, W3i, LLC
Eric is a Pragmatic Marketing Certified Product Manager and uses his experience in internet marketing to lead the charge in product research, planning, and execution from both a consumer and business standpoint.  

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Add-On-Con Recap: Buzz on Browser Add-on Business Models: Part 2

Wednesday, December 30th, 2009

Add-On-Con was a buzz-worthy event for marketers and developers of browser add-ons.  My last posting recapped how browsers plan to lead all application platforms.  If you didn’t catch it, read it here.  In this post, I will cover the Add-On-Con buzz on add-on business models.  In my next post, I will cover the Add-On-Con buzz on add-on distribution channels.

Add-On Business Models

Paid Model

  • Marketplace for add-ons.
    • Developers agreed that a marketplace, promoting the buying and selling of add-ons, is desirable.
      • The marketplace should provide an embedded payment platform.
      • A concern was raised by a developer, Chris Finke, regarding whether or not you could establish a user-base if you charge users.  Add-ons rely heavily on receiving buzz through the add-on galleries and with users which could be less effective if you begin charging as this creates higher friction.
    • Firefox mentioned a marketplace was one of the most commonly requested features from developers through AMO.
    • Firefox announced its plan to release a marketplace at the end of 2010.
  • One developer, Eric Jung from FoxyProxy, is already having success with charging for their add-on.
    • Subscriptions he recommended as the best method for charging for add-ons because they allow the developer to create an ongoing stream of revenue which supports continuing to update the software.
    • Eric prefers leveraging the freemium model to drive the initial paid conversions.
  • Contributions (donations) so far are not impressing anyone with Firefox.
    • Top developers are earning just $1,000 per month.

Ad-Supported Model

  • Promotion – Developers are using add-ons to promote websites that have their own business models.
  • Search Advertisements – Yahoo spoke about providing search advertisements, for syndication, as a source of revenue for add-ons including, but not limited to, toolbars.
  • Installer Recommendations – I shared results from a recent W3i survey of 502 users which showed that of the ad-supported solutions, app/add-on marketers preferred the method of users seeing ads within the installation or download instead of ads in their application, or participating in market research.  Check out W3i to learn more about generating revenue through the installation of your add-on.
  • Data – It came up several times that the data captured from add-ons is a potentially lucrative source of revenue.  Appeasing user’s privacy concerns and monetizing data were viewed with skepticism by most developers.

During my ten years of experience distributing add-ons and consumer apps, I learned that it pays to test various business models.  There is continual evolution, so it pays to discover and test new models to stay afloat.  For more information on using the W3i Application Network to generate revenue for your browser add-on, click here.

Ryan Weber, Vice President of Corporate Strategy and Co-Founder, W3i, LLC
Entrepreneur and pioneer of Internet marketing focusing on increasing revenue and distribution for digital downloads.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

My Five Favorite Applications, by Kristin O, W3i Product Manager

Wednesday, December 23rd, 2009

In the spirit of the holidays, it seems a little free gift is in order.  So, I am recommending my favorite free applications and why:

7 Zip

This is a nice and easy zip tool.  Of course, anything that zips files up is indispensable.  One that can do it without requiring a lot of thought, is even better.  This is something that I use on a daily basis and frankly, could not live without.

Weatherbug

A little piece of background, I have a main house that is about 200 miles away from my weekday apartment and the office.  On top of that, I am in Minnesota.  Being able to quickly check the weather, be alerted to any problems–whether snow in the winter or tornados in the summer–is crucial.  I have come to recognize the little chirp as a lifeline of information, to the point that little bug can wake me up from several rooms away.  Unless you live in a Utopian weather climate, this is a must have.

KwiClick

I recently discovered this application.  How totally cool.  Right now it only works on FireFox, but when you search, no more going back and forth, right clicking to open another window, all that stuff.  KwiClick keeps my search results handy and when one page doesn’t quite cut it, the next option is right in front of me, a click away. 

CamStudio

Wow!!  Years ago I used another application that was quite expensive to capture what was going on with my screen.  This has so many more features and is a free download.  I found a few great uses for it.  I have used it instead of trying to explain in email how to perform some tasks for my less technical friends, and I have used it when submitting technical tickets to websites where I can’t quite get my words to convey the problem that I am having.  With its ability to capture sound from me or the computer, to capture just a section of the screen and to show or not show the mouse makes it a very useful tool.

Free Living 3D Fireplace Screensaver

It’s Christmas, and I feel a bit of nostalgia at Christmas time.  Since I get a lot of hints that I might be a tad older than most of our readers, I won’t feel bad to say that, as a kid, we didn’t have a fireplace, DVDs weren’t invented (we didn’t even have beta players), no cable and the only satellite we knew about was SpaceLab.  But on Christmas morning, at least one of those TV stations that came in over the antenna would run a film of a fireplace and play Christmas carols in the background.  This was the backdrop for more Christmas mornings than I can remember.  This just reminds me of the Yule Log broadcasts.  Now I get the screensaver on, put a Christmas carol playlist on my Music Oasis and print out the lyrics from EZ Lyrics so friends and family can sing along with the carols. 

So have a Merry Christmas, a Wonderful Hanukah, a Joyous Kwanzaa and a very Happy New Year!!

Kristin Oberhaus, Product Manager, W3i Holdings, LLC
Kristin has over 13 years of product management experience and is a certified usability analyst. She is an avid believer in pragmatic marketing.

Share and Enjoy:
  • Print
  • email
  • PDF
  • RSS
  • Facebook
  • Twitter
  • LinkedIn
  • Technorati
  • Digg
  • Reddit
  • del.icio.us
  • Mixx
  • Sphinn
  • Google Bookmarks
  • StumbleUpon
  • Suggest to Techmeme via Twitter
  • NewsVine
  • Design Float
  • Yahoo! Buzz

Back to W3i.com

Find Out More on How W3i Can Grow Your Consumer App Business

Please complete the form below and a W3i representative will contact you to discuss how the W3i Application Network can grow your consumer application business.

Subscribe

RSS Feed RSS Feed

RSS Feed Comment RSS Feed

W3i on twitter

Follow Us

Technorati

Add to Technorati Favorites

Search


You are currently browsing the archives for the W3i Application Network category.

Archives

Categories