<%@ 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: 11 Things to Measure Besides Clicks and Conversions<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

11 Things to Measure Besides Clicks and Conversions

Here we are in the midst of a true digital revolution. Dollars are being slashed from traditional ad budgets, and anemic online ad budgets are growing in proportion with the total spend. The new media economy is turning the old on its head, and marketers are looking for new ways to measure the impact of their investments. As a result, many online marketers are still enjoying days in the sun despite all the doom and gloom. The prospects get better if you look down the road to when overall media budgets start to grow again.

Even better is that branding dollars are moving online at an unprecedented rate. And why not? Online branding doesn't just drive impressions. If done properly, it encourages high-value brand engagements. And these engagement open the door to a new world of measurement possibilities that go way beyond clicks and conversions. These new metrics also have far more immediacy than awareness studies and traditional brand measurement methodologies.

Today I'll share a list of high-value brand interactions that can be measured and reported. These items are often overlooked metrics that can be shared with your clients, who are more anxious than ever to show value and ROI (define) from their advertising investments.

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