Archive

Posts Tagged ‘contests’

Dealing with UGC Contest Democracy

April 8th, 2009

At Filemobile, I manage the deployment of a number of UGC contests. People upload pictures, videos of things they like, explain themselves to a webcam or write a story in order to be considered for a prize.   It’s pretty straight forward until you have to pick a winner.  You could go with a random draw, but that’s no fun.  A classic voting scheme keeps people coming back, it provides a sense of competition and it produces a winner.

Contest hosts want to maximize the number of times a person can vote.  If you do not wish to have users log in to vote, they can vote repeatedly.  Although this can translate into page views, more and more UIs are moving to a stationary experience, where pages are more dynamic and don’t require page refreshes.  In order to prevent people from just hacking away at it, or writing scripts to vote automatically, we always require a captcha.  Why not just disable the vote button and set a session cookie?  This is unreliable because some users (like my paranoid dad) have cookies disabled for various reasons.  This means some people will never know that they are not meant to have unlimited votes.

There are a number of options for a voting process if you require the person to log in.  Our system is able to attribute votes to a logged-in user and hence regulate the frequency of voting ie. voting once per day, once per entry, etc… Daily voting generates more engaging page views, as users return repeatedly to complete the experience (however short!).

The main problem with having people log in to vote, is that they have to register. Registration pages are notoriously bouncy: people hit them and split.

This is a good primer on bounce and exit rates.

Long site registration forms can be the touch of death, but there are ways to minimize the bounciness with shorter forms and potentially, services like Facebook Connect, Google Friend Connect,  and other single sign-on systems.

A two-step process would make it easier for a person to engage the site and as a result, lower the bounce rate on that page. The first step is a fast and simple, one-click register experience.  Once a person is logged in, he can vote and comment. He has a display name, an avatar, and all the fixins.  You can see this happening on this very blog using Facebook Connect.

If the person wishes to submit an entry to the contest, we need some more information.  Another form is presented to them, asking for name, address, etc… At this point, we would not require a captcha.

In the case where a 3rd party identity isn’t used, users must at least enter a password and confirm their email in order to participate.

Here are some ways people try to log fraudulent votes, and what to do about it:

1) A cheater can register repeatedly with phoney email addresses, and basically get unlimited votes. Without centralized identity, we can mitigate this by sending activation emails (yuk). The alternative is the contest host being prepared to manually search a vote log xls file and disqualify votes.

2) The cheating bastard could write a script to break your captcha and vote like crazy, automatically. A good programmer can use a combination of OCR software and other methods to read and crack a captcha. A better captcha makes this possible for only the more rare wily hacker. At that point, we can usually detect a crazy number of vote requests coming in via IP address. The user is denied access, and we can determine an estimated number of fraudulent votes.

3) The best fail safe is to simply reserve the right, in the rules, to use discretion in selecting a winner. If some jerk does manage to cheat, turf him.

I think voting is fun and effective for UGC contests.  If publishers and sponsors take the appropriate care, ensure a reasonable user experience, and allow discretion in the rules and regulations, voting can contribute greatly to the success of the project.

Online Advertising, Social Media , , ,

UGC Contest Value Propositions

January 3rd, 2009

In the process of media sales, there comes a time when the deal needs to be sweetened, and some sizzle is required to excite an otherwise conservative brand into aligning with a broadcast product. An example of a deal might be a TV spot against a weekly seasonal show that appeals to the brand’s target demographic. Value adds can include becoming the show sponsor or even having the dashing host heartily endorse your event or product.

When that just isn’t enough, it has become increasingly common to “throw in” a UGC contest. It provides further tie-in to the show via the existing web presence, is low-cost and if you know your Web 2.0 lingo, can get a client’s curiosity, interest and even excitement.

I think it is worth looking at some of the ways to value a UGC contest. This is a contest wherein you must upload content in order to be considered for a prize. Winners can be determined in a number of ways including public opinion, judging or random draw. There a number of issues to consider when defining rules, but this outside the scope of this post.

In order to measure the value of a contest, it is important to note what you can expect a contest to produce. Three key products of a UGC contest are demographic data, ad inventory and content. There is also the less quantifiable “positive brand affinity”, but if it can’t be easily measured, it’s little more than a sales talking point.

Demographic data

Who is engaging with my brand, where are they, and will they let me spam them? This is by far the most common brute-force method of generating a tangible, actionable product via a contest. It can also be one of the more obnoxious aspects of participating in a contest. It’s important that there is a balance between getting the data, and minimizing bounces (people immediately leaving the site).

The number of completed entries in your database is proportional to the value of the prize. With this in mind, you don’t need anything except an entry form and a prize information page. Think of it this way: you are offering them a chance to win something in exchange for their personal information. Users are savvy enough these days to know that their data is valuable, and a toaster is not enough to get them to give it up.

Don’t ask for information you don’t need. For example, if you aren’t sending a mailer, do you still need their street address? Most contest systems require the user to enter at least an email address. If want them to opt in to your newsletter, give them a good idea of what the newsletter contains. Make it even more worthwhile by offering coupons for your product via email.

Ad Inventory

For a publisher, the motivation for a self-sponsored contest is primarily to drive subscriptions for electronic newsletters or build awareness of another product (such as CTV’s fall launch campaign). That doesn’t mean you can’t add the page views and video pre-roll to your existing inventory.

Where this makes the most sense is with a sponsored contest. A fully branded microsite within the publisher’s brand site benefits from a built in audience. Any publisher will have excellent statistics describing their core audience demographic.

So how can a UGC contest be in a unique position to drive impressions through social media? If the contest has a voting aspect, users will be compelled to share their video with peers on their social networks via social bookmarking and posting tools on the contest site. Making Facebook Connect available to users allows some social activities (such as uploading and commenting) to automatically be broadcast to their friends. This places a tidy brand message in Facebook, and potentially brings users’ friends back to the contest site.

With some creativity and some Flash razzle-dazzle, you could build a branded widget that allows users to feature their content on any social network, with branding, and interaction built in. Remember how people use these networks, though: on Facebook, I put my content there to be consumed by my friends, not by me.

A good way to have people share content is to tie it with voting. Give people the tools to campaign for their entry.

Content

Although user-generated is generally synonymous with “bad”, it is the needles in the haystack, the diamonds in the rough and that tasty sausage in a sea of turds that can make the campaign memorable, if even only for that fleeting 15 minutes.

In order to get usable content, make the task simple and specific. Seed content with a variety of interpretations of the simple task. Nobody wants to be first, and most people will take a lead and go with it. Focus your concept on video, because it is more engaging and you can sell pre-roll against it.

It’s not uncommon for firms to spend tens of thousands, if not hundreds of thousand of dollars on a 30 second TV spot. You only need to focus your strategy on gathering 1-2 minutes of footage to cut together a decent spot.

These are a few observations have come up with many of the UGC contests I have worked on. If you have some examples of good UGC contest concepts, let us know in the comments.

Media Technology, Online Advertising, Social Media , , , , , ,