<%@ 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: Mind-Blowing Facebook Stats and What to Do With Them<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Mind-Blowing Facebook Stats and What to Do With Them

By now, you've probably heard that Facebook has exceeded 200 million users. Clearly social media is exploding and the stats aren't just unprecedented, they're mind-blowing! To demonstrate this, I did a some stat research this weekend to share with you here.

How can you use this info and put it to practical use?

As media planners and online marketers, we must look at media buying tactics that go way beyond the list of placements, sizes, and interaction options we have on the menu today. Media buying's future won't just be about buying clicks and impressions, it will also be about encouraging peer-to-peer impressions and getting people engaged with your content. It will be about doing Facebook Engagement Ads and using chiclets to generate clicks and to get people to become your friends or fans or to post or share your content. It will be about potentiating the power of your media dollars.

Absorb these stats, share them, and realize the potential of what's happening. You can also incorporate them into presentations and e-mail you send to colleagues and clients, to show the power of social media marketing.

Let's start with the big news. Last week on Facebook's blog, Mark Zuckerberg wrote, "We will welcome our 200 millionth active user to Facebook some time today." The post offers some Flash animation with some interesting facts and a heat map showing that in some areas, like the Northeast United States, Facebook has 900 users per every 10 square miles.

Read more...

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 %>