<%@ 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: Four Dimensions of Online Media<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Four Dimensions of Online Media

Unlike print, television, outdoor, and any other form of media, online is hopeless, complicated, and ever growing in its complexity. Every day it brings a new list of ad units, serving options, compensation models, targeting options, and, of course, KPIs (define). To try and enter the industry now, without the benefit of gradually building up a knowledge base to get you up to speed, is difficult for many people. For clients who aren't seasoned online marketers but find their advertising increasingly channeled into the digital space, the task can be daunting.

To help agencies help their clients make sense of all the dimensions and options that can go into an online media plan, I have outlined the four dimensions of online media in this column. They include targeting, compensation, ad units, and metrics.

Even with all the options and opportunities we have to maximize value and customer impact, I still see agencies planning buys based on pre-determined ad units or creative concepts. The best plans take elements from all over the spectrum to create all-encompassing campaigns that deliver branding (impressions, reach, and frequency) as well as good old fashioned measurable return on investment (conversion, leads, sales, etc.). Also, any seasoned media planner should be able to give examples of each one of the items listed under the four dimensions.

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