<%@ 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: Are YOU measuring Social Media ROI?<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Are YOU measuring Social Media ROI?

The Alterian Integrated Marketing group recently released their 7th annual survey on social media and marketing adoption. Almost 1100 marketing professionals and executives participated worldwide, and the results paint a very interesting picture. Highlights include:
  • 66% of respondents will be significantly increasing their spend on social media marketing in 2010
  • Of those, 40% said they will be shifting more than 20% of their entire traditional direct marketing budget towards social initiatives
eMarketer reported on an even larger group of senior marketers worldwide, and the top priority for 2010 - more than e-mail, traditional, digital, mobile advertising, and search - is social media marketing.With core metrics like unique visits and time spent on the biggest social networks continually ballooning upward, these figures come at no real surprise. But when the medium and large businesses making these big buys into social are consistently downsizing across nearly every industry, it's also easy to see where more than a few executives raise eyebrows over social's 'real' value. Where, how, or how much does social media marketing contribute to the bottom line?

The social media Kool-Aid dictates that if you're not in it, you're outside of it. Now, it doesn't take money to register a Facebook page, but it certainly does take time and effort (and ultimately creative, development, and maintenance dollars) to impact the opinions and ideas gathered and exchanged in social media. And it takes alot of effort to do so in a positive, meaningful, and above all, sincere way. Brands are certainly counting how much they're spending on social. Shouldn't they be paying attention to what they're getting out of it? Almost 85% are in the dark.
Would you put a dollar in a vending machine without bothering to see what comes down the chute? Would you spend on an online media or branding campaign and not pay attention to the analytics? There's clearly a disconnect here.

Social media spending is on the rise. That's a fact - money is going where the traffic is, makes sense. CMOs want measurable results, also makes sense. But most of them don't know where to start. MarketingProfs reports that 10% of marketing executives can't find measurable success in LinkedIn or Facebook, and 15% believe there is NO ROI associated with Twitter. Guess what, Dell made almost $7M off of Twitter last year. How'd they do it? With defined end goals.

What are you end goals? Followers? Leads? Registrations? Links? Sales? Define these goals before you engage. Structure your campaigns and their success metrics around these goals. Listen to the conversation about your brand before you engage. Want to know Dell's other Twitter secret? Tracked clicks.

Simple campaigns + measurable assets + a defined end goal = Social Media ROI. Are you measuring?

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