<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: YouTube Dominates Video<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

YouTube Dominates Video

posted by Bianca Garcia @ Friday, November 7, 2008 - 11:59 AM
Barack Obama's YouTube video proves that when whether we're planning and buying for a viral video campaign, a social media campaign, or a regular online media campaign, we have to remember that MAJORITY of consumers immediately think of YouTube
YouTube once again proves how it's almost synonymous with video. According to AdAge, President-elect Barack Obama's victory speech has been uploaded more than 500 times and viewed more than 7 million times on the web in the last 48 hours after election night. And where did those eyeballs come from? 98% came from YouTube. Imagine that, out of the hundreds of video-sharing sites online, YouTube captured 98% of the video views.

We're already big fans of YouTube so this comes as no surprise. According to Mediapost, YouTube delivers over 10 times the number of video views of its nearest competitor.

What does this say to us media planners? It says that when whether we're planning and buying for a viral video campaign, a social media campaign, or a regular online media campaign, we have to remember that MAJORITY of consumers immediately think of YouTube. Of course, we also have to remember that YouTube is not the end-all and be-all of all video; other sites (MySpace/Fox interactive, Microsoft sites, Yahoo!, Hulu, etc) all have their own strengths as well. But for now, YouTube is the video giant.

Happy weekend everyone!

Labels: , , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>