<%@ 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: Predictive Modeling and Display Ads<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Predictive Modeling and Display Ads

Often times we're approached by direct marketing clients who want to scale up their online sales, but have exhausted or saturated their successful channels. They're bidding on all the keywords that perform, they hit their e-mail list as much as they can, and they're applying all the focus in their power to SEO (define). The one channel they haven't successfully cracked open is display advertising.

Unlike search, where you're limited to the volume of consumer queries around your performing terms, display ads, particularly banners, have a lot more scalability if done right. The amount of inventory and opportunities in some cases (if your target audience is broad enough) is unlimited. The challenge is to crack the formula of what sites, placements, rates, creative (offers, images, messages, etc.), and conversion environments (landing pages, conversion paths, etc.) will ultimately form a scalable and reliable channel that grows your business.

The problem is that many companies have tried to use display advertising with sporadic bursts of banners, often in high CPM (define) and premium placements, without a foresight of predictive modeling and a sustained effort that applies an ROI (define) optimization process and methodology. They then fail and condemn the whole category of online display.

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