<%@ 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: Ten Things to Do Besides Banners<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Ten Things to Do Besides Banners

We are familiar with great decline of banner click rates. It's funny how we now look at a 0.2 percent click rate and think that's good. There was a funny parody of "Adweek" called SadWeek that appeared when the dot-com bubble burst around 2001. One article was headlined, "Banner Click Rates Drop Below Zero Confounding Marketers and Mathematicians."

The industry has combated it several ways including research to justify the branding power of banners (which I whole heartily believe in). However, branding clients always agree with a campaign being about the brand until they read their reports. Then, they start to look at things like clicks and action rates.

At our agency, we try to get the client to focus on a campaign's top-line metrics. We have high CPM banners for branding and visibility and a wide variety of non-banner placements that tend to get more or cheaper clicks to balance things out.

For example, one buy we do again and again is on a site that sells us all the banners and skyscrapers at mid-range CPMs. Then, as almost a value add, the site throws in millions of text link and button combination units as fixed placements at the bottom of their pages. Then we come in with Google Site Targeted Text Ads that we apply to our media buy from our media budget. As a result, we get the visibility we want from the site with the banners and tons of low cost clicks to bring the cost per click and cost per action from the site way down.


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