<%@ 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: Listen to Your Enemy<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Listen to Your Enemy

posted by Harry Gold @ Tuesday, May 13, 2008 - 10:41 AM

My father always told me that everyone is worth listening to -- even if it's only to learn what not to say. As I grew older and more experienced, especially in the advertising field, I came to truly see the simple wisdom in that piece of advice.

People whom you think are great can clearly show you the best way to do something. And those whom you think aren't as good as you, can show you how not to do something. (Of course, it could be the opposite: people you thought were great really don't know what they're doing, while those with a lesser reputation are the true luminaries.)

What does this have to do with online media? This week, something happened that really blew my mind. We recently lost the online display portion of an account (c'mon, it happens to the best of us), and we learned the new firm isn't delivering the value to the client that we did. In fact, the firm is delivering exactly 66 percent less value. How do we know this? Because some media invoices were accidentally delivered to us. Turns out, the new agency is paying three times the rates we were paying for the same placements!

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