<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>JaysonAmbrose.com &#187; UGC</title>
	<atom:link href="http://www.jambrose.ca/tag/ugc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jambrose.ca</link>
	<description>Interactive Digital Media</description>
	<lastBuildDate>Mon, 05 Jul 2010 02:40:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dealing with UGC Contest Democracy</title>
		<link>http://www.jambrose.ca/dealing-with-ugc-contest-democracy/</link>
		<comments>http://www.jambrose.ca/dealing-with-ugc-contest-democracy/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 00:28:00 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Online Advertising]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[contests]]></category>
		<category><![CDATA[SSO]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=240</guid>
		<description><![CDATA[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&#8217;s pretty straight forward until you have to pick a winner.   You could go with [...]]]></description>
			<content:encoded><![CDATA[<p>At Filemobile, I manage the deployment of <a title="Solutions at Filemobile.com" href="http://www.filemobile.com/solutions/ugccontests" target="_blank">a number of UGC contests</a>.  People upload <a title="Royal LePage Great Neighbourhood Contest Entry" href="http://neighbourhoods.royallepage.ca/entry/878590" target="_blank">pictures</a>, <a title="Pepsi Bring Home the Cup Contest Entry" href="http://teamup.tsn.ca/entry/807818" target="_blank">videos</a> of things they like, explain themselves to a <a title="Check Out Siep at Idol Auditions" href="http://lastchance.idol.ctv.ca/mediadetail/133829" target="_blank">webcam</a> or write a story in order to be considered for a prize.   It&#8217;s pretty straight forward until you have to pick a winner.   You could go with a random draw, but that&#8217;s no fun.  A classic voting scheme keeps people coming back, it provides a sense of competition and it produces a winner.</p>
<p>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&#8217;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 <a title="WTF is a captcha?" href="http://en.wikipedia.org/wiki/Captcha" target="_blank">captcha</a>.  Why not just disable the vote button and set a session cookie?  This is unreliable because some users (like my paranoid <a title="@shitmydadsays" href="http://twitter.com/shitmydadsays" target="_blank">dad</a>) have cookies disabled for various reasons.  This means some people will never know that they are not meant to have unlimited votes.</p>
<p>There are a number of options for a voting process if you require the person to log in.  <a title="Media Factory by Filemobile" href="http://www.filemobile.com/mediafactory" target="_blank">Our system</a> 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&#8230; Daily voting generates more engaging page views, as users return repeatedly to complete the experience (however short!).</p>
<p>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.</p>
<p>This is a good <a title="Article at GSQi" href="http://www.hmtweb.com/blog/2007/08/bounce-rate-and-exit-rate-what-is.html">primer on bounce and exit rates.</a></p>
<p>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 <a title="Article on Facebook Connect" href="http://www.jambrose.ca/facebook-connect-for-publishers/">Facebook Connect</a>, <a title="Google Friend Connect" href="http://www.google.com/friendconnect/" target="_blank">Google Friend Connect</a>,  and other <a title="WTF is SSO?" href="http://en.wikipedia.org/wiki/Single_sign-on" target="_blank">single sign-on systems</a>.</p>
<p>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.</p>
<p>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&#8230;  At this point, we would not require a captcha.</p>
<p>In the case where a 3rd party identity isn&#8217;t used, users must at least enter a password and confirm their email in order to participate.</p>
<p>Here are some ways people try to log fraudulent votes, and what to do about it:</p>
<p>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.</p>
<p>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 <a title="WTF is OCR?" href="http://en.wikipedia.org/wiki/Optical_character_recognition" target="_blank">OCR</a> 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.</p>
<p>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.</p>
<p>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.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/dealing-with-ugc-contest-democracy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>All Eyes Should be on Trent Reznor</title>
		<link>http://www.jambrose.ca/all-eyes-should-be-on-trent-reznor/</link>
		<comments>http://www.jambrose.ca/all-eyes-should-be-on-trent-reznor/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 19:10:32 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Digital Music]]></category>
		<category><![CDATA[Media Technology]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[digital distribution]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lossless]]></category>
		<category><![CDATA[MP3]]></category>
		<category><![CDATA[NIN]]></category>
		<category><![CDATA[production]]></category>
		<category><![CDATA[Trent Reznor]]></category>
		<category><![CDATA[UGC]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=129</guid>
		<description><![CDATA[Nine Inch Nails just release their new album The Slip as a %100 free download.
I might go so far as to say it is a %110 free download, given the extremely open set of formats it which it is available:

High-quality MP3s (87 mb) &#8211; encoded with LAME at V0, fully tagged.
FLAC lossless (259 mb) &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Nine Inch Nails just release their new album The Slip as a <a href="http://theslip.nin.com/">%100 free download</a>.</p>
<p>I might go so far as to say it is a %110 free download, given the extremely open set of formats it which it is available:</p>
<ul>
<li>High-quality MP3s (87 mb) &#8211; encoded with LAME at V0, fully tagged.
<li>FLAC lossless (259 mb) &#8211; CD quality
<li>FLAC high definition 24/96 (942 mb) &#8211; better-than-CD-quality 24bit 96kHZ audio
<li>M4A apple lossless (263 mb) &#8211; CD quality &#8211; will play in itunes.
<li>High definition WAVE 24/96 (1.5 gb) &#8211; better-than-CD-quality 24bit 96kHz audio
</ul>
<p>To add to the modernity of this release, all the the bigger packages are distributed via torrents.  Therefore, they only pay to transfer a tiny file from their servers.  That&#8217;s hella-smart.</p>
<p>There is also the option to order the super-deluxe, collectors CD/DVD and vinyl editions.  Now THAT is value.  </p>
<p>Trent Reznor is the One-Man-Show (in the studio, at least) behind NIN and has consistently driven the crest of the wave for the music industry.  They have released their last several albums as free downloads, and for the Year Zero publicity, placed easter eggs URLs around the Internet, each with clues about the album.  Fans were encouraged to compile the whole story in the <a href="http://www.ninwiki.com/Main_Page">NIN wiki</a>.</p>
<p>They have also made some of their singles available as Garageband projects and full 24/96 Pro-tools sessions for fans to remix.  Being a pro-audio geek, that is insanely cool.  Check out the <a href="http://ninremixes.com/index.php?showonly=officialremixes&#038;id=542">remix of &#8220;Only&#8221; that I built with Pro Tools.</a></p>
<p>What about video you ask?  What about UGC?  What about mobile? How about the new <a href="http://beta.media.nin.com//main/images">fan content gallery</a>, the <a href="http://tapulous.com/ttrnin/">iPhone game</a>, and <a href="http://forum.nin.com/bb/read.php?9,378224">400GB of HD concert footage to play with</a>.</p>
<p>Perhaps they could use an <a href="http://hockeynightmashup.cbc.ca">online Mashup Tool</a> for that?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/all-eyes-should-be-on-trent-reznor/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UGC Contest Value Propositions</title>
		<link>http://www.jambrose.ca/ugc-contest-value-propositions/</link>
		<comments>http://www.jambrose.ca/ugc-contest-value-propositions/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 20:16:12 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Media Technology]]></category>
		<category><![CDATA[Online Advertising]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[contests]]></category>
		<category><![CDATA[CPM]]></category>
		<category><![CDATA[demographic]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[value proposition]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=93</guid>
		<description><![CDATA[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&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;s target demographic.  Value adds can include becoming the show sponsor or even having the dashing host heartily endorse your event or product.</p>
<p>When that just isn&#8217;t enough, it has become increasingly common to &#8220;throw in&#8221; 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&#8217;s curiosity, interest and even excitement.</p>
<p>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.</p>
<p>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 &#8220;positive brand affinity&#8221;, but if it can&#8217;t be easily measured, it&#8217;s little more than a sales talking point.</p>
<p><strong>Demographic data</strong></p>
<p>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&#8217;s important that there is a balance between getting the data, and minimizing bounces (people immediately leaving the site).  </p>
<p>The number of completed entries in your database is proportional to the value of the prize.  With this in mind, you don&#8217;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.  </p>
<p>Don&#8217;t ask for information you don&#8217;t need.  For example, if you aren&#8217;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.</p>
<p><strong>Ad Inventory</strong></p>
<p>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 <a href="http://livethedrama.ctv.ca">CTV&#8217;s fall launch campaign</a>).  That doesn&#8217;t mean you can&#8217;t add the page views and video pre-roll to your existing inventory.  </p>
<p>Where this makes the most sense is with a sponsored contest.  A fully branded microsite within the publisher&#8217;s brand site benefits from a built in audience.  Any publisher will have excellent statistics describing their core audience demographic.</p>
<p>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 <a href="http://developers.facebook.com/connect.php">Facebook Connect</a> 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&#8217; friends back to the contest site.</p>
<p>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.</p>
<p>A good way to have people share content is to tie it with voting.  Give people the tools to campaign for their entry.</p>
<p><strong>Content</strong></p>
<p>Although user-generated is generally synonymous with &#8220;bad&#8221;, 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.  </p>
<p>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.</p>
<p>It&#8217;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.</p>
<p>These are a few observations have come up with many of the <a href="http://www.filemobile.com/solutions/ugccontests">UGC contests I have worked on</a>.  If you have some examples of good UGC contest concepts, let us know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/ugc-contest-value-propositions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logan Aube on The Score</title>
		<link>http://www.jambrose.ca/logan-aube-on-the-score/</link>
		<comments>http://www.jambrose.ca/logan-aube-on-the-score/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:14:10 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Lighter Side]]></category>
		<category><![CDATA[HNIC]]></category>
		<category><![CDATA[UGC]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=88</guid>
		<description><![CDATA[ An update from a previous post: Unlikely Engagement

]]></description>
			<content:encoded><![CDATA[<p> An update from a previous post: <a href="http://www.jambrose.ca/unlikely-engagement/">Unlikely Engagement</a></p>
<p><object width="480" height="388" data="http://www.thescore.com/video/media_player.swf" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="sameDomain" /><param name="FlashVars" value="rtmp_addr=rtmp://66.244.249.30/score_video/streams&amp;streamLoad=2320&amp;autoplay=false" /><param name="quality" value="high" /><param name="bgcolor" value="#363636" /><param name="src" value="http://www.thescore.com/video/media_player.swf" /><param name="name" value="media_player" /><param name="align" value="middle" /><param name="flashvars" value="rtmp_addr=rtmp://66.244.249.30/score_video/streams&amp;streamLoad=2320&amp;autoplay=false" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/logan-aube-on-the-score/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another Kind of UGC</title>
		<link>http://www.jambrose.ca/another_kind_of_ugc/</link>
		<comments>http://www.jambrose.ca/another_kind_of_ugc/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 03:11:47 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Media Technology]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[CBC]]></category>
		<category><![CDATA[IndusBlue]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[User-distributed Programming]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=70</guid>
		<description><![CDATA[This is a followup to my previous post Moving Beyond UGC.
In that post, I discussed that user can participate to the creative world not only by authoring content, but also creating playlists of pro content (UGP &#8211; User Generated Programming) or presenting it in their own way (UDP &#8211; User Distributed Programming).
The CBC recently launched [...]]]></description>
			<content:encoded><![CDATA[<p>This is a followup to my previous post <a href="http://www.jambrose.ca/moving-beyond-ugc/">Moving Beyond UGC</a>.</p>
<p>In that post, I discussed that user can participate to the creative world not only by authoring content, but also creating playlists of pro content (UGP &#8211; User Generated Programming) or presenting it in their own way (UDP &#8211; User Distributed Programming).</p>
<p>The CBC recently launched <a href="http://hockeynightmashup.cbc.ca">Rogers Hockey Night MashUp</a>, where users can browse a massive gallery of NHL clips and fly them into a very Flashy online video editor.  This solution was delivered via a technology partnership between <a href="http://www.filemobile.com"/>Filemobile</a> and <a href="http://www.indusblue.com">IndusBlue</a>.</p>
<p><strong>User-Edited Content</strong></p>
<p>Using this set of tools, Joe can now assemble his favourite videos clips, add music tracks, and then publish his &#8220;creation&#8221; to a gallery, where it can be picked, panned, rated and shared by the masses.  Future versions will include the ability to add voice-overs and actual user-generated content to the timeline.</p>
<p>This adds an interesting balance between professional, high quality content and personalized content.  Users are engaging with the content brand as well as the sponsor, and feel compelled to share their creations on their networks.  Time-on-site is higher than anything I&#8217;ve seen, and bounce rates are rock-bottom.  Add in pre and post roll video, and you have an impression bonanza.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/another_kind_of_ugc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unlikely Engagement</title>
		<link>http://www.jambrose.ca/unlikely-engagement/</link>
		<comments>http://www.jambrose.ca/unlikely-engagement/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 23:52:29 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[CBC]]></category>
		<category><![CDATA[engagement]]></category>
		<category><![CDATA[Filmobile]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[viral]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/unlikely-engagement/</guid>
		<description><![CDATA[CBC&#8217;s Hockey Anthem challenge is a contest searching for a song to replace the long-standing Hockey Night in Canada theme.  
Since this campaign is built upon Filemobile&#8217;s Mediafactory platform, a number of &#8220;Engagement&#8221; factors can be measured, such as views, shares, digs, ratings, comments, etc&#8230;  
A great article about this type of engagement, and how [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://anthemchallenge.cbc.ca" target="_blank">CBC&#8217;s Hockey Anthem challenge</a> is a contest searching for a song to replace the long-standing Hockey Night in Canada theme.  </p>
<p>Since this campaign is built upon <a href="http://www.filemobile.net">Filemobile&#8217;s Mediafactory platform</a>, a number of &#8220;Engagement&#8221; factors can be measured, such as views, shares, digs, ratings, comments, etc&#8230;  </p>
<p>A great article about this type of engagement, and how some are proposing to synthesize these metrics, is <a href="http://wiredset.com/blogs/markghuneim/2008/03/terms-of-engagement-measuring.html" target="_blank">Terms of Engagement: Measuring the Active Consumer</a>, by <a href="http://wiredset.com/blogs/markghuneim/">Mark Ghuneim</a>.</p>
<p>One might assume, that the cream would rise to the top and the most engaging song  would indeed be the finest piece of music submitted.  I&#8217;m happy to say, that this clearly the case with <a href="http://www.youtube.com/user/Noodlebot" target="_blank">Logan Aube</a>&#8217;s opus entitled <a href="http://anthemchallenge.cbc.ca/mediadetail/257425" target="_blank">Hockey Scores</a>. The statistics and comments speak for themselves:  Canadians have a very odd sense of humour. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/unlikely-engagement/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Filemobile Launches Idol&#8217;s Last Chance!</title>
		<link>http://www.jambrose.ca/filemobile-launches-idols-last-chance/</link>
		<comments>http://www.jambrose.ca/filemobile-launches-idols-last-chance/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 16:16:36 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Media Technology]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[CTV]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[UGC]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/filemobile-launches-idols-last-chance/</guid>
		<description><![CDATA[Using the Mediafactory user-generated content whitelabel product, CTV Digital has rolled out Last Chance Online Auditions for the hugely successful Canadian Idol.  For the first time in North America, any eligible contestant with access to a computer can have their chance at a Golden Ticket.
Check out the press release from CTV&#8230;
This is my audition! [...]]]></description>
			<content:encoded><![CDATA[<p>Using the Mediafactory user-generated content whitelabel product, CTV Digital has rolled out Last Chance Online Auditions for the hugely successful Canadian Idol.  For the first time in North America, any eligible contestant with access to a computer can have their chance at a Golden Ticket.</p>
<p>Check out the <a href="http://www.ctv.ca/servlet/ArticleNews/story/CTVNews/20080409/online_auditions_20080414/20080414?s_name=idol2008&amp;no_ads=" target="_blank">press release</a> from CTV&#8230;</p>
<p>This is my audition!  Why not <a href="http://lastchance.idol.ctv.ca/mediadetail/133833" target="_blank">leave a comment</a>?</p>
<p><embed src="http://www.filemobile.com/static/widgets/videoplayer2/player.swf" type="application/x-shockwave-flash" allowfullscreen="true" flashvars="loc=rstorage&amp;id=133833&amp;type=21&amp;ttype=14&amp;autoPlay=0" height="240" width="320"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/filemobile-launches-idols-last-chance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Beyond UGC</title>
		<link>http://www.jambrose.ca/moving-beyond-ugc/</link>
		<comments>http://www.jambrose.ca/moving-beyond-ugc/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 16:45:01 +0000</pubDate>
		<dc:creator>jambrose</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Media Technology]]></category>
		<category><![CDATA[Online Advertising]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[advocacy]]></category>
		<category><![CDATA[UDP]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[UGP]]></category>
		<category><![CDATA[value-chain]]></category>
		<category><![CDATA[viral]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/moving-beyond-ugc/</guid>
		<description><![CDATA[&#8220;What other roles can users fill within the communications value chain besides that of content producers?&#8221; 
The value of users creating content is that your customers can be participants, and interact with your message instead of just being spectators.  With a well-considered moderation plan, this user-generated content (UGC) can create brand credibility via public [...]]]></description>
			<content:encoded><![CDATA[<p><em>&#8220;What other roles can users fill within the communications value chain besides that of content producers?&#8221; </em></p>
<p>The value of users creating content is that your customers can be participants, and interact with your message instead of just being spectators.  With a well-considered moderation plan, this user-generated content (UGC) can create brand credibility via public advocacy.</p>
<p>Case in point: CBC&#8217;s Hockey Night in Canada presents <a href="http://bringhomethecup.cbc.ca" target="_blank">Bring Home the Stanley Cup</a>.</p>
<p>Videos posted by hockey fans (particularly the finalists &#8211; currently posted from last year&#8217;s campaign) display passion for the game of hockey, the history of the NHL and Stanley Cup, family values and national unity.  What better messages for Canada&#8217;s National broadcaster, a network for the people and of the people (via tax dollars), and the National Hockey League, striving to present family-friendly entertainment to an ever-fickle, globalized consumer?   The winning videos are even shown during a HNIC broadcast.</p>
<p>Although this is a great example of brand-focused, successful UGC campaign, most user-generated content is just plain bad.<span id="more-40"></span></p>
<p>Sure we can get people to submit videos and even get those videos on broadcast, but most of it is unpalatable.</p>
<p>What other roles can users fill within the communications value chain besides that of content producers?</p>
<p><strong>User-Generated Programming (UGP)</strong></p>
<p>This is in the form of having users create their own playlists of &#8220;engineered content&#8221;.  Joe or Jane Sixpack can create their own channels of content, whether it be highlights of her favourite sports team, his favourite <a href="http://www.mtv.ca/myplaylist/viewPlaylist.jhtml?plid=359" target="_blank">heavy metal playlist</a>, or news as she wants it: world, business then entertainment.  Users will stay longer, consume more content and even watch ads, if they are getting what they want AND its easy to get it.</p>
<p><strong>User-Distributed Programming (UDP) </strong></p>
<p>This is more than letting users share items with friends, or even embedding your video on their MySpace or Facebook page.  Once a user creates his custom programming, he should be able to watch it anywhere.  Take for instance, a popular talent show on television.  The user selects an &#8220;engineered playlist&#8221;, such as all content, the 5 most popular clips, last night&#8217;s highlights, etc; and places it on his iGoogle.  Every time that show airs, he get his fix HOW he wants and WHERE he wants it.  He is such a big fan that he filters a playlist by a particular contestant (or team, etc&#8230;) and places it on his Facebook to show everyone that he is a fan.  Wrap a call to action around it, and you&#8217;ve got a tethered, programmable, interactive, advocated, customizable, traffic-driving super-widget that is hit-trackable back the source!  <a href="http://www.filemobile.net" target="_blank">How</a>, you ask?</p>
<p>Note the difference between iGoogle and Facebook/MySpace.  On iGoogle, I consume MY content.  On Facebook/MySpace YOU consume MY content.  Well, sort of.  Here is a great quote from Family Guy&#8217;s Stewie Griffin, trying to impress a high school girl:</p>
<p>“I took a bunch of pictures, you can see them on my MySpace page along with my favourite songs and movies and things that other people have created that I use to express my individualism.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/moving-beyond-ugc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filemobile Launches UGC site for CBC</title>
		<link>http://www.jambrose.ca/filemobile-launches-ugc-site-for-cbc/</link>
		<comments>http://www.jambrose.ca/filemobile-launches-ugc-site-for-cbc/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 23:17:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[CBC]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[user generated content]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=7</guid>
		<description><![CDATA[In support of the new show &#8220;No Opportunity Wasted&#8221;, the CBC called on Filemobile to provide a turn-key UGC site.
The microsite is called &#8220;Connect NOW!&#8221; and encourages fans of the show to gather and share photos, videos and &#8220;Life Lists&#8221;.
Check it out at: http://www.cbc.ca/now

]]></description>
			<content:encoded><![CDATA[<p>In support of the new show &#8220;No Opportunity Wasted&#8221;, the CBC called on Filemobile to provide a turn-key UGC site.</p>
<p>The microsite is called &#8220;Connect NOW!&#8221; and encourages fans of the show to gather and share photos, videos and &#8220;Life Lists&#8221;.</p>
<p>Check it out at: <a href="http://www.cbc.ca/now">http://www.cbc.ca/now</a></p>
<p><img src="http://www3.filemobile.com/storage/76566/15" alt="on the edge" title="on the edge" height="225" width="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/filemobile-launches-ugc-site-for-cbc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filemobile Launches UGC site for MuchMusic</title>
		<link>http://www.jambrose.ca/filemobile-launches-ugc-site-for-muchmusic/</link>
		<comments>http://www.jambrose.ca/filemobile-launches-ugc-site-for-muchmusic/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 23:15:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Filemobile]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Muchmusic]]></category>
		<category><![CDATA[UGC]]></category>
		<category><![CDATA[user generated content]]></category>

		<guid isPermaLink="false">http://www.jambrose.ca/?p=6</guid>
		<description><![CDATA[
We are live!
Filemobile has launched the latest version of MuchMusic&#8217;s ShowMeYours.TV!!
I uploaded this picture directly from the site. You can also upload content with you mobile phone. Cool.
http://www.showmeyours.tv
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.showmeyours.tv/mediadetail/72719"><img src="http://www3.filemobile.com/storage/72719/14" alt="VFest Toronto" /></a></p>
<p>We are live!</p>
<p>Filemobile has launched the latest version of MuchMusic&#8217;s ShowMeYours.TV!!</p>
<p>I uploaded this picture directly from the site. You can also upload content with you mobile phone. Cool.</p>
<p><a href="http://www.showmeyours.tv/">http://www.showmeyours.tv</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jambrose.ca/filemobile-launches-ugc-site-for-muchmusic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
